Guest Posted August 21, 2006 Share Posted August 21, 2006 I have made a copy of a working shop that I have setup. I have also cpied the data stucture, but I am getting this error: Warning: session_start(): open(SESSION_WRITE_DIRECTORY/sess_aaf7bf38c48ec378522eedd936a33609, O_RDWR) failed: No such file or directory (2) in /home/inschoolshop/public_html/brightonhill/catalog/includes/functions/sessions.php on line 67 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/inschoolshop/public_html/brightonhill/catalog/includes/functions/sessions.php:67) in /home/inschoolshop/public_html/brightonhill/catalog/includes/functions/sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/inschoolshop/public_html/brightonhill/catalog/includes/functions/sessions.php:67) in /home/inschoolshop/public_html/brightonhill/catalog/includes/functions/sessions.php on line 67 Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /home/inschoolshop/public_html/brightonhill/catalog/includes/application_top.php on line 285 Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /home/inschoolshop/public_html/brightonhill/catalog/includes/application_top.php on line 285 Fatal error: main(): Failed opening required 'includes/languages/.php' (include_path='.:/usr/share/pear') in /home/inschoolshop/public_html/brightonhill/catalog/includes/application_top.php on line 285 Warning: Unknown(): open(SESSION_WRITE_DIRECTORY/sess_aaf7bf38c48ec378522eedd936a33609, O_RDWR) failed: No such file or directory (2) 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 (SESSION_WRITE_DIRECTORY) in Unknown on line 0 I have perfor a copy once before and it has worked. The configuration files are correct. I have noticed that when I change the database settings from the old database to the new one the problem occurs. This makes no sense. Any help? Link to comment Share on other sites More sharing options...
♥Vger Posted August 21, 2006 Share Posted August 21, 2006 Make the last line of both configure.php files read 'mysql' where indicated - thus storing sessions in the database. Vger Link to comment Share on other sites More sharing options...
Guest Posted August 21, 2006 Share Posted August 21, 2006 Make the last line of both configure.php files read 'mysql' where indicated - thus storing sessions in the database. Vger Both configure files are the same, and the first system doesn't use mysql as the session storage. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.