hookedoncoffee Posted January 10, 2006 Posted January 10, 2006 I keep getting the following error in admin when I open orders.php Warning: session_start(): open(/data/session/2/2/sess_22bb31da0e02a7ff148d2f5fd658df2f, O_RDWR) failed: Permission denied (13) in /data/members/paid/h/o/hookedoncoffee.co.uk/htdocs/shop/admin/includes/functions/sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /data/members/paid/h/o/hookedoncoffee.co.uk/htdocs/shop/admin/includes/functions/sessions.php:67) in /data/members/paid/h/o/hookedoncoffee.co.uk/htdocs/shop/admin/includes/functions/sessions.php on line 67 I have been all the way through the forum looking for answers, but have had no luck!! Can someone pls help me... :D
Guest Posted January 10, 2006 Posted January 10, 2006 In your admin/includes/configure.php set: define('STORE_SESSIONS', 'mysql'); Matti
hookedoncoffee Posted January 10, 2006 Author Posted January 10, 2006 In your admin/includes/configure.php set: define('STORE_SESSIONS', 'mysql'); Matti Done this already... still get the code, but only in admin/orders.php also get this when I try to edit an order (if this helps) Warning: session_start(): open(/data/session/0/d/sess_0d27435a3bb53b4c1dba6cfe2b095a28, O_RDWR) failed: Permission denied (13) in /data/members/paid/h/o/hookedoncoffee.co.uk/htdocs/shop/admin/includes/functions/sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /data/members/paid/h/o/hookedoncoffee.co.uk/htdocs/shop/admin/includes/functions/sessions.php:67) in /data/members/paid/h/o/hookedoncoffee.co.uk/htdocs/shop/admin/includes/functions/sessions.php on line 67 Warning: Cannot modify header information - headers already sent by (output started at /data/members/paid/h/o/hookedoncoffee.co.uk/htdocs/shop/admin/includes/functions/sessions.php:67) in /data/members/paid/h/o/hookedoncoffee.co.uk/htdocs/shop/admin/includes/functions/general.php on line 22 Warning: Unknown(): open(/data/session/0/d/sess_0d27435a3bb53b4c1dba6cfe2b095a28, O_RDWR) failed: Permission denied (13) in Unknown on line 0 Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (2;/data/session) in Unknown on line 0 Thanks
♥Vger Posted January 10, 2006 Posted January 10, 2006 The error you are getting in admin is directly related to storing sessions in a sessions folder, using file storage for sessions. Make sure that when you edited admin/includes/configure.php (as Matti suggested you do) that the changes actually took. Vger
hookedoncoffee Posted January 10, 2006 Author Posted January 10, 2006 The error you are getting in admin is directly related to storing sessions in a sessions folder, using file storage for sessions. Make sure that when you edited admin/includes/configure.php (as Matti suggested you do) that the changes actually took. Vger I have checked all the file and they are correct... Any other sugesstions?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.