spro Posted December 1, 2005 Share Posted December 1, 2005 Hi there im new to this store aplication. i Install it by the book. but after loging to admin pannel or the store from im getting this messeges & cant modify. ----------- Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid is 860 is not allowed to access owned by uid 0 in /home/zionbrown/domains/zionbrown.com/public_html/catalog/admin/includes/functions/sessions.php on line 110 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/brown/domains/brown/public_html/catalog/admin/includes/functions/sessions.php:110) in /home/brown/domains/brown/public_html/catalog/admin/includes/functions/sessions.php on line 67 Warning: Cannot modify header information - headers already sent by (output started at /home/brown/domains/brown/public_html/catalog/admin/includes/functions/sessions.php:110) in /home/brown/domains/brown/public_html/catalog/admin/includes/functions/general.php on line 18 ----------------------- what i need to do to fix this problem? Thanks in advance!!! Link to comment Share on other sites More sharing options...
ozcsys Posted December 1, 2005 Share Posted December 1, 2005 Hi there im new to this store aplication.i Install it by the book. but after loging to admin pannel or the store from im getting this messeges & cant modify. ----------- Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid is 860 is not allowed to access owned by uid 0 in /home/zionbrown/domains/zionbrown.com/public_html/catalog/admin/includes/functions/sessions.php on line 110 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/brown/domains/brown/public_html/catalog/admin/includes/functions/sessions.php:110) in /home/brown/domains/brown/public_html/catalog/admin/includes/functions/sessions.php on line 67 Warning: Cannot modify header information - headers already sent by (output started at /home/brown/domains/brown/public_html/catalog/admin/includes/functions/sessions.php:110) in /home/brown/domains/brown/public_html/catalog/admin/includes/functions/general.php on line 18 ----------------------- what i need to do to fix this problem? Thanks in advance!!! The knowledge base is a wonderful thing You can find the answer HERE The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right?? Link to comment Share on other sites More sharing options...
spro Posted December 2, 2005 Author Share Posted December 2, 2005 Thanks !!!! Link to comment Share on other sites More sharing options...
♥Vger Posted December 2, 2005 Share Posted December 2, 2005 Unfortunately that's not the answer to this particular problem. With PHP running in Safe Mode it demands the full DIR_FS pathway to a 'tmp' folder - even if you are storing sessions in the database and not in files. You can find your DIR_FS path in your includes/configure.php file, and you need to enter it in your osC admin panel under Configuration --> Sessions. Vger Link to comment Share on other sites More sharing options...
spro Posted December 2, 2005 Author Share Posted December 2, 2005 Thanks!! Vger it works now!!!! great people here!!!!!! p.s. im a graphic designer & if i can help in some way .. feel free to ask Link to comment Share on other sites More sharing options...
MarlonBrandoCalrissian Posted December 4, 2005 Share Posted December 4, 2005 Unfortunately that's not the answer to this particular problem. With PHP running in Safe Mode it demands the full DIR_FS pathway to a 'tmp' folder - even if you are storing sessions in the database and not in files. You can find your DIR_FS path in your includes/configure.php file, and you need to enter it in your osC admin panel under Configuration --> Sessions. Vger Vger, thanks for the info - this worked for me as well (on the catalog side) but it seems to have created another set of errors on the admin side: Warning: session_start(): open(/usr/local/psa/home/vhosts/mywebsite.com/httpdocs/catalog//sess_3e3bfcf815c8012a1a7a187f3a72c38f, O_RDWR) failed: Permission denied (13) in /usr/local/psa/home/vhosts/mywebsite.com/httpdocs/catalog/admin/includes/functions/sessions.php on line 67 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /usr/local/psa/home/vhosts/mywebsite.com/httpdocs/catalog/admin/includes/functions/sessions.php:67) in /usr/local/psa/home/vhosts/mywebsite.com/httpdocs/catalog/admin/includes/functions/sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/local/psa/home/vhosts/mywebsite.com/httpdocs/catalog/admin/includes/functions/sessions.php:67) in /usr/local/psa/home/vhosts/mywebsite.com/httpdocs/catalog/admin/includes/functions/sessions.php on line 67 (admin control panel here) Warning: Unknown(): open(/usr/local/psa/home/vhosts/mywebsite.com/httpdocs/catalog//sess_3e3bfcf815c8012a1a7a187f3a72c38f, O_RDWR) failed: Permission denied (13) in Unknown on line 0 Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/usr/local/psa/home/vhosts/mywebsite.com/httpdocs/catalog/) in Unknown on line 0 The funny thing is, I tested this whole thing out on an existing site I already have before I bought the new domain (with the same hosting company) I had absolutely no problems then. Any ideas? thanks, brando Link to comment Share on other sites More sharing options...
MarlonBrandoCalrissian Posted December 5, 2005 Share Posted December 5, 2005 okay, it looks like my problem was that I hadn't entered "mysql" ('STORE_SESSIONS', 'mysql') in the admin configure.php file whereas I had added it in the catalog configure.php file. Also, I changed the /tmp to just tmp and it helped too. Hope this helps someone!! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.