q23p Posted October 3, 2010 Share Posted October 3, 2010 Hello, I am wondering if php 5.3.3 is ignoring display_errors = Off. Since i still get the following error: Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /srv/www/.../....php on line 100 Thanks, Alex Quote Link to comment https://forums.phpfreaks.com/topic/215031-is-php-533-ignoring-display_errors/ Share on other sites More sharing options...
Ali25m Posted October 26, 2010 Share Posted October 26, 2010 Have you you tried adding the following line at the top of your script error_reporting(0); Quote Link to comment https://forums.phpfreaks.com/topic/215031-is-php-533-ignoring-display_errors/#findComment-1126565 Share on other sites More sharing options...
Mchl Posted October 26, 2010 Share Posted October 26, 2010 It's not ignoring this setting, however it can be overwritten in your code. Also check (using phpinfo() ) that the php.ini file you're editing, is the one PHP actually uses. Quote Link to comment https://forums.phpfreaks.com/topic/215031-is-php-533-ignoring-display_errors/#findComment-1126632 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.