4571 Posts in 1383 Topics by 1376 members
| Go to End | ||
| Author | Topic: | 1913 Views |
-
Re: Fatal Error

22 October 2010 at 1:34pm Last edited: 22 October 2010 1:35pm
Is there any other php.ini files XAMPP uses? It could be that the one you edited is not actually being used, and there is another one somewhere. Best way to check the right configuration file in use is to see the "phpinfo" page in the XAMPP start page, where you can click through to phpMyAdmin etc.
At the top of phpinfo there is a line that shows which php.ini file has been loaded by PHP.
-
Re: Fatal Error

22 October 2010 at 1:41pm
I edited the correct php.ini. the one i edited is the one loaded by Xampp.
-
Re: Fatal Error

22 October 2010 at 3:14pm Last edited: 22 October 2010 3:14pm
Please confirm the date.timezone configuration in php.ini is exactly like this:
date.timezone = Europe/Paris
There should be no quotes of any kind around the Europe/Paris value. If there is, PHP does not parse the timezone value and you'll still get the error complaining of no timezone set.
Sean
-
Re: Fatal Error

25 October 2010 at 12:04pm
the date.timezone format is correct. there is no "" and it is still showing thesame error!
-
Re: Fatal Error

31 October 2010 at 10:59am
Check date.timezone in the phpinfo output. If it's not set, then there's a problem with it being set still.
| 1913 Views | ||
| Go to Top |


