Session_start() Error on Login

Discussion in 'Installation/Configuration' started by joshabts, Aug 24, 2006.

  1. joshabts

    joshabts New Member

    Hello,

    When I go to login to my ISPconfig installation on port 81 I receive the following error:

    Code:
    Warning: session_start() [function.session-start]: open(/tmp/sess_b3d8670e95197f1df2dff2648bc73237, O_RDWR) failed: Permission denied (13) in /home/admispconfig/ispconfig/web/login.php on line 29
    
    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/admispconfig/ispconfig/web/login.php:29) in /home/admispconfig/ispconfig/web/login.php on line 29
    Any ideas as to what may be wrong, or what further information would you need to help solve this?

    I am still able to login but I get the same errors on every page that loads.

    Thanks,
    Josh
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ls -la /tmp
    ?
     

Share This Page