Tomas Posted October 7, 2017 Report Posted October 7, 2017 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. Quote
0 Blesta Addons Posted October 7, 2017 Report Posted October 7, 2017 try to check webserver log, 500 errors are most of the time a server side errors . Quote
0 Tomas Posted October 9, 2017 Author Report Posted October 9, 2017 Hello, WHat am I looking for? Quote
0 Tomas Posted October 9, 2017 Author Report Posted October 9, 2017 And, where do I find this log? Quote
0 BeZazz Posted October 9, 2017 Report Posted October 9, 2017 What operating system and control panel (if any) Quote
0 Paul Posted October 9, 2017 Report Posted October 9, 2017 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. activa 1 Quote
Question
Tomas
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.