osCmax v2.5 User Manual
Results 1 to 2 of 2

problem after install MAX 1.5

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 ...

      
  1. #1
    Anonymous
    Guest


    Default problem after install MAX 1.5

    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. #2
    Anonymous
    Guest


    Default

    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)

Similar Threads

  1. install problem
    By anchim in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 11-04-2006, 07:15 PM
  2. Problem after initial install
    By netimpsol in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 10-26-2004, 10:30 AM
  3. New install login problem!
    By Anonymous in forum osCMax v1.7 Installation
    Replies: 3
    Last Post: 04-29-2004, 07:09 AM
  4. Problem with install
    By PingPong in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 12-30-2003, 08:11 PM
  5. install problem on W2000
    By Anonymous in forum osCommerce 2.2 Installation Help
    Replies: 3
    Last Post: 01-08-2003, 11:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •