Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Seesion Errors only in admin/orders.php


hookedoncoffee

Recommended Posts

Posted

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

Posted

In your admin/includes/configure.php set:

 

  define('STORE_SESSIONS', 'mysql');

 

Matti

Posted
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

Posted

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

Posted
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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...