Hi there,
Need some help:
I have ini_set on the disable_functions of the main php.ini and the PHP info in the admin dashboard shows it as disabled but the error_log files keeps being logged with:
[04-Jan-2017 13:54:33 UTC] PHP Warning: ini_set() has been disabled for security reasons in /home/******/public_html/development/dc/dev/inc/classes/BxDolTemplate.php on line 7
[04-Jan-2017 14:55:04 Europe/Amsterdam] PHP Warning: ini_set() has been disabled for security reasons in /home/******/public_html/development/dc/dev/inc/header.inc.php on line 151
BxDolTemplate.php on line 7
ini_set('pcre.backtrack_limit', 1000000);
header.inc.php on line 151
ini_set('magic_quotes_sybase', 0);
So, when I enabled it (buy removing from disable_functions) it won't log anymore..
Feeling confused here. Can someone help understand this :)
Thanks