Some stuff not working after update??

Discussion in 'General' started by pebkac, Oct 29, 2009.

  1. pebkac

    pebkac Member HowtoForge Supporter

    Hey all,

    I ran apt-get upgrade safe and it upgraded some php and apache2 stuff. Now I'm having problems with a PHP forum I host and some other odd things when going to the ISPConfig page. See below.


    ISPConfig Login Screen shows this on top.
    Code:
    Warning: session_start() [function.session-start]: open(/tmp/sess_4c586666a84c06b8aa5b4ba7716c9c7b, 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 cookie - headers already sent by (output started at /home/admispconfig/ispconfig/web/login.php:29) 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
    
    And when I try going to my forum site I get a blank page.

    http://www.men-acts.com/forum/index.php?


    Please help.

    --Steve
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    ls -la /tmp
     

Share This Page