0day Posted July 17, 2005 Share Posted July 17, 2005 Hi get this Warning: I am able to write to the configuration file: /customers/httpd.www/includes/configure.php. This is a potential security risk - please set the right user permissions on this file. Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created. how do I fix this ? Link to comment Share on other sites More sharing options...
Guest Posted July 17, 2005 Share Posted July 17, 2005 You'll need file and folder access (use an FTP client or your host's control panel for this in most cases). Read up on setting permissions. Creating a directory is simple, too. Link to comment Share on other sites More sharing options...
0day Posted July 18, 2005 Author Share Posted July 18, 2005 yes I have created an folder called "tmp" with out the " and I have CHMOD config.php to 744 but the error is still therr Help Please. Link to comment Share on other sites More sharing options...
♥Vger Posted July 18, 2005 Share Posted July 18, 2005 The settings for configure.php depend upon which server you are on. Try 644, and if that does not work then 444, and then 400. To remove the 'tmp' error, store files in the database rather than in a tmp folder. To do this, make the last line of both configure.php files read 'mysql' where indicated. Do this before making the files 'read only' Vger Link to comment Share on other sites More sharing options...
0day Posted July 21, 2005 Author Share Posted July 21, 2005 The settings for configure.php depend upon which server you are on. Try 644, and if that does not work then 444, and then 400. To remove the 'tmp' error, store files in the database rather than in a tmp folder. To do this, make the last line of both configure.php files read 'mysql' where indicated. Do this before making the files 'read only' Vger <{POST_SNAPBACK}> Thank you for the help the tmp folder problem is solved but i am not able to set permissions 444 and 400 on my configure.php files the server is auto assigning 644 to any permission below this level 644 is not solving the problem any idea ? Link to comment Share on other sites More sharing options...
0day Posted August 2, 2005 Author Share Posted August 2, 2005 cant set permissions to 444 and 400 on my configure.php files the server is auto assigning 644 to any permission below this level 644 is not solving the problem any idea ? soo my problem : still get : Warning: I am able to write to the configuration file: /customers/includes/configure.php. This is a potential security risk - please set the right user permissions on this file. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.