Cant edit orders or delete orders tells me SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data OK
and cant change product status
What to change or how? Please help!
I am using opencart 2.0.1.1 and also opencart captcha image not showing? How to bring it back???
Need to sell my stuff please help!!
and cant change product status
What to change or how? Please help!
I am using opencart 2.0.1.1 and also opencart captcha image not showing? How to bring it back???
Need to sell my stuff please help!!
You can try this solution.mar24 wrote:Something ?
Does anyone really have not encountered this problem?
SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data OK
Or capptcha image not showing?
Please some information!
If the problem is still there, you can send me your site url, a admin account and a FTP account via PM, so I can take a look at the problem closer.
http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension
Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme
Extra Positions PRO, Custom JavaScript, Custom CSS and others
I have already tried it several times. The site is not in maintenance mode.
Everything works just fine ok not everything captcha also but main problem is still SyntaxError
Could it be server setting?
api
Or view/template/sale/order_form.tp api??
Searching solution
Tell me where and what to check
Everything works just fine ok not everything captcha also but main problem is still SyntaxError
Could it be server setting?
api
Or view/template/sale/order_form.tp api??
Searching solution


After I have read all the answers and none was resolving my same problem, I have found this solution:
add in admin/config.php
define('HTTPS_CATALOG', 'http://www.yoursite.com/');
add in admin/config.php
define('HTTPS_CATALOG', 'http://www.yoursite.com/');
Hi friends me too struck on this issue for day and finally found the solution. in my opencart site i used non www to www redirection in .htaccess but i forgot to replace my admin site config.php file.
i changed
this to
this. it solved my headache problem..
always be aware in siteurl.
i changed
Code: Select all
define('HTTPS_SERVER', 'http://mysite.com/admin/');
define('HTTPS_CATALOG', 'http://mysite.com/');
Code: Select all
define('HTTPS_SERVER', 'http://www.mysite.com/admin/');
define('HTTPS_CATALOG', 'http://www.mysite.com/');

always be aware in siteurl.
Who is online
Users browsing this forum: No registered users and 64 guests