Clausdk Posted July 27, 2010 Share Posted July 27, 2010 I've read everyhing I could find on this problem but unable to solve it yet. Posting here to see if anyone can help me. I've read about the /tmp problem but unable to locate or chance the path? I've read about the configure.php and save sessions to mysql - as far as I can tell the configure.php has the right code? Here's what it says: define('STORE_SESSIONS', 'mysql'); Following errors when trying to access the site: Warning: session_save_path() [function.session-save-path]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/customers/bedste.net/bedste.net:/var/www/diagnostics:/usr/share/php) in /customers/bedste.net/bedste.net/httpd.www/admin/includes/functions/sessions.php on line 165 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /customers/bedste.net/bedste.net/httpd.www/admin/includes/functions/sessions.php:165) in /customers/bedste.net/bedste.net/httpd.www/admin/includes/functions/sessions.php on line 102 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /customers/bedste.net/bedste.net/httpd.www/admin/includes/functions/sessions.php:165) in /customers/bedste.net/bedste.net/httpd.www/admin/includes/functions/sessions.php on line 102 precated: Function eregi() is deprecated in /customers/bedste.net/bedste.net/httpd.www/admin/includes/classes/language.php on line 87 Warning: Cannot modify header information - headers already sent by (output started at /customers/bedste.net/bedste.net/httpd.www/admin/includes/functions/sessions.php:165) in /customers/bedste.net/bedste.net/httpd.www/admin/includes/functions/general.php on line 22 Link to comment Share on other sites More sharing options...
Clausdk Posted July 27, 2010 Author Share Posted July 27, 2010 I fixed the line 165 error, it doesnt show when I go to bedste.net/admin atleast. Still working on the others. Link to comment Share on other sites More sharing options...
Clausdk Posted July 27, 2010 Author Share Posted July 27, 2010 I edited the /tmp to tmp in the database now and it seems I can load bedste.net now with alot of errors though. Still cannot log into the admin panel. Line 102 error still. Link to comment Share on other sites More sharing options...
jamman0411 Posted August 5, 2010 Share Posted August 5, 2010 how did you edit the /tmp to tmp? I cant get into my administration bc of my errors. How did you get into your database and what did you do then? Im new at this help would be appreciated. Link to comment Share on other sites More sharing options...
MrPhil Posted August 8, 2010 Share Posted August 8, 2010 "line 102" error -- that's the "headers already sent"? Either you have a stray character in a file, outside of <?php ... ?>, or you're overlooking an error message (including on-screen error messages ahead of this one). Read my sig > FAQs > Cannot modify headers. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.