Menu

session_start() ERROR

2005-02-17
2013-04-25
  • Nobody/Anonymous

    Hello,

    I've got the linpha system going except when I use session.php I get some errors:

    Warning: session_start(): open(/tmp\sess_89aeb1212ff340e3d93703dd96c8e812, O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache Group\Apache2\htdocs\linpha-1.0beta3\include\session.php on line 26

    Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\linpha-1.0beta3\include\session.php:26) in C:\Program Files\Apache Group\Apache2\htdocs\linpha-1.0beta3\include\session.php on line 26

    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Program Files\Apache Group\Apache2\htdocs\linpha-1.0beta3\include\session.php:26) in C:\Program Files\Apache Group\Apache2\htdocs\linpha-1.0beta3\include\session.php on line 26

    I use the following server:

    - WINDOWS XP SP2
    - APACHE 2.0.52
    - MySQL server 4.1
    - PHP 4.3.10
    - Linpha-1.0beta3

    I got the idea that the files that session.php includes create output en that is not accepted.

    (sorry for my english)

    Any idea????

     
    • Anonymous

      Anonymous - 2005-02-21

      you probably don't have configured php correctly
      change session.save_path in your php.ini to a correct value (/tmp is only for linux)

      greets flo

       

Log in to post a comment.