Hi,
So I have tried to install SSL into a shop but having totally failed, I need to switch it off and start again.
My problem is I cannot get into the admin part of the shop due to it re-directing to a https:// address after logging in and it cannot find the page.
So I am looking for a solution to be able to turn off the ssl in any of files installed on the server to be able to get back in the Admin panel and to get the shop working again!
Please advise as I am about to throw a monitor!
Thanks
So I have tried to install SSL into a shop but having totally failed, I need to switch it off and start again.
My problem is I cannot get into the admin part of the shop due to it re-directing to a https:// address after logging in and it cannot find the page.
So I am looking for a solution to be able to turn off the ssl in any of files installed on the server to be able to get back in the Admin panel and to get the shop working again!
Please advise as I am about to throw a monitor!
Thanks
change the HTTPS paths in the admin/config file back to http.
I think that will get you back in.
I think that will get you back in.
Code: Select all
// HTTPS
define('HTTPS_SERVER', 'http://www.yourshop.co.uk/admin/');
define('HTTPS_IMAGE', 'http://www.yourshop.co.uk/image/');
Thanks for the reply,
I have tried this and the error i'm getting after that is located in the index.php
The shops url path's still point to https:// on 4 main sections as far as I can see (Log In, Account, Checkout & Admin) which all do not work still...
I have tried this and the error i'm getting after that is located in the index.php
Code: Select all
define('HTTP_SERVER', $config->get('config_url'));
define('HTTP_IMAGE', HTTP_SERVER . 'image/');
I have completed the above steps but I am still locked out of the admin panel. Once I click Log In with correct details nothing displays, all I get is the code below in the address bar and a blank white page.
On the login page itself, it displays this at thetop of the page
Both config files are back to their original state as I created back-ups before going ahead.
Code: Select all
http://pippyblue.com/store/admin/HTTPS_SERVERindex.php?route=common/login
Code: Select all
Notice: Use of undefined constant HTTPS_SERVER - assumed 'HTTPS_SERVER' in /home/fhlinux130/p/pippyblue.com/user/htdocs/store/admin/controller/common/login.php on line 43Notice: Use of undefined constant HTTPS_SERVER - assumed 'HTTPS_SERVER' in /home/fhlinux130/p/pippyblue.com/user/htdocs/store/admin/controller/common/header.php on line 8Notice: Use of undefined constant HTTPS_SERVER - assumed 'HTTPS_SERVER' in /home/fhlinux130/p/pippyblue.com/user/htdocs/store/admin/controller/common/header.php on line 8Notice: Use of undefined constant HTTPS_SERVER - assumed 'HTTPS_SERVER' in /home/fhlinux130/p/pippyblue.com/user/htdocs/store/admin/controller/common/header.php on line 77
I was able to edit to admin>config.php
To
This allowed me to access the admin portion to view orders, ect.
Code: Select all
// HTTPS
define('HTTPS_SERVER', 'https://www.yoursite.com/admin/');
define('HTTPS_IMAGE', 'https://www.yoursite.com/image/');
Code: Select all
HTTPS
define('HTTPS_SERVER', 'http://www.yoursite.com/admin/');
define('HTTPS_IMAGE', 'http://www.yoursite.com/image/');
Discount Golf Clubs and Golf Equipment - Powered by Opencart
Hello,
This post will help turn off the SSL when you are locked out for the backend.
open the file www.yoursite.com/admin/config.php
find this in the config file
// HTTPS
define('HTTPS_SERVER', 'https://www.yoursite.com.au/');
define('HTTPS_IMAGE', 'https://www.yoursite.com.au/');
Change to this
// HTTPS
define('HTTPS_SERVER', '');
define('HTTPS_IMAGE', '');
Now try login to the backend
This worked for me, = remove your site address from the https bit...
This post will help turn off the SSL when you are locked out for the backend.
open the file www.yoursite.com/admin/config.php
find this in the config file
// HTTPS
define('HTTPS_SERVER', 'https://www.yoursite.com.au/');
define('HTTPS_IMAGE', 'https://www.yoursite.com.au/');
Change to this
// HTTPS
define('HTTPS_SERVER', '');
define('HTTPS_IMAGE', '');
Now try login to the backend
This worked for me, = remove your site address from the https bit...
Who is online
Users browsing this forum: No registered users and 30 guests