Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Session Error


salon428

Recommended Posts

Posted

My host just upgraded the server and seems that some of my files are corrupt.

I have this error to start with on every page

[/code]Warning: session_write_close(): write failed: No space left on device (28) in /usr/local/plesk/apache/vhosts/theperfectcircle.com/httpdocs/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 /usr/local/plesk/apache/vhosts/theperfectcircle.com/httpdocs/catalog/includes/functions/sessions.php on line 106

 

 

Also I am not sure if it is related but if I try to add somthing to my cart I get nothing added if I press continue it kicks me back to the whats new page.

Thanks in advance for any help. :rolleyes:

Posted

You need to find out from your host what 'upgrade' they applied. If they upgraded to php5, then you need to go to admin/includes/classes/upload.php and on line 31 change $this to //$this

 

However, on this occasion, I doubt that php5 is the problem.

 

Vger

Posted
My host just upgraded the server and seems that some of my files are corrupt.

I have this error to start with on every page

[/code]Warning: session_write_close(): write failed: No space left on device (28) in /usr/local/plesk/apache/vhosts/theperfectcircle.com/httpdocs/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 /usr/local/plesk/apache/vhosts/theperfectcircle.com/httpdocs/catalog/includes/functions/sessions.php on line 106

Also I am not sure if it is related but if I try to  add somthing to my cart I get nothing added if I press continue it kicks me back to the whats new page.

Thanks in advance for any help. :rolleyes:

 

 

looks like your host is out of space

Treasurer MFC

Posted

Yes, it may be that as a result of the 'upgrade' that a lot of temp/backup files have been created. I have seen this add up to 8Mb per website for even small upgrades. If this is a low cost host with a large number of sites on each server then you may be out of luck until they run a script to clean up all of the unwanted files.

 

Of course it could be that YOU are out of space on your web hosting account!

 

Vger

looks like your host is out of space

Posted

If you can't access your cPanel then it seems that they are still running the upgrades. Access to control panels is often blocked while upgrades are applied.

 

Vger

Posted
If you can't access your cPanel then it seems that they are still running the upgrades.  Access to control panels is often blocked while upgrades are applied.

 

Vger

 

 

well, at least they were professional enough to inform you beforehand

Treasurer MFC

Posted

it means you never created/updated a path to a /tmp directory in your own document root area.

your host had probably made a mistake before, and let everyone write to the /tmp directory.

so if your document root is /home/username/public_html then create a tmp directory at /home/username/tmp with 700 permissions, if that doesnt work then 777.

 

you will need to change the file locations in the admin section of the store, logging, sessions and cache to reflect the proper path.

  • 3 years later...
Posted
it means you never created/updated a path to a /tmp directory in your own document root area.

your host had probably made a mistake before, and let everyone write to the /tmp directory.

so if your document root is /home/username/public_html then create a tmp directory at /home/username/tmp with 700 permissions, if that doesnt work then 777.

 

you will need to change the file locations in the admin section of the store, logging, sessions and cache to reflect the proper path.

 

I know this is an old post but I am having the same problem. The thing with mine is that I cant even log into the the Admin part to change any settings. I have Godaddy as a host using php4 on a unix server. They told me they can't help with 3rd party products when I asked them for help. Any idea's on what is going on ? I am kind-of lost on where to go next ? Any help would be greatly appreciated.

 

Thanks Tim

How to secure your site. A must read

Archived

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

×
×
  • Create New...