Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
bitcoinbling
on 01/06/2016, 20:26:22 UTC
Yes, it worked. Thanks for your help guys, much appreciated as always!

Thanks! I am getting the error "date.timezone setting must be set
Set the "date.timezone" setting in php.ini* (like Europe/Paris)." Where can I set the timezone?

Cheers, thanks.

Hello bitcoinbling,

it really depends on your environment.

You can set in your php.ini adding
Quote
date.timezone="Europe/Paris"

or in your virtualhost configuration adding inbetween
Quote
php_value date.timezone "Europe/Paris"

or adding in your index.php just after
Quote
ini_set('date.timezone', 'Europe/Paris');

Hope this solves your issue,
Let us know if it works for you.

Thank you,
Cheers