rhubarb Posted August 9, 2004 Posted August 9, 2004 I'm trying to setup an existing site on a local Windows server. With the following line in /includes/configure.php: define('STORE_SESSIONS', 'E:\PHP\sessiondata'); even though that is the path specified for session.save_path in \WinNT\php.ini I get the following error: Warning: open(/tmp\sess_cef9929d1218ef185483f4e559e1eb95, O_RDWR) failed: No such file or directory (2) in E:\Inetpub\wwwroot\<directory>\includes\functions\sessions.php on line 67 Where is the session path being specified as /tmp ? If I set define('STORE_SESSIONS', 'mysql'); I get this errro: Warning: Failed opening 'includes/functions/sessions_mysql.php' for inclusion (include_path='.;e:\php\includes') in E:\Inetpub\wwwroot\<directory>\includes\functions\administrators.php on line 72
antonbartolo Posted August 17, 2004 Posted August 17, 2004 Hi! Not sure if you figured this out by now. There is a Session Directory in the admin tool under configuration>>sessions. Cheers, Anton
Recommended Posts
Archived
This topic is now archived and is closed to further replies.