Error 500 in payments after updated to 5.7.3

Hello there,

I updated today to 5.7.3 and I’m having errors when I try to put the payment for the invoices.

Actually, when I put the payment I have a 500 error and the invoice is marked as “Paid”, but the payment appear with the status “unapplied”. If I try to apply the payment there’s also a 500: Server Error.

Just to remember, it was working fine befor the update and I didn’t change anything on my server.
Also, it happens in all apps, Windows, Android and using the browser.

Hi,

Are there any details about the 500 error in storage/logs?

Hello.

No, there’s nothing.

I’m not sure, if you see a 500 error in the app the details will be logged to either the application logs or the web server error logs.

Since this is a major new version it may help to run composer install.

Hi there,

I did the “composer install” and nothing changed.
I checked also in my server, there’s no error after I tried to pay an invoice.

@david do you have any suggestions?

Can you set app_debug=true in the .env file to see if the 500 appears in the logs

I think this is related to this db table column not quoted causing error · Issue #8755 · invoiceninja/invoiceninja · GitHub

I’ve tagged v5.7.5 with a fix for this.

Hi @david,

Sorry for the delay.

I updated to v5.7.5 and now it’s working.

Thank you.

1 Like