Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

temporary files dir


ralu21188

Recommended Posts

Hello guys,

 

I'm having some difficulties after trying to change the temp dir. I've done this logging in in admin panel and now i get some warnings - though are just warnings, i cannot login again.

 

I usually don't change these folders, but i had some problems with malware.

 

Here are the warnings :

 

Warning: session_start() [function.session-start]: open(/temporaryfiles/sess_569f1893156688b201528c46b7119112, O_RDWR) failed: No such file or directory (2) in /home/edisal/public_html/admin/includes/functions/sessions.php on line 102

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/edisal/public_html/admin/includes/functions/sessions.php:102) in /home/edisal/public_html/admin/includes/functions/sessions.php on line 102

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/edisal/public_html/admin/includes/functions/sessions.php:102) in /home/edisal/public_html/admin/includes/functions/sessions.php on line 102

 

Warning: Cannot modify header information - headers already sent by (output started at /home/edisal/public_html/admin/includes/functions/sessions.php:102) in /home/edisal/public_html/admin/includes/functions/general.php on line 22

 

Warning: Unknown: open(/temporaryfiles/sess_569f1893156688b201528c46b7119112, 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 (/temporaryfiles) in Unknown on line 0

 

Thanks :)

Link to comment
Share on other sites

Once you resolve the sessions problem, the other warnings will go away.

 

Are you sure that you have a /temporaryfiles directory, or is there supposed to be some more path in front of it? If that's the correct directory, is it writable by PHP? This is not necessarily the same permissions as the owner (you) being able to write to it. If it's 755, try 775 (and as last resort, 777).

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...