Menu

admin problems...

2003-12-17
2003-12-19
  • samoan onion

    samoan onion - 2003-12-17

    ok, I just installed 3.x, I login as operator and everytime I try to click on 'Administration' I get the following errors...

    =============================
    Warning: session_start(): open(/usr/home/leuluai/public_html/holla/admin/tmp/sess_78c26bfcd802a911afa06237d877fac9, O_RDWR) failed: No such file or directory (2) in /usr/home/leuluai/public_html/holla/admin/index.php on line 47

    Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /usr/home/leuluai/public_html/holla/admin/index.php:47) in /usr/home/leuluai/public_html/holla/admin/index.php on line 47

    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/home/leuluai/public_html/holla/admin/index.php:47) in /usr/home/leuluai/public_html/holla/admin/index.php on line 47

    Warning: Cannot modify header information - headers already sent by (output started at /usr/home/leuluai/public_html/holla/admin/index.php:47) in /usr/home/leuluai/public_html/holla/admin/index.php on line 51

    Warning: Cannot modify header information - headers already sent by (output started at /usr/home/leuluai/public_html/holla/admin/index.php:47) in /usr/home/leuluai/public_html/holla/admin/index.php on line 52

    Warning: Unknown(): open(/usr/home/leuluai/public_html/holla/admin/tmp/sess_78c26bfcd802a911afa06237d877fac9, 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 (/usr/home/leuluai/public_html/holla/admin/tmp) in Unknown on line 0

    =============================

    any suggestions???

     
    • Brian Call

      Brian Call - 2003-12-17

      I have the same problem with 3.0.0 b6.  I hope somebody can help us...?

       
    • Anonymous

      Anonymous - 2003-12-19

      Found the solution. Its not perfect but it works. In admin/index.php on the line previous to
      session_start();
      add
      session_save_path("../tmp");

      As I said not perfect as should be in the config file but couldn't be arsed to set it up correctly 

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.