nathanuk Posted December 8, 2005 Posted December 8, 2005 I'm starting to change a few things around and I'm now getting the following message. "Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid is 1116 is not allowed to access owned by uid 0 in /var/www/web231/html/shop/includes/functions/sessions.php on line 118" Anybody tell me what's I need to change to correct this?
Arcadiauk Posted December 8, 2005 Posted December 8, 2005 I'm starting to change a few things around and I'm now getting the following message. "Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid is 1116 is not allowed to access owned by uid 0 in /var/www/web231/html/shop/includes/functions/sessions.php on line 118" Anybody tell me what's I need to change to correct this? We had this yesterday after our host upgraded their server software, but managed to resolve the issue by putting the absolute path to the /tmp directory in SESSIONS in the admin panel. Looking at your path in the above you may need to change /tmp to /var/www/web231/html/shop/tmp (Or similar) Hope this helps Derek
nathanuk Posted December 8, 2005 Author Posted December 8, 2005 Derek Thanks for the help, my host upgraded their server yesterday so that must be the problem. Can you explain how I go about doing the above in play school language, I have copied below the full message I am getting: Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid is 10001 is not allowed to access owned by uid 0 in /usr/local/psa/home/vhosts/crazyskins.com/httpdocs/includes/functions/sessions.php on line 118 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/local/psa/home/vhosts/crazyskins.com/httpdocs/includes/functions/sessions.php:118) in /usr/local/psa/home/vhosts/crazyskins.com/httpdocs/includes/functions/sessions.php on line 67
nathanuk Posted December 8, 2005 Author Posted December 8, 2005 Angela I think you need to start a new thread as this is not relevant to the problems I am having.
AlanR Posted December 8, 2005 Posted December 8, 2005 Derek Thanks for the help, my host upgraded their server yesterday so that must be the problem. Can you explain how I go about doing the above in play school language, I have copied below the full message I am getting: Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid is 10001 is not allowed to access owned by uid 0 in /usr/local/psa/home/vhosts/crazyskins.com/httpdocs/includes/functions/sessions.php on line 118 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/local/psa/home/vhosts/crazyskins.com/httpdocs/includes/functions/sessions.php:118) in /usr/local/psa/home/vhosts/crazyskins.com/httpdocs/includes/functions/sessions.php on line 67 Read through this: http://www.oscommerce.com/forums/index.php?showtopic=181312 Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.