Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

\includes\functions\sessions.php on line 67


droper

Recommended Posts

Posted

Hello, i have installed oscommerce-2.2ms2 yesterday on my webserver. Now when I open any page in top it shows me this:

 

Warning: session_start(): open(/tmp\sess_487ed2898781ddce9b52ea2b458932e9, O_RDWR) failed: No such file or directory (2) in c:\appserv\www\includes\functions\sessions.php on line 67

 

next I have warning:

 

Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created.

 

In bottom then... I have this:

 

Warning: session_write_close(): open(/tmp\sess_487ed2898781ddce9b52ea2b458932e9, O_RDWR) failed: No such file or directory (2) in c:\appserv\www\includes\functions\sessions.php on line 106

 

 

I think that warnings are for one thing but i am not sure >_< .

Please, can anybody help me how to fix that.

 

sorry for my broken english :blush: . Thanks.

Posted
Hello, i have installed oscommerce-2.2ms2 yesterday on my webserver. Now when I open any page in top it shows me this:

 

Warning: session_start(): open(/tmp\sess_487ed2898781ddce9b52ea2b458932e9, O_RDWR) failed: No such file or directory (2) in c:\appserv\www\includes\functions\sessions.php on line 67

 

next I have warning:

 

Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created.

 

In bottom then... I have this:

 

Warning: session_write_close(): open(/tmp\sess_487ed2898781ddce9b52ea2b458932e9, O_RDWR) failed: No such file or directory (2) in c:\appserv\www\includes\functions\sessions.php on line 106

I think that warnings are for one thing but i am not sure >_< .

Please, can anybody help me how to fix that.

 

sorry for my broken english :blush: . Thanks.

 

 

you are running local therfor the temp path should be \tmp and not /tmp

 

furthermor you need that directorie, check if exists and propper rights to write into it

 

dahui

Posted

SESSION DIRECTORY DOES NOT EXIST

 

change the last line in the following files

 

catalog/includes/configure.php

admin/includes/configure.php

 

from

define('STORE_SESSIONS', '');

to

define('STORE_SESSIONS', 'mysql');

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Archived

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

×
×
  • Create New...