Chrismeister Posted December 26, 2009 Posted December 26, 2009 I made a new test-webshop: Klick here to see it. There are a lot of errors on it. I don't know what all that means. Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid/gid is 112640/112640 is not allowed to access owned by uid/gid 0/0 in /hsphere/local/home/snutte/antifarm.com/shop/catalog/includes/functions/sessions.php on line 169 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /hsphere/local/home/snutte/antifarm.com/shop/catalog/includes/functions/sessions.php:169) in /hsphere/local/home/snutte/antifarm.com/shop/catalog/includes/functions/sessions.php on line 102 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /hsphere/local/home/snutte/antifarm.com/shop/catalog/includes/functions/sessions.php:169) in /hsphere/local/home/snutte/antifarm.com/shop/catalog/includes/functions/sessions.php on line 102
Chrismeister Posted December 26, 2009 Author Posted December 26, 2009 After looking, there seem to be only 2 problems. I made the info easier to read: Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid/gid is 112640/112640 is not allowed to access owned by uid/gid 0/0 in /hsphere/local/home/snutte/antifarm.com/shop/catalog/includes/functions/sessions.php on line 169 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /hsphere/local/home/snutte/antifarm.com/shop/catalog/includes/functions/sessions.php:169) in /hsphere/local/home/snutte/antifarm.com/shop/catalog/includes/functions/sessions.php on line 102 Do anyone know how to fix any of these two problems.
Jan Zonjee Posted December 26, 2009 Posted December 26, 2009 Do anyone know how to fix any of these two problems. Use google to search the forum next time: sentence or keywords site:www.oscommerce.com/forums since most questions (like this one) have been answered numerous times. Change your includes/configure.php to use the database for storing sessions: define('STORE_SESSIONS', 'mysql');.
MrPhil Posted December 27, 2009 Posted December 27, 2009 The second problem (session_start) will very likely go away after you fix the first problem. The first problem's error message is forcing the default headers to be sent, preventing the session-related headers from being sent. Related: http://www.oscommerce.com/forums/topic/350012-error-in-all-page-submits/page__gopid__1467801entry1467801
Recommended Posts
Archived
This topic is now archived and is closed to further replies.