Edouard SWIAC a écrit :
Hi,
I'm working on a patch for this bug https://sourceforge.net/tracker/?func=detail&aid=2983056&group_id=23...
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;