Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SAFE MODE Restriction in effect


jamman0411

Recommended Posts

Posted

I have this message on my catalog and admin page:

 

Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid is 236820 is not allowed to access /tmp owned by uid 0 in /www/clanteam.com/x/-/p/x-plodesupplements/htdocs/catalog/includes/functions/sessions.php on line 169 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /www/clanteam.com/x/-/p/x-plodesupplements/htdocs/catalog/includes/functions/sessions.php:169) in /www/clanteam.com/x/-/p/x-plodesupplements/htdocs/catalog/includes/functions/sessions.php on line 102 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /www/clanteam.com/x/-/p/x-plodesupplements/htdocs/catalog/includes/functions/sessions.php:169) in /www/clanteam.com/x/-/p/x-plodesupplements/htdocs/catalog/includes/functions/sessions.php on line 102

 

::::::::::::::::::::::::

I can't even go into my admin this message just appears

 

I've been looking around and a lot of what I heard is I need to take it off safety mode but I don't know how. Everyones explanation I've seen makes no sense.

 

It said somewhere to use phpmyadmin to get on my database and change /tmp to tmp or somethin like that but i tried to download phpmyadmin and I don't know how to.

 

Help me please! : )

Posted

I have this message on my catalog and admin page:

Try using mysql for storing sessions (catalog/includes/configure.php, admin/includes/configure.php):

 

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

 

or make a directory to store your session in your own webspace. If you google for the error on this site you should find plenty detailed instructions on how and where to do that.

Posted

Try using mysql for storing sessions (catalog/includes/configure.php, admin/includes/configure.php):

 

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

 

or make a directory to store your session in your own webspace. If you google for the error on this site you should find plenty detailed instructions on how and where to do that.

 

 

Yeah I did that and it didn't fix any of the warning messages thanks for trying though... I think I need to get it off of safe mode by putting the /tmp to tmp by going to my database through something like phpmyadmin that's what I read in a lot of places... But I tried to figure that thing out for like 2 hours and got nowhere :/

 

Anymore help would be greatly appreciated I'd love to get osCommerce working! Thanks.

Posted

I didn't do the directory thing though could you post a link to where I could see how to do that I haven't seen anything so far... Thank you.

Posted

I made a new directory then put the directory name where mysql was and that didn't work either... Nothing is working... If someone could tell me an easy way to change /tmp to tmp without going into admin because it won't let me I think that'd fix it hopefully...

Posted

I finally figured out how to get to my database and changed /tmp to tmp in the configuration folder and all the warnings are gone!! : )

Archived

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

×
×
  • Create New...