version 1.5.1 have upgraded every upgrade started fresh with 1.3.8
PHP-5.3.21 MySQL- 5.0.96-community-log
Have added recover cart sales, image handler 4, email archive manager, google merchant center feed, easy populate 4, sitemap XLM.
installed by FTP upload
Problem just started after host renewed SSL Cert. I have been in contact with them also.
I logged in as customer with no problem.
I noticed in my lastest vistor log when I try to log in referrer- https://ww w.smokinhumidors.com/renamedadmin/login.php.....
then I see http code 302
and then http://smokinhumidors.com/renamedadmin/log..... with no https or www
includes/config. set:
define('HTTP_SERVER', 'http://www.smokinhumidors.com');
define('HTTPS_SERVER', 'https://www.smokinhumidors.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
admin/config.
define('HTTP_SERVER', 'https://www.smokinhumidors.com');
define('HTTPS_SERVER', 'https://www.smokinhumidors.com');
define('HTTP_CATALOG_SERVER', 'http://www.smokinhumidors.com');
define('HTTPS_CATALOG_SERVER', 'https://www.smokinhumidors.com');
// secure webserver for admin? Valid choices are 'true' or 'false' (including quotes).
define('ENABLE_SSL_ADMIN', 'true');
// secure webserver for storefront? Valid choices are 'true' or 'false' (including quotes).
define('ENABLE_SSL_CATALOG', 'true');