sj007 Posted December 8, 2007 Posted December 8, 2007 With a new installation, I receive the following error messages on my site: Warning: session_save_path() [function.session-save-path]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/suttonvenyuk/public_html) in /home/suttonvenyuk/public_html/osc/includes/functions/sessions.php on line 162 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/suttonvenyuk/public_html/osc/includes/functions/sessions.php:162) in /home/suttonvenyuk/public_html/osc/includes/functions/sessions.php on line 97 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/suttonvenyuk/public_html/osc/includes/functions/sessions.php:162) in /home/suttonvenyuk/public_html/osc/includes/functions/sessions.php on line 97 and the following errors on my admin page: Warning: session_save_path() [function.session-save-path]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/suttonvenyuk/public_html) in /home/suttonvenyuk/public_html/osc/admin/includes/functions/sessions.php on line 161 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/suttonvenyuk/public_html/osc/admin/includes/functions/sessions.php:161) in /home/suttonvenyuk/public_html/osc/admin/includes/functions/sessions.php on line 97 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/suttonvenyuk/public_html/osc/admin/includes/functions/sessions.php:161) in /home/suttonvenyuk/public_html/osc/admin/includes/functions/sessions.php on line 97 Warning: Cannot modify header information - headers already sent by (output started at /home/suttonvenyuk/public_html/osc/admin/includes/functions/sessions.php:161) in /home/suttonvenyuk/public_html/osc/admin/includes/functions/general.php on line 22 Any help with this - will be most gratefully received. Stephen
Recommended Posts
Archived
This topic is now archived and is closed to further replies.