1 adam_interact Aug 31, 2012 16:15
3 bryan145 Nov 26, 2012 22:05
Alex wrote:
You need to add something like this in your php.ini
Talk to your host if you don't have access to php.ini file<!-- codeblock lang="" line="1" --><pre><code>date.timezone = America/New_York</code></pre><!-- /codeblock -->
I was having the same problem and it was driving me crazy, until I found this simple line of code to insert in my php.ini file. What caused it to start having the error and how in the world did you find the solution? Many thanks!
You need to add something like this in your php.ini
Talk to your host if you don't have access to php.ini file