clamhost Posted March 14, 2014 Report Posted March 14, 2014 Hi, I'm getting a white page with a certain custom module. but the developer cannot help me as for some odd reason there is no errors even logging to the Apache Error Log is there something overriding this in blesta ? Quote
0 Tyson Posted March 14, 2014 Report Posted March 14, 2014 Blesta wouldn't be overriding any of your webserver logs, no. Blank pages can occur for any of several reasons, including a php error or 500 internal server error. You can enable error reporting in Blesta by updating /config/blesta.php (line 11) from: Configure::errorReporting(0); to Configure::errorReporting(-1); And then see if that blank page displays any errors. Michael 1 Quote
Question
clamhost
Hi,
I'm getting a white page with a certain custom module. but the developer cannot help me as for some odd reason there is no errors even logging to the Apache Error Log is there something overriding this in blesta ?
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.