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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...