droper Posted September 22, 2005 Posted September 22, 2005 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.
dahui Posted September 22, 2005 Posted September 22, 2005 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. <{POST_SNAPBACK}> 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
241 Posted September 22, 2005 Posted September 22, 2005 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! Is your Osc dated try Phoenix raising oscommerce from the ashes.
droper Posted September 23, 2005 Author Posted September 23, 2005 Ou Yes it works :) Thank you so much 241 :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.