I can’t create a new bill…
"The app seems stuck due to an error."
But it’s not a log out of the account because I can close the error and do something else.
I can create a new user but I can not delete it => "404 Page Not Found
The page you requested was not found. " with the “Delete” button in the customer card directly.
But I can delete it from the drop-down menu right here /clients/status/active
It is correct, that some actions throw a 404 error because the way items are deleted changed 180° in version 1.5.6.
Please post the exact location where deletion is throwing a 404 error.
Edit
Technical Background: URLs like /index.php/invoices/delete/115 will never work again as simple HTTP GET requests. This is a security feature. Invoices can now only be deleted if it’s a POST request that also contains the CSRF token.
@TechInfo@cpu4you If you get this error from anywhere in the application please give me the location where you pressed the delete button. Posting the URL will not help.
I’m having exactly the same issue, but with 1.5.7 - when I try to create a new invoice, i just get "It seems that the application stuck because of an error."
In the logs are these errors:
ERROR - 2018-02-20 12:37:09 --> Could not find the language line "view_payment_logs"
ERROR - 2018-02-20 12:38:02 --> Could not find the language line "smtp_mail_from"
ERROR - 2018-02-20 12:38:02 --> Could not find the language line "view_payment_logs"
ERROR - 2018-02-20 12:38:19 --> Could not find the language line "smtp_mail_from"
ERROR - 2018-02-20 12:38:25 --> Could not find the language line "view_payment_logs"
Upgrade (index.php/setup) completed without any errors, tried a few times… I’m running Debian Stretch (9) with php7.
EDIT: Forget it - seems to be a browser issue - with another browser it does seem to work fine…