custombuild rebuild issue

kevster

Verified User
Joined
Jun 26, 2008
Messages
96
Hi everyone,

Ever since I done a rebuild on my system I keep getting errors at the top of my websites

Here is an example of one of them.

Warning: session_start() [function.session-start]: open(/tmp/sess_90c4fb6bcdf5f86c249a16f9e2958730, O_RDWR) failed: Permission denied (13) in /home/web/domains/ultimate-webhost.net/public_html/index.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/web/domains/ultimate-webhost.net/public_html/index.php:2) in /home/web/domains/ultimate-webhost.net/public_html/index.php on line 2

Any ideas
 
Hi

Its fine I looked in the php.ini and made the following edits

FROM session.auto_start = 0 TO session.auto_start = 1

FROM output_buffering = Off TO output_buffering = On
 
Back
Top