Page 1 of 1
Search found 3 matches
Can't view orders when I use SSL. Error Undefined.
OpenCart 2.1.0.1 problem. I've installed SSL for my site (which was a pain in the a.. to get to work). Now it's finally working but i get to see an error when opening an order in admin. In internet explorer it shows "access denied, undefined error". In firefox it's simply "network er...
Jump to post- Thu Mar 08, 2018 3:18 am
- Replies 3
- Views 919
Re: Can't view orders, Access denied / undefined error after SSL installation
You didn't like my security restrictions remember. ;) Anyway, i've fixed the problem thanks to an older post on the forum from VictorJ. For anyone interested or having the same problem: I quote; open file admin/controller/sale/order.php find line 850 Code: Select all $data['store_url'] = $this->req...
Jump to post- Thu Mar 08, 2018 3:06 am
- Replies 7
- Views 1347
Re: error undefined
To allow only non-www pages, add this here into your .htaccess RewriteCond %{HTTP_HOST} ^www.beleza21.com [NC] RewriteRule (.*) http://beleza21.com/$1 [R=301,L] HI Osworkx, I m also getting same error for admin site. If i access admin page and click on view latest order i get a pop up with: Error U...
Jump to post- Thu Mar 08, 2018 2:41 am
- Replies 18
- Views 27541
Search found 3 matches