PDA

View Full Version : Config.php write error


johnner
06-09-2006, 02:49 PM
Hi ,

I have a bit of an unusual problem, I bought phpLD link directory script (http://www.phplinkdirectory.com/) a week or 2 ago and each time i log in i see this error:

Configuration file is still writeable by the user the webserver runs under. This poses a major security risk, please drop writing permissions for include/config.php file immediately!Configuration file is still writeable by the user the webserver runs under. This poses a major security risk, please drop writing permissions for include/config.php file immediately!

The thing is I HAVE set the permissions to no longer write to this file. I've tried many different settings on the permissions none seem to do anything with regardss to the error?

any thoughts?

jaffa
06-12-2006, 10:21 AM
Set the permission of include/config.php to 444 (r-r-r) and the warning message you are getting will go away.
I hade the same problem.

quantaweb
06-12-2006, 03:21 PM
I'm having the same problem, too! I have set permissions to 444 but the error message persists.

best,
Denise

www.indiecoffeehouse.com/ (http://www.indiecoffeehouse.com/) music & arts directory

johnner
06-27-2006, 06:34 PM
I tried that, still have the same error showing up. any other thoughts?

Boby
06-27-2006, 11:49 PM
Some hosts do not allow you to drop writing and reading permissions for your user. And if this user is the same like the http server is running under you cannot remove the error message.
The message is to alert you of some potential security problem, but if you know the file is no more writeable, just ignore it.

Boby

naboo
04-04-2007, 09:06 PM
Im pleased that this thread is here, ive just finished installing my first directory, changed the config back as suggested and got a bit worried, lol, il leave it alone now as you suggest Boby.

Hopefully it will be ok.

SasaVtec
04-05-2007, 12:34 AM
To remove the error message just change the permissions from the online file manager that comes with you hosting, instead of a FTP

naboo
04-05-2007, 05:54 PM
Content visible to registered users only.

Thanks SasaVtec, i appreciate your help.