PHP plugin/module debugging
I'm building a plugin that I have a new idea for, and it'll be in PHP. I have basic PHP outputting in WHM right now, and it will run as root. I can see basic output, but if my larger application has a scripting error, I cannot visibly "see" the errors.
I've tried the following, but no luck. Does this PHP run under a separate special PHP version with a different ini file or something? No idea how I'm actually supposed to debug this thing when it won't output errors when I want them to.
error_reporting
ini_set - display_errors
Thanks for your help!
-
To further summarize, all I get when there's an error is a blank white page. No actual PHP errors output to the page (ever), which makes it difficult to debug and test the application. 0
Please sign in to leave a comment.
Comments
2 comments