I am having issues with enabling SSL with Zen. I started a different post but there is another person on this thread that is having the same identical problem.
I followed the tutorial to a "T" here are my lines of code pasted from both files that I changed. Can't even log into store admin now;
admin/includes/configure.php
includes/configure.phpCode:* If you desire your *entire* admin to be SSL-protected, make sure you use a "https:" URL for all 4 of the following: */ define('HTTP_SERVER', 'https://cesavings.com'); define('HTTPS_SERVER', 'https://cesavings.com'); define('HTTP_CATALOG_SERVER', 'https://cesavings.com'); define('HTTPS_CATALOG_SERVER', 'https://cesavings.com'); // secure webserver for catalog module and/or admin areas? define('ENABLE_SSL_CATALOG', 'true'); define('ENABLE_SSL_ADMIN', 'true');
Set file permissions on the server to 644 (rw-r--r--) uploaded both changed them back to 444 (r--r--r--).Code:define('HTTP_SERVER', 'http://cesavings.com'); define('HTTPS_SERVER', 'https://cesavings.com'); // Use secure webserver for checkout procedure? define('ENABLE_SSL', 'true');
Can't get to admin page gives me the following error;
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/c/e/s/cesavings/html/store/admin/includes/configure.php:183) in /home/content/c/e/s/cesavings/html/store/includes/functions/sessions.php on line 108
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/c/e/s/cesavings/html/store/admin/includes/configure.php:183) in /home/content/c/e/s/cesavings/html/store/includes/functions/sessions.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at /home/content/c/e/s/cesavings/html/store/admin/includes/configure.php:183) in /home/content/c/e/s/cesavings/html/store/admin/includes/init_includes/init_templates.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/content/c/e/s/cesavings/html/store/admin/includes/configure.php:183) in /home/content/c/e/s/cesavings/html/store/admin/includes/functions/general.php on line 21
In the store when you click add an item to the cart it goes to a blank white page with the session id appended to the URL.
I am using Dreamweaver to edit the PHP file. I have used both Dreamweaver and FileZilla to download and upload files to the server. I have a Premium Hosting plan with GoDaddy. You can reach my site via http://cesavings.com and https://cesavings.com. This is my second install of zen cart because of this problem.
I have emptied my cache, tried on three different computers and both Firefox and IE.
Thank you in advance for any help.
Dennis






