Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New installer needs help.


2nny.dk

Recommended Posts

Hi i just installed this shop and i keep getting this error.

 

Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 500 is not allowed to access owned by uid 0 in /home/virtual/2nny.dk/public_html/includes/functions/sessions.php on line 148

 

Can someone please help me to get rid of that???

 

Kindest regards

Tonny

Link to comment
Share on other sites

Hi i just installed this shop and i keep getting this error.

 

Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 500 is not allowed to access owned by uid 0 in /home/virtual/2nny.dk/public_html/includes/functions/sessions.php on line 148

 

Can someone please help me to get rid of that???

 

Kindest regards

Tonny

 

 

Add a folder and name it tmp in your catalog folder...

This should help...

 

Regards,

Mike

Link to comment
Share on other sites

Hi mike.

 

Thanks for the quick response. I allready have a folder named tmp in the catalog folder. test.JPG

 

Hi,

 

I just remembered...Go to your configure file in catalog/admin/includes/configure.php

change line 46 to:

define('STORE_SESSIONS', 'mysql');

 

The same goes for catalog/includes/configure.php

change line 45 to:

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

 

That should do the trick!

 

Regards,

Mike

Link to comment
Share on other sites

Thank you for still responding quickly. but it seems like the things you?ve shown me doesnt work.

Maybe it?s me doing everything wrong but it still comes out with the same error.

 

Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 500 is not allowed to access owned by uid 0 in /home/virtual/2nny.dk/public_html/includes/functions/sessions.php on line 148

 

I hope you have more patience with me :D

 

kind regards

Tonny

Link to comment
Share on other sites

Thank you for still responding quickly. but it seems like the things you?ve shown me doesnt work.

Maybe it?s me doing everything wrong but it still comes out with the same error.

 

Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 500 is not allowed to access owned by uid 0 in /home/virtual/2nny.dk/public_html/includes/functions/sessions.php on line 148

 

I hope you have more patience with me :D

 

kind regards

Tonny

 

Did you set the permissions?

They have to be set to 777 for the 'tmp' folder

 

kind regards,

Mike

Link to comment
Share on other sites

When i installl the os do i have to put all the stuff in catalog/etc. or can i install it without catalog/etc...

 

You can install all of the files and folders on the server that are in the catalog folder, but you have to change your config.php file in both your admin and catalog folder.

Link to comment
Share on other sites

  • 2 weeks later...

hey tonny.

 

I wanted to move my shop to a new hosting, and i got pretty much the same error as you.

 

what you need to do is enter your admin page and click configuration->sessions then change /tmp to just tmp without the "/"

 

i didn't even have to create the tmp folder or set it's permissions.... this was my result of around 4 hours of googling... a frekin "/" :P

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...