Michal Čihař a écrit :
Hi
Dne Wed, 07 Apr 2010 17:14:18 -0400 Marc Delisle marc@infomarc.info napsal(a):
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;
BTW: Why is this missing from documentation? I'm sure I've read somewhere about it but I can not find the reference right now.
Maybe it was just a message on this list from Sebastian, but yes it should be added somewhere. Also, probably info for developers should all be on the wiki, with a link to it in Documentation.html.