Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sesssion_save_path


yveslens

Recommended Posts

Posted

Hello

 

I ve installed 2.2ms2-060817 all was ok but i ve this error

 

 

Warning: session_save_path() [function.session-save-path]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/www/tmp/:/usr/local/lib/php:/usr/local/bin:/home/www/site) in /home/www/site/www/shop/includes/functions/sessions.php on line 148

 

Who has an idea i don' t understant

 

Thanks at all

Posted

Take a look at your configure.php file, go to the last line:

 

see if it is:

 

define('STORE_SESSIONS', 'mysql');

 

and not:

 

define('STORE_SESSIONS', '');

 

Ken

commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile).

over 20 years of computer programming experience.

Posted
Take a look at your configure.php file, go to the last line:

 

see if it is:

 

define('STORE_SESSIONS', 'mysql');

 

and not:

 

define('STORE_SESSIONS', '');

 

Ken

 

 

Hello

 

Thanks for your answer but i ve verified i ve define('STORE_SESSIONS', 'mysql');

 

have you an idea?

 

Thanks

Archived

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

×
×
  • Create New...