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

I must be stupid!

This is a discussion on I must be stupid! within the osCMax v1.7 Installation forums, part of the osCmax v1.7 Forums category; I read and read and read for the last week, so tonight I try to install max and here's what ...

      
  1. #1
    Active Member
    Join Date
    Feb 2004
    Posts
    174
    Rep Power
    9


    Default I must be stupid!

    I read and read and read for the last week,
    so tonight I try to install max and here's what I get:
    Store:
    It's there but with errors
    arning: session_start(): open(/tmp\sess_c51a4f6c29609a0df10cbe517a8c4ba4, O_RDWR) failed: No such file or directory (2) in c:\web\catalog\includes\functions\sessions.php on line 67

    Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\web\catalog\includes\functions\sessions.php:67) in c:\web\catalog\includes\functions\sessions.php on line 67

    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\web\catalog\includes\functions\sessions.php:67) in c:\web\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.
    Admin:
    it's not even there, just a big page of errors!
    Warning: session_start(): open(/tmp\sess_8a53f8be9144b813291a3ea6df336df4, O_RDWR) failed: No such file or directory (2) in c:\web\catalog\admin\includes\functions\sessions.p hp on line 67

    Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\web\catalog\admin\includes\functions\sessions.p hp:67) in c:\web\catalog\admin\includes\functions\sessions.p hp on line 67

    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\web\catalog\admin\includes\functions\sessions.p hp:67) in c:\web\catalog\admin\includes\functions\sessions.p hp on line 67

    Warning: Cannot modify header information - headers already sent by (output started at c:\web\catalog\admin\includes\functions\sessions.p hp:67) in c:\web\catalog\admin\includes\functions\general.ph p on line 86

    Warning: Unknown(): open(/tmp\sess_8a53f8be9144b813291a3ea6df336df4, 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
    I *thought* I followed the directions to the letter??
    this is a local install btw. mysql/phpmyadmin/apache

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default

    Kristine, you are on windows, you can create a c:\tmp dir and make it writable, or you can store sessions in the database.

    Both will solve your issue.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Active Member
    Join Date
    Feb 2004
    Posts
    174
    Rep Power
    9


    Default

    ok, I'll try that, thanks

  4. #4
    Active Member
    Join Date
    Feb 2004
    Posts
    174
    Rep Power
    9


    Default

    alrighty, that worked! Thanks again, for some reason I thought the /tmp folder was supposed to be in my c:/web ??

  5. #5
    Anonymous
    Guest


    Default sorry does not work

    Quote Originally Posted by msasek
    Kristine, you are on windows, you can create a c:\tmp dir and make it writable, or you can store sessions in the database.

    Both will solve your issue.
    sorry but i tried to make a dir on c and d (drive:\tmp but nothing seems to work!!

  6. #6
    New Member
    Join Date
    Jan 2004
    Posts
    6
    Rep Power
    0


    Default

    You'll also need to check your php.ini file located in the winnt directory and make sure it is set correctly as well.
    OPTION 1:

    [[clipped for brevity]]
    ; Argument passed to save_handler. In the case of files, this is the path
    ; where data files are stored. Note: Windows users have to change this
    ; variable in order to use PHP's session functions.
    session.save_path = D:\inetpub\PHP\
    [[clipped for brevity]]

    Then you could create your tmp folder under the PHP folder which also would cause the variable files to remain outside your web directory, but not on your system drive.

    OPTION 2:
    Erase the value in the settings field manually then start the application.

    NOTE:
    It is NOT recommended to use the store sessions to files if you are running a virtual machine with multiple stores, regardless of whether they are production and/or test stores. <-- I read this somewhere...

    Good Luck!
    Obewan

Similar Threads

  1. Kind of a stupid question
    By andyjamison in forum osCMax v2 Features Discussion
    Replies: 2
    Last Post: 09-03-2006, 05:58 AM
  2. This might be a stupid question, but...
    By akisok2 in forum osCommerce 2.2 Discussion
    Replies: 3
    Last Post: 05-05-2006, 10:27 AM
  3. Stupid question on OSC Version
    By Melissa in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 12-26-2004, 02:32 PM
  4. stupid bit of easy code
    By groggory in forum osCmax v1.7 Discussion
    Replies: 7
    Last Post: 11-29-2004, 01:30 PM
  5. Maybe Stupid Question? Where to Download 1.5?
    By ryanmhubbard in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 09-05-2004, 05:16 AM

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
  •