We have just re-installed this Oscommerce program on a new server and now we are getting this error message at the top of the home page plus at the top of the admin area of the store. This program worked great on our old server. Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 1783 is not allowed to access /tmp owned by uid 0 in /home/ebookweb/public_html/includes/functions/sessions.php on line 111: Can some please help!
This is a safe mode effect. The sessions have a different ID (nobody) from your uploaded file. Disable safe mode.
I figured it out. All i did was delete line 111 and the error message was gone. If any one else has this problem that is what you can do!
You could've just changed session_save_path() to @session_save_path() to suppress warnings, deleting script lines isn't always recommended, although in this case it shouldn't have significant effect on your site's functionality.