in conf.php ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_DEPRECATED); not working as intended.
This working OK : ini_set('error_reporting', 'E_ALL & ~E_NOTICE & ~E_DEPRECATED');
Log in to post a comment.