Guest Posted November 5, 2007 Posted November 5, 2007 i dont know where i have to open this topic. i need help i have a problem Warning: session_save_path() [function.session-save-path]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/tempus2/:/tmp/:/var/www/:/usr/local/lib/php/:/etc/virtual/) in /home/tempus2/domains/tempusportal.com/public_html/includes/functions/sessions.php on line 118 Warning: Cannot modify header information - headers already sent by (output started at /home/tempus2/domains/tempusportal.com/public_html/includes/functions/sessions.php:118) in /home/tempus2/domains/tempusportal.com/public_html/includes/functions/general.php on line 1174 and in admin panel Warning: session_save_path() [function.session-save-path]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/tempus2/:/tmp/:/var/www/:/usr/local/lib/php/:/etc/virtual/) in /home/tempus2/domains/tempusportal.com/public_html/admin/includes/functions/sessions.php on line 110 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/tempus2/domains/tempusportal.com/public_html/admin/includes/functions/sessions.php:110) in /home/tempus2/domains/tempusportal.com/public_html/admin/includes/functions/sessions.php on line 67 Warning: Cannot modify header information - headers already sent by (output started at /home/tempus2/domains/tempusportal.com/public_html/admin/includes/functions/sessions.php:110) in /home/tempus2/domains/tempusportal.com/public_html/admin/includes/functions/general.php on line 18 what can i do to slove the problem thanks
spax Posted November 5, 2007 Posted November 5, 2007 The first thing you should check is the sessions are saved to the database. In includes/configure.php and admin/includes/configure.php make sure the last line in both is like this: define('STORE_SESSIONS', 'mysql');
spax Posted November 5, 2007 Posted November 5, 2007 Ok, I take it that didn't work. Go into your Admin>Configuration>Sessions>Session Directory and edit the path of /tmp by removing the forward slash so it is just tmp.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.