Ask, reply and learn. Join the community of Akaunting.
Hi! I'm getting an error 500 when trying to create a new Invoice. Any ideas?
Thanks!
Hello,
You can enable debug to see more details about the error:
https://akaunting.com/docs/developer-manual/debug
Regards
Thank you Denis for your response. How can I enable it on the hosted version?
A Permissions Error. In most cases, a 500 Internal Server Error is due to an incorrect permission on one or more files or folders. In most of those cases, an incorrect permission on a PHP and CGI script is to blame. These should usually be set at 0755 (-rwxr-xr-x).
A PHP Timeout. If your script connects to external resources and those resources timeout, an HTTP 500 error can occur. Timeout rules, or better error handling in your script, should help if this is the cause of the 500 error.
A Coding Error in .htaccess. While not as common, be sure to check that your site's .htaccess file is properly structured.
Regards,
Caleb
Error still persists. I tried downloading and hosting the site on my own server and also tried to create a new account Akaunting website but both of them showed 500 Internal Server Error when creating a new Sales Invoice.
I am getting error 503 when trying to add an invoice, was working fine all day yesterday then kept getting this error in the evening
Got the same error. After enabling debugging it turned out that the PHP extension 'fileinfo' had to be enabled. That fixed the problem for me.
Showing 1 to 7 of 7 discussions