Guest Posted January 27, 2009 Share Posted January 27, 2009 Please in mega layman's terms can someone help me fix these error messages: In the mysite/catalog/index.php I am getting this messages. Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 32064 is not allowed to access /tmp owned by uid 0 in /home/libraria/public_html/catalog/includes/functions/sessions.php on line 169 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/libraria/public_html/catalog/includes/functions/sessions.php:169) in /home/libraria/public_html/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 /home/libraria/public_html/catalog/includes/functions/sessions.php:169) in /home/libraria/public_html/catalog/includes/functions/sessions.php on line 102 In the /mysite/catalog/admin/index.php admin area I am getting these messages. Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 32064 is not allowed to access /tmp owned by uid 0 in /home/libraria/public_html/catalog/admin/includes/functions/sessions.php on line 165 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/libraria/public_html/catalog/admin/includes/functions/sessions.php:165) in /home/libraria/public_html/catalog/admin/includes/functions/sessions.php on line 102 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/libraria/public_html/catalog/admin/includes/functions/sessions.php:165) in /home/libraria/public_html/catalog/admin/includes/functions/sessions.php on line 102 Warning: Cannot modify header information - headers already sent by (output started at /home/libraria/public_html/catalog/admin/includes/functions/sessions.php:165) in /home/libraria/public_html/catalog/admin/includes/functions/general.php on line Thanks in advance! Damian Link to comment Share on other sites More sharing options...
satish Posted January 27, 2009 Share Posted January 27, 2009 Just chek the value of FS path in Yuor configure.php file. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does. Link to comment Share on other sites More sharing options...
Guest Posted January 28, 2009 Share Posted January 28, 2009 In your admin configuration sessions change the sessions path to tmp, ie no slashes. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.