Jump to content

Question

Posted

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

  • 0
Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...