Guest Posted February 6, 2009 Posted February 6, 2009 Hi I have just installed the webshop and was ready to start editing. But when I open the shop in /admin it starts in safe mode with following error message. Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 650306 is not allowed to access /tmp owned by uid 0 in /customers/raceforless.com/raceforless.com/httpd.www/catalog/admin/includes/functions/sessions.php on line 165 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /customers/raceforless.com/raceforless.com/httpd.www/catalog/admin/includes/functions/sessions.php:165) in /customers/raceforless.com/raceforless.com/httpd.www/catalog/admin/includes/functions/sessions.php on line 102 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /customers/raceforless.com/raceforless.com/httpd.www/catalog/admin/includes/functions/sessions.php:165) in /customers/raceforless.com/raceforless.com/httpd.www/catalog/admin/includes/functions/sessions.php on line 102 Warning: Cannot modify header information - headers already sent by (output started at /customers/raceforless.com/raceforless.com/httpd.www/catalog/admin/includes/functions/sessions.php:165) in /customers/raceforless.com/raceforless.com/httpd.www/catalog/admin/includes/functions/general.php on line 22 How shall I do this? Warning Im new into this. :( Thanks in advance. Tom
FIMBLE Posted February 6, 2009 Posted February 6, 2009 Hi Tom run this in phpmyadmin UPDATE configuration SET configuration_value = 'tmp' WHERE configuration_key='SESSION_WRITE_DIRECTORY' Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Guest Posted February 6, 2009 Posted February 6, 2009 Hi Tomrun this in phpmyadmin UPDATE configuration SET configuration_value = 'tmp' WHERE configuration_key='SESSION_WRITE_DIRECTORY' Hi Thanks for super fast answer. I must be blind because I cant find update config or configuration under phpmyadmin. Maybe I should inform that the php is provided by my webhotel. I dont know if this have any importance. As stated Im new in this area so please bear with me. Best regards Tom
BryceJr Posted February 7, 2009 Posted February 7, 2009 HiThanks for super fast answer. I must be blind because I cant find update config or configuration under phpmyadmin. Maybe I should inform that the php is provided by my webhotel. I dont know if this have any importance. As stated Im new in this area so please bear with me. Best regards Tom Running SQL Queries. Follow the instructions and screenshots.
Guest Posted February 7, 2009 Posted February 7, 2009 Running SQL Queries. Follow the instructions and screenshots. Yipee it works. Now I only have one error left: Warning: I am able to write to the configuration file: /customers/raceforless.com/raceforless.com/httpd.www/catalog/includes/configure.php. This is a potential security risk - please set the right user permissions on this file. (on red background) Im realy appreciating this forums experts. You are the best. Looking forward to hear the soloution. BR Tom
osmtools Posted February 20, 2009 Posted February 20, 2009 Awesome question and awesome answer. This got rid of my 4 error messages on shop and 4 on admin. <3
onlinebesteller.nl Posted March 24, 2009 Posted March 24, 2009 Hi there, I don't where to enter the text UPDATE configuration SET configuration_value = 'tmp' WHERE configuration_key='SESSION_WRITE_DIRECTORY' So can someone help with a tutorial. Because i'm new at SQL.
Guest Posted May 28, 2009 Posted May 28, 2009 Hi there, I don't where to enter the text UPDATE configuration SET configuration_value = 'tmp' WHERE configuration_key='SESSION_WRITE_DIRECTORY' So can someone help with a tutorial. Because i'm new at SQL. Inside of phpmyadmin, click on any table on the left side, then click a tab that says "SQL" at the top, 3rd tab from the left. Overwrite anything in that box and paste in the "UPDATE..." line. Oh yeah...then click "GO" and it should work.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.