MiXeDeMoTiOnS Posted February 12, 2004 Share Posted February 12, 2004 i have a shared ssl sever that is different from my registered domain name. once i try try to create and account and it trys to go through the secure server it does not switch over like it it suppose to. I have set it up correctly in the installtion process but it is know doing something different. at the top of the screen Warning: session_start(): open(/tmp/sess_97e6a21c7d484a0b4482972e42033e0f, O_RDWR) failed: Permission denied (13) in /home/www/swillservices/includes/functions/sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/www/swillservices/includes/functions/sessions.php:67) in /home/www/swillservices/includes/functions/sessions.php on line 67 bottom of the screen Warning: session_write_close(): open(/tmp/sess_97e6a21c7d484a0b4482972e42033e0f, O_RDWR) failed: Permission denied (13) in /home/www/swillservices/includes/functions/sessions.php on line 106 Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in /home/www/swillservices/includes/functions/sessions.php on line 106 Link to comment Share on other sites More sharing options...
MiXeDeMoTiOnS Posted February 12, 2004 Author Share Posted February 12, 2004 i fixed the problem with the switching of domain name to secure server but i still have the errors. for anyone who wants to see what happens take a look at my site http://swillservicescom.siteprotect.net Link to comment Share on other sites More sharing options...
Guest Posted February 12, 2004 Share Posted February 12, 2004 In both catalog and admin/includes/configure.php change this define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' to this: define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' And for the warning open your session.php file and make sure you dont have extra line or white space after the last ?> The_Bear Link to comment Share on other sites More sharing options...
MiXeDeMoTiOnS Posted February 13, 2004 Author Share Posted February 13, 2004 thanks so much that work perfectly!!! :D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.