Quote:
Warning: session_start(): open(/tmp/sess_b69df90995b3119e5653235d8ce0f0c0, O_RDWR) failed: Permission denied (13) in /home/.basic/xxxxxxx/xxxxxxx.com/init.php on line 5
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/.basic/xxxxxxxxxxx/xxxxx.com/init.php:5) in /home/.basic/xxxxxxx/xxxxxxx.com/init.php on line 5
|
Quote:
Warning: Unknown(): open(/tmp/sess_b69df90995b3119e5653235d8ce0f0c0, O_RDWR) failed: Permission denied (13) 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 (/tmp) in Unknown on line 0
|
any idea what this error means and how can i sort this out.
the one on the first "quote" appears in the header.
and the second one comes in the footer.
i am trying to setup a script which works perfectly fine in another site.
both the sites are in diff servers.
i havent messed with the actual php scripts much. apart from some one or 2 customizations here and there.
but otherwise most of the original script is untouched.
any help is appreciated.
first couple of lines from init.php
Quote:
<?php
// set_time_limit(0);
session_name('xxxxxxxxxxx');
session_start();
ob_start();
|
Last edited by praveen; 11-27-2005 at 05:42 AM..
|