Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ssl Error


MiXeDeMoTiOnS

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...