[Phpmyadmin-devel] Enabling backtrace and error displaying

Marc Delisle marc at infomarc.info
Wed Apr 7 23:14:18 CEST 2010


Edouard SWIAC a écrit :
> Hi,
> 
> I'm working on a patch for this bug https://sourceforge.net/tracker/?func=detail&aid=2983056&group_id=23067&atid=377408
> 
> On the demo server, the error happens whatever engine is chosen (MariaDB or MySQL). 
> I am trying to reproduce the bug on my machine (Mac OSX 10.6) with a fresh 3.3.2-rc1 PMA.
> I already have MySQL Server, and I am compiling MariaDB to test with it, and while the falsy error is still here, Warning message doesn't display.
> 
> How can I enable the backtrace mode ?

Edouard,
add this line in config.inc.php:

$cfg['Error_Handler']['display'] = true;

-- 
Marc Delisle
http://infomarc.info




More information about the Developers mailing list