Download invoice gives 500 message

Hey Everyone,

Since two days the invoice (1.5) installation is throwing a 500 error if I want to download an invoice.
I think this is because of the migration of the server (another hosting environment).

In addition to that, the system still works. Am I missing a php package? and how can I debug this? Because if I do this

ini_set('display_startup_errors', 1);
ini_set('display_errors', 1);
error_reporting(-1);

I get a white page (without an error)

An error in the 500 range is thrown by the web server, normally as a result of some configuration issue.

You should therefore look at the web server logs to determine what the error is.

1 Like