Morning' Folks,
I am running Zen-Cart 1.3.8. I recently upgraded my PayPal account to Website Payments Pro, and subsequently enabled this payment module in my store. Then I quickly realized that, whoops, I need an SSL certificate. So I upgraded to secure hosting with a privately signed SSL certificate from my host (dreamhost).
I was following the Enable SSL tutorial (http://tutorials.zen-cart.com/index.php?article=14) to enable SSL on my zen-cart store. All was well and I could access my store via https no problem. Then I made the required changes to my configure.php files, and suddenly the System Setup Required page popped up. So I uploaded unedited copies of the configure files but the System Setup Required page is still there. I tried running Dr. Byte's fix_cache_key utility as that seemed to fix this issue for other people in a similar mess, but I don't think I'm doing it right because all that happens is it loads a System Setup Required page where the heading text is orange instead of black.
My store is here:
http://www.joshuacripps.com/zencart/store/
Here are the changes I made to the configure.php files:
---------------------------------------------------
from ../store/includes/configure.php
---------------------------------------------------
define('ENABLE_SSL', 'false'); ------------> define('ENABLE_SSL', 'true');
------------------------------------------------------------
from ../store/admin/includes/configure.php
------------------------------------------------------------
define('ENABLE_SSL_ADMIN', 'false'); -------------> define('ENABLE_SSL_ADMIN', 'true');
In both files the servers were set up as follows:
define('HTTP_SERVER', 'http://www.joshuacripps.com');
define('HTTPS_SERVER', 'https://www.joshuacripps.com');
Not being able to access my store is kinda bumming me out, so I'd appreciate any help I could get on solving this dilemma.
Thanks, Zenners!
~Josh






Bookmarks