2 tilqicom Dec 03, 2014 15:43

I need an answer to this to debug my 5.x code
Actually, I thought it was a piece of cake, but I got the same problem than you after making a few tests. So I will make a deeper research and let you know if I find sth useful.
any update ?
Well, I ( finally! ) got this. Since version 5.1.x the error handling has been improved. All the messages are captured and displayed to the final user according to the $debug
level.
The thing is that maybe it needs to be polished thinking on developers. So, as a quick fix, go to inc/_init_session.inc.php and comment the line (around line 77):
set_error_handler( 'evo_error_handler' );
That way you will get the whole output from PHP.
Regards!
Yup that works thanks. Even when $debug in _advanced conf was ON, the notices were still hidden. Please at least make it a setting in advanced conf in the next release.
bump