jyenterprises Posted March 27, 2008 Posted March 27, 2008 I have just installed a new SSL Cert. I have a front page before entering the shop. My Cert will show it ok. when entering the shop the following error shows. Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid/gid is 28427/28427 is not allowed to access /tmp owned by uid/gid 0/0 in /catalog/includes/functions/sessions.php on line 169 Warning: Cannot modify header information - headers already sent by (output started at /catalog/includes/functions/sessions.php:169) in /catalog/includes/functions/general.php on line 1227 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /catalog/includes/functions/sessions.php:169) in /catalog/includes/functions/sessions.php on line 102 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /catalog/includes/functions/sessions.php:169) in /catalog/includes/functions/sessions.php on line 102 You help would be very much appreciated. I am sure that some of you would want to add SSL after you have installed your site, this information would be of great help to all.
jyenterprises Posted March 30, 2008 Author Posted March 30, 2008 I have just installed a new SSL Cert. I have a front page before entering the shop. My Cert will show it ok. when entering the shop the following error shows. Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid/gid is 28427/28427 is not allowed to access /tmp owned by uid/gid 0/0 in /catalog/includes/functions/sessions.php on line 169 Warning: Cannot modify header information - headers already sent by (output started at /catalog/includes/functions/sessions.php:169) in /catalog/includes/functions/general.php on line 1227 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /catalog/includes/functions/sessions.php:169) in /catalog/includes/functions/sessions.php on line 102 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /catalog/includes/functions/sessions.php:169) in /catalog/includes/functions/sessions.php on line 102 You help would be very much appreciated. I am sure that some of you would want to add SSL after you have installed your site, this information would be of great help to all.
Guest Posted March 30, 2008 Posted March 30, 2008 Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid/gid is 28427/28427 is not allowed to access /tmp owned by uid/gid 0/0 in /catalog/includes/functions/sessions.php on line 169 Your server has safe mode restriction turned on. ***************************************************** Warning: Cannot modify header information - headers already sent by The "headers already sent" error is usually caused by having white space before or after the opening and closing PHP tags (<?php . . . ?>). Have you recently edited any files?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.