| Server Problem -
08-18-2005, 12:46 PM
Hi,
Server was working fine suddenly on php script which uses session started giving this error:
Warning: session_start(): open(/tmp/sess_2b8b5fabc5e0bef053fa75022047b678, O_RDWR) failed: Permission denied (13) in /home/njabbco/public_html/job/conn.php on line 2
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/njabbco/public_html/job/conn.php:2) in /home/njabbco/public_html/job/conn.php on line 2
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/njabbco/public_html/job/conn.php:2) in /home/njabbco/public_html/job/conn.php on line 2
This is with all the accounts, scripts etc. which are using session. Please help me quickly.
Thansk. |