opencart / opencart

A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution.
https://www.opencart.com/
Other
7.41k stars 4.82k forks source link

SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data OK #2203

Closed BigBossTR closed 9 years ago

BigBossTR commented 9 years ago

Can not change or modify orders. (Opencart 2.0). New fresh install of 2.0.0.0 and 2.0.1.0 both do the same. At local development environment as well as at the hosted server environment. If maintenance mode is turned off, it somehow works in the local server but turning off maintenance mode at the hosted server does not affect it at all and the problem persists.

2014-11-03 03 53 17 pm

danielkerr commented 9 years ago

then disable maintenance mode and remove and login crap thats blocking access to the site!

its not hard! remove the htpassword that blocks people from accessing the site!

"it some how works on local host when maintenance mode is turned off!"

of course its not going to work with maintenance mode on! are you stupid!

BigBossTR commented 9 years ago

There is no htpassword or login crap on the server. It is completely open. Maybe you did not understand what I said. It does not let me edit the orders maintenance mode ON or OFF. Order editing is broken. And do you mean to say that when maintenance mode is on we can't work in the admin? This has not been the case anywhere not even in Opencart 1.5.x. So there is something wrong here.

Secondly when it works it can't save the orders from the backend keeps asking for payment method when the payment method is already selected. This cannot be a normal function of the cart. It is broken.