Jump to content
  • 0

Question

Posted

Every time I try to send the invoice to the user, I end up with a 500 error.

The same thing happens when I try to "view" the invoice from the client screen.

Email is working fine with SMTP gmail setup.

 

 

5 answers to this question

Recommended Posts

  • 0
Posted

I believe this is the same person I chat with via the website this morning. The issue in his case was that his PHP memory_limit was too low in php.ini. I increased it and it resolved the issue. If that's not you, or anyone else is getting an error the best thing to do is enable error reporting and debugging. To do so:

Quote

To enable error reporting, edit /config/blesta.php and change Configure::errorReporting(0); to Configure::errorReporting(-1); You may also wish to enable System Debug. To do so, change Configure::set("System.debug", false); to Configure::set("System.debug", true);

Make sure to change these settings back when you are done.

 

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...