Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Getting an error on an old install...


Guest

Recommended Posts

Had current install running for last year perfectly. Host trashed the server, now I'm getting the following errors. Any help appreciated!!!

 

-----------------

 

Header:

 

Warning: session_start(): open(/tmp/sess_3cfefe771ba8880119b66df7bdffefd2, O_RDWR) failed: Permission denied (13) in /home/gmsyn1/public_html/catalog/includes/functions/sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/gmsyn1/public_html/catalog/includes/functions/sessions.php:67) in /home/gmsyn1/public_html/catalog/includes/functions/sessions.php on line 67

 

Warning: I am not able to write to the sessions directory: /tmp. Sessions will not work until the right user permissions are set.

 

--------------------

 

Footer:

 

Warning: session_write_close(): open(/tmp/sess_f1f7f0ac0aab6e6a6d85d8775451ae10, O_RDWR) failed: Permission denied (13) in /home/gmsyn1/public_html/catalog/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/gmsyn1/public_html/catalog/includes/functions/sessions.php on line 106

 

--------------------

 

I've gone thru and checked all the permissions, and they seem correct. I'm at a loss for what has happened.

 

Again, any advice appreciated, and thanks in advance.

Link to comment
Share on other sites

Had current install running for last year perfectly. Host trashed the server, now I'm getting the following errors. Any help appreciated!!!

 

-----------------

 

Header:

 

Warning: session_start(): open(/tmp/sess_3cfefe771ba8880119b66df7bdffefd2, O_RDWR) failed: Permission denied (13) in /home/gmsyn1/public_html/catalog/includes/functions/sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/gmsyn1/public_html/catalog/includes/functions/sessions.php:67) in /home/gmsyn1/public_html/catalog/includes/functions/sessions.php on line 67

 

Warning: I am not able to write to the sessions directory: /tmp. Sessions will not work until the right user permissions are set.

 

--------------------

 

Footer:

 

Warning: session_write_close(): open(/tmp/sess_f1f7f0ac0aab6e6a6d85d8775451ae10, O_RDWR) failed: Permission denied (13) in /home/gmsyn1/public_html/catalog/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/gmsyn1/public_html/catalog/includes/functions/sessions.php on line 106

 

--------------------

 

I've gone thru and checked all the permissions, and they seem correct. I'm at a loss for what has happened.

 

Again, any advice appreciated, and thanks in advance.

 

In your includes/configure.php file look down the bottom where the sessions are stored - if it says files then delete that and leave it as this

 

define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'

Regards

 

Mark A Reynolds

Link to comment
Share on other sites

In your includes/configure.php file look down the bottom where the sessions are stored - if it says files then delete that and leave it as this

 

define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'

 

Thanks! I'll try that as soon as they get our server back up.

 

James

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...