Show PHP Errors

Status
Not open for further replies.

xmakina

New Member
Messages
264
Reaction score
0
Points
0
I've done a bit of searching and the web-standard fix of
PHP:
error_reporting(E_ALL);
ini_set('display_errors', '1');
does not work on x10. I appreciate what you were trying to do, but when I'm developing a new PHP page, I could really do without having to refresh my Error Log every time.

Is there a way to show PHP errors anymore?
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
Should it turn out you can't turn on browser display of errors (I haven't researched the issue or played with the PHP configuration), you could try setting a custom error handler in a debug library, then include that script in pages you want to debug.
 
Status
Not open for further replies.
Top