sirwreck Posted December 8, 2004 Posted December 8, 2004 Hi Download the program and installed it locally, everything went well to end. I click on the catalog button (http://localhost/catalog/index.php) and there is an error at the top of the page. Warning: session_start() [function.session-start]: open(/tmp\sess_6be94c318bcc3b803d322972af238463, O_RDWR) failed: No such file or directory (2) in C:\apachefriends\xampp\htdocs\catalog\includes\functions\sessions.php on line 67 Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created. May be silly but how can I fix this. Also going to the admin page I get similiar warning: Warning: session_start() [function.session-start]: open(/tmp\sess_2e4e7e0e290561080fdb04f500dc3cb5, O_RDWR) failed: No such file or directory (2) in C:\apachefriends\xampp\htdocs\catalog\admin\includes\functions\sessions.php on line 67 Fatal error: Cannot re-assign $this in C:\apachefriends\xampp\htdocs\catalog\admin\includes\classes\upload.php on line 31 Warning: Unknown: open(/tmp\sess_2e4e7e0e290561080fdb04f500dc3cb5, O_RDWR) failed: No such file or directory (2) 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 (/tmp) in Unknown on line 0 Thank you for your time Brian
ozcsys Posted December 8, 2004 Posted December 8, 2004 One the last line of your two configure.php files change define('STORE_SESSIONS', ' l'); // leave empty '' for default handler or set to 'mysql' To define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
sirwreck Posted December 8, 2004 Author Posted December 8, 2004 Thank you That fixed the error that was visible on the catolog page. I am getting the following error still when going to to admin Warning: session_start() [function.session-start]: open(/tmp\sess_22181c8b15a6ec75a96ea5f96965ed1d, O_RDWR) failed: No such file or directory (2) in C:\apachefriends\xampp\htdocs\catalog\admin\includes\functions\sessions.php on line 67 Fatal error: Cannot re-assign $this in C:\apachefriends\xampp\htdocs\catalog\admin\includes\classes\upload.php on line 31 Warning: Unknown: open(/tmp\sess_22181c8b15a6ec75a96ea5f96965ed1d, O_RDWR) failed: No such file or directory (2) 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 (/tmp) in Unknown on line 0 Thanks for the help
boxtel Posted December 8, 2004 Posted December 8, 2004 Thank youThat fixed the error that was visible on the catolog page. I am getting the following error still when going to to admin Warning: session_start() [function.session-start]: open(/tmp\sess_22181c8b15a6ec75a96ea5f96965ed1d, O_RDWR) failed: No such file or directory (2) in C:\apachefriends\xampp\htdocs\catalog\admin\includes\functions\sessions.php on line 67 Fatal error: Cannot re-assign $this in C:\apachefriends\xampp\htdocs\catalog\admin\includes\classes\upload.php on line 31 Warning: Unknown: open(/tmp\sess_22181c8b15a6ec75a96ea5f96965ed1d, O_RDWR) failed: No such file or directory (2) 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 (/tmp) in Unknown on line 0 Thanks for the help <{POST_SNAPBACK}> do the same for the configure.php in the admin side. Treasurer MFC
sirwreck Posted December 8, 2004 Author Posted December 8, 2004 I thought i did apparently upon exiting dreamweaver it didnt save it. :blush: Thanks That fixed most of the errors except 1 on the admin page Fatal error: Cannot re-assign $this in C:\apachefriends\xampp\htdocs\catalog\admin\includes\classes\upload.php on line 31 Out of curiousity,did i miss something during install? Thanks Brian
Recommended Posts
Archived
This topic is now archived and is closed to further replies.