bhangie Posted November 2, 2005 Posted November 2, 2005 What does this error mean. Warning: open(/tmp\sess_495fe4d177c0f8994905b5c88b9db67f, O_RDWR) failed: No such file or directory (2) in c:\phpdev\www\catalog\admin\includes\functions\sessions.php on line 67 Warning: Cannot add header information - headers already sent by (output started at c:\phpdev\www\catalog\admin\includes\functions\sessions.php:67) in c:\phpdev\www\catalog\admin\includes\functions\general.php on line 18 Warning: open(/tmp\sess_495fe4d177c0f8994905b5c88b9db67f, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 Any help plz
buzuc Posted November 2, 2005 Posted November 2, 2005 It seems that you don't have a "tmp" directory on your website. try to make one through on ftp soft. MS2 2.2 fr + Manufacturer copy (5 manufacturers - modified to make it works) + More pics 6 + FCK Editor + zones shipping (modified without weight) + My contribution : Shopping Cart Management for Unique Products I apologize in advance for my poor English I'm French !
BlueMonkey Posted November 2, 2005 Posted November 2, 2005 What does this error mean. Warning: open(/tmp\sess_495fe4d177c0f8994905b5c88b9db67f, O_RDWR) failed: No such file or directory (2) in c:\phpdev\www\catalog\admin\includes\functions\sessions.php on line 67 When you install osC there are two options for how/where to write sessions to. The first is in a folder called /tmp/ the second is to the db. FTP into your server and look for a folder called tmp. if it exists, check it's chmod permissions (read and write). If it doesn't, create it. You may have to re-install osC. For a full explaination see the documentation for osC. Re-installing osC is quick and painless. Back up your files, then open up the installation package. If you are lucky osC will create and "correct" missing or damaged files while leaving your data intact. Worst case you have to re-install your database using the backup. Good luck
♥Monika in Germany Posted November 2, 2005 Posted November 2, 2005 I advise you to open your includes/configure.php files (catalog AND admin) and change session storage to mysql. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.