Paul_w Posted November 27, 2013 Posted November 27, 2013 I have just moved my website and database, all is working fine on the catalogue side, but I cannot access my admin section at all, I just get the following errors: -------------------------------------------------- Warning: session_start(): open(/home/paul/public_html/includes/work//sess_35f283857c687b42e0dbe9d663a51398, O_RDWR) failed: Permission denied (13) in/home/mercedes/public_html/myAdminDirectory/includes/functions/sessions.php on line 104 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/mercedes/public_html/myAdminDirectory/includes/functions/sessions.php:104) in/home/mercedes/public_html/myAdminDirectory/includes/functions/sessions.php on line 104 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/mercedes/public_html/myAdminDirectory/includes/functions/sessions.php:104) in/home/mercedes/public_html/myAdminDirectory/includes/functions/sessions.php on line 104 Warning: Cannot modify header information - headers already sent by (output started at /home/mercedes/public_html/myAdminDirectory/includes/functions/sessions.php:104) in/home/mercedes/public_html/myAdminDirectory/includes/functions/general.php on line 38 Warning: Unknown: open(/home/paul/public_html/includes/work//sess_35f283857c687b42e0dbe9d663a51398, 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 (/home/paul/public_html/includes/work/) in Unknown on line 0 --------------------------------------------------- I'm at a complete loss, the site was working fine under a different domain/virtual directory on the same server, all I have done is move it to a new domain and virtual directory with a new IP number.... Thanks for any assistance anyone can offer! Paul
Paul_w Posted November 27, 2013 Author Posted November 27, 2013 I can see a different path is given in the error messages for the session_save path, however both of my configure.php files are 100% correct. Where is this path set, does anybody know?? Thanks - Paul
Paul_w Posted November 27, 2013 Author Posted November 27, 2013 And for anybody else with the same problem, I went into my DB with PHPmyadmin and edited the setting 'SESSION_WRITE_DIRECTORY' in my configuration table, I can get into my admin now :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.