ifnick Posted December 18, 2005 Posted December 18, 2005 Hello, beauty? I am with a problem in the store, it is that I am installing it in a server PHP 5, and I know that it was made before this version and always twirled it without problems. E now gave to this problem ae, sees: Warning: session_save_path() [ function.session-save-path ]: to open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/restricted/home/loja) in/home/restricted/home/loja/public_html/loja/includes/functions/sessions.php on line 118 Somebody would know because of this error? I'm from Brazil, and do not speak English perfect, sorry. Yours truly, Felipe.
Guest Posted December 19, 2005 Posted December 19, 2005 Look here for answers... http://www.oscommerce.com/community/contri...all/search,php5
ifnick Posted December 19, 2005 Author Posted December 19, 2005 Very obliged, it improved a little here, to still put of the following o error: Warning: session_save_path() [ function.session-save-path ]: to open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/restricted/home/loja) in/home/restricted/home/loja/public_html/desenvolvimento/includes/functions/sessions.php on line 118
Guest Posted December 19, 2005 Posted December 19, 2005 you could try setting the sessions through mysql instead of a file. You need to have this in your configure.php files both on admin and catalog sides. define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
Recommended Posts
Archived
This topic is now archived and is closed to further replies.