This is a discussion on problem after install MAX 1.5 within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; I've got this alert: Warning: session_start(): open(/tmp\sess_c3222c35241d81dc333c8058127e391f, O_RDWR) failed: No such file or directory (2) in c:\program files\easyphp1-7\www\includes\functions\sessions.php on line ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I've got this alert: Warning: session_start(): open(/tmp\sess_c3222c35241d81dc333c8058127e391f, O_RDWR) failed: No such file or directory (2) in c:\program files\easyphp1-7\www\includes\functions\sessions.php on line 67 Where i must create this /tmp file? thanks for the help And i don't know if this problem is in relation with the other but the connection to admin tools with admin@localhost.com ant password: admin don't work. (but it's well this pass in the database, so i don't understand?!?!) |
|
#2
| |||
| |||
| Note this has nothing to do with OSC..... Easiest thing to do is to store session in MYSQL - change BOTH configure.php files - near the bottom: define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' to: define('STORE_SESSIONS', 'mysql'); To acually correct this properly: This diretory is set in php.ini - look for 'tmp' there and see exactly where it should be - or chanf to where you would like it to be (NOT in your WEB SERVER directory) - most likly 'c:\tmp' or 'c:\php\tmp' or 'c:\easyphp\php\tmp' or something like that. Make sure the directory exists and for NT/2000/XP/20003 servers has "IUSR" permissions set to read/write/modify to true. (Sorry it's me - JPF) |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| install problem | anchim | osCMax v2 Installation issues | 1 | 11-04-2006 08:15 PM |
| Problem after initial install | netimpsol | osCommerce 2.2 Installation Help | 1 | 10-26-2004 10:30 AM |
| New install login problem! | Anonymous | osCMax v1.7 Installation | 3 | 04-29-2004 07:09 AM |
| Problem with install | PingPong | osCommerce 2.2 Installation Help | 1 | 12-30-2003 09:11 PM |
| install problem on W2000 | Anonymous | osCommerce 2.2 Installation Help | 3 | 01-09-2003 12:15 AM |