New Zenner
- Join Date:
- Aug 2008
- Posts:
- 13
- Plugin Contributions:
- 2
Help with SSL and Admin Page Not Working
ok i set up 2 test sites, and i get errors on one of them. INFO BELOW
http://chuck68tx.net/zencart/admin this is the link without SSL on and i did not change anything in the files and everything works , main page and admin section........
**only thing i added was the cherry_zen template to both **
with the site without SSL on i can use all the links in the header and all the pages show.
the site **with SSL on **the links for My Account and Checkout only bring up blank pages also.
the error below is what comes up when i try to go to my admin with this link:
http://chuck68tx.net/admin , only thing i changed was the info for setting up SSL
i followed the instructions
in the turtorials section on setting up SSL....... the main site for http://chuck68tx.net itself works ......
This is the error i get with the SSL on trying to log into the Admin on http://chuck68tx.net/admin
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/content/c/h/u/chuck68tx/html/admin/includes/configure.php:183) in /home/content/c/h/u/chuck68tx/html/includes/functions/sessions.php on line 108
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/c/h/u/chuck68tx/html/admin/includes/configure.php:183) in /home/content/c/h/u/chuck68tx/html/includes/functions/sessions.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at /home/content/c/h/u/chuck68tx/html/admin/includes/configure.php:183) in /home/content/c/h/u/chuck68tx/html/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/h/u/chuck68tx/html/admin/includes/configure.php:183) in /home/content/c/h/u/chuck68tx/html/admin/includes/functions/general.php on line 21
Admin Includes Config:
define('HTTP_SERVER', 'http://chuck68tx.net');
define('HTTPS_SERVER', 'https://chuck68tx.net');
define('HTTP_CATALOG_SERVER', 'http://chuck68tx.net');
define('HTTPS_CATALOG_SERVER', 'https://chuck68tx.net');
// secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', ' true' );
define('ENABLE_SSL_ADMIN', ' false' );
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_ADMIN', '/admin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/admin/');
define('DIR_WS_HTTPS_CATALOG', '/');
Includes Config:
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.yourdomain.com
define('HTTP_SERVER', 'http://chuck68tx.net');
define('HTTPS_SERVER', 'https://chuck68tx.net');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', ' true' );
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
not sure why i get the problems with SSL on
Chuck68tx