-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyntaxError: Unexpected end of input OK #2146
Comments
because no api has been setup on the demo make sure there is nothing blocking the request from the admin to frontend. |
how can I check that? |
I have the same issue. Have an API set but still get this Error. |
forgot to mention. My problem is solved. I had the website protected because it's still under construction. setting the API and removing this protection fixed my problem. |
Thx for your comment. What can block the request from admin to frontend? The site is not in maintenance mode and the API is there. Can it be that the site is in a subfolder (to root where an older OC is live)? Any ideas are welcome! |
When updating the orderstatus, I get a popup saying: "SyntaxError: Unexpected end of input OK "
I cannot update the status.
Also the same message is given when manually adding an order, so not via the shop/frontend, but via the admin/backend.
I use Opencart v 2.0
You can see it yourself; I found out the same issue exists in the demo shop at demo.opencart.com/admin. Please try to update the orderstatus of an existing order, you'll get the same error.
The text was updated successfully, but these errors were encountered: