Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

In admin bottom warning showing


luqi

Recommended Posts

Posted

I am getting this warning on my admin bottom.Please suggest what to do.

 

Warning: Unknown(): write failed: No space left on device (28) 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 (/tmp) in Unknown on line 0

Posted

I am getting this warning on my admin bottom.Please suggest what to do.

 

Warning: Unknown(): write failed: No space left on device (28) 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 (/tmp) in Unknown on line 0

Create a folder in the root directgory and call it "session". Give it 755 permission.

 

---

Open your configure.php file and look for define('DIR_FS_CATALOG', '');

-OR-

You can also find the absolute path by going to tools>>server info>> look for the value of Document_Root

---

 

If "session" folder is in root directory with an absolute path of /user/var/home/content/public_html, the path for your

session directory will look like /user/var/home/content/public_html/session

 

Log in to your osc admin panel >>configuration>>sessions ...

Change the /tmp to /user/var/home/content/public_html/session

Note: "/user/var/home/content/public_html/session" is just a sample. Use your real absolute path and append the "session" after it.

Posted

Hi Bryce.

Thanks for your kind help and i have taken following steps.

Created session folder in www/catalog/session and permissions are 755.

Then in my configur.php i found

define('DIR_FS_CATALOG', '/home/firesrus/www/catalog/');

and i added sessio at end like.

define('DIR_FS_CATALOG', '/home/firesrus/www/catalog/session');

 

saved it

 

went to admin>configuration but could not find session there however i found cache directory with /tmp/ and i deleted that and inserted

/home/firesrus/www/catalog/session

Is this what i was suppose to do or have i done something wrong.

 

Thanks for your help and a little bit more help will be appreciated please.

Regards.

Luqi

Archived

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

×
×
  • Create New...