graziano Posted August 31, 2005 Share Posted August 31, 2005 Another problem with safe mode on ... Since I have a server with shared account I have "php safe mode on" and it's a must to have against php hackers attack . To execute oscommerce with safe mode on I am using this settings define('USE_PCONNECT', 'false'); define('USE_CACHE', 'false'); define('STORE_SESSIONS', 'mysql'); and I had NO problems fro a lot of time with php safe mode on and oscommerce. Now I am starting to receive again these messages Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid is 32019 is not allowed to access owned by uid 0 in /home/xpl/public_html/catalog/includes/functions/sessions.php on line 118 Did you recently changed something on Oscommerce code ? What else is required to remove also this error ? Why I am receiving the error above since the session are stored on mysql (and not on /tmp) ? Thank you! Link to comment Share on other sites More sharing options...
graziano Posted September 1, 2005 Author Share Posted September 1, 2005 anyone please ? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.