1 tilqicom Dec 02, 2014 21:00
3 tilqicom Dec 05, 2014 15:38
I need an answer to this to debug my 5.x code
4 mgsolipa Dec 05, 2014 22:54
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.
5 tilqicom Dec 06, 2014 14:36
6 tilqicom Dec 08, 2014 23:20
any update ?
7 mgsolipa Dec 11, 2014 09:30
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!
8 tilqicom Dec 12, 2014 13:52
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