2nny.dk Posted September 7, 2006 Share Posted September 7, 2006 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 More sharing options...
Guest Posted September 7, 2006 Share Posted September 7, 2006 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 More sharing options...
2nny.dk Posted September 7, 2006 Author Share Posted September 7, 2006 Hi mike. Thanks for the quick response. I allready have a folder named tmp in the catalog folder. Link to comment Share on other sites More sharing options...
Guest Posted September 7, 2006 Share Posted September 7, 2006 Hi mike. Thanks for the quick response. I allready have a folder named tmp in the catalog folder. 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 More sharing options...
2nny.dk Posted September 8, 2006 Author Share Posted September 8, 2006 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 More sharing options...
Guest Posted September 8, 2006 Share Posted September 8, 2006 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 More sharing options...
2nny.dk Posted September 8, 2006 Author Share Posted September 8, 2006 When i installl the os do i have to put all the stuff in catalog/etc. or can i install it without catalog/etc... Link to comment Share on other sites More sharing options...
Guest Posted September 8, 2006 Share Posted September 8, 2006 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 More sharing options...
2nny.dk Posted September 8, 2006 Author Share Posted September 8, 2006 then it might be there that the problem is. I?ll just check it out tomorrow. Thanx again for all the help you have been giving me. it?s very apreciated. Tonny Link to comment Share on other sites More sharing options...
2nny.dk Posted September 9, 2006 Author Share Posted September 9, 2006 does the config.php in catalog and admin first get created when i have installed the shop? Tonny Link to comment Share on other sites More sharing options...
jrobot Posted September 19, 2006 Share Posted September 19, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.