i had to shutdown my server and when i start sugarcrm service this mssg came up, i tried to change the date.timezone but it didnt work, anyone knows how to fix this?
If there is not configured there, confirm you have it uncommented in the php.ini and also you need to restart the server to load the updated php.ini. After restarting the server confirm again if the phpinfo now loads the timezone.
Other than that you also have display_errors = On, for production systems it is recommended to turn that value to off also in the php.ini:
Hi Josh,
You can confirm the date.timezone value no your server by creating a phpinfo file:
http://support.sugarcrm.com/Knowledge_Base/Platform_Management/Creating_a_phpinfo_File/
If there is not configured there, confirm you have it uncommented in the php.ini and also you need to restart the server to load the updated php.ini. After restarting the server confirm again if the phpinfo now loads the timezone.
Other than that you also have display_errors = On, for production systems it is recommended to turn that value to off also in the php.ini:
http://support.sugarcrm.com/Knowledge_Base/Troubleshooting/About_PHP_Notices_Warnings_and_Errors/index.html
That way errors get logged on the Apache error log but do not interfere with the UI like it seems in your screenshot.
Please apply both changes to php.ini and let me know if that solved the issue after restarting the server.
Thanks!
Dennis