On Sun, 9 Jun 2002, Rabus wrote:
Hi list,
I just committed some pieces of code that stop the execution of the php scripts if config.inc.php3 causes a parse error. We just get too many support request concerning this so I thought phpMyAdmin should tell the user what he has done wrong instead of letting him run into a huge set of php header warnings... Happy testing,
Alexander
Instead of "error_reporting(E_ALL);" in config.inc.php3, could you please set it in libraries/common.inc.php3, right before config.inc.php3 is included?
And one other thing, you could please preserve the old value, eg save it before, and restore it afterwards.