Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Warning!... why, what it means?


Karde

Recommended Posts

Posted

I've started to make OS commerce web site for my comppany.

 

This is what it says:

 

"Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid/gid is 1853/1853 is not allowed to access owned by uid/gid 0/0

catalog/includes/functions/sessions.php on line 110

WARNING:The sessions directory does not exist: /tmp. Sessions will not work until this directory is created."

 

Does anyone understand the problem?? Thank you for any help!!

Posted

Your web hosting company is running PHP in Safe Mode. The short path to a 'tmp' folder to store sessions will not be accepted by Safe Mode - so you will have to use the full pathway. Look in your configure.php file for any of the DIR_FS settings and this will show you the path to the root of your web. Then create a folder called 'tmp' in the root of your web and in your osC admin panel under Configuratin --> Sessions enter the full path to the 'tmp' folder.

 

Even if you are storing sessions in the database you will still have to set this pathway up correctly for the Safe Mode error to go away.

 

Vger

Posted

Thank you for your help. Must admit that I still got problems, but I'm trying to solve them.

 

:-"

Posted

Finally, I got it. Thank you so much! I also used your Quick install guide, which was a big help.

Archived

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

×
×
  • Create New...