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.

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...