Unable to write config file 'include/config.inc.php' Unable to write config file 'include/config.inc.php'
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Unable to write config file 'include/config.inc.php'

Started by Brack, July 01, 2004, 09:18:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Brack

Unable to write config file 'include/config.inc.php'

I am running Windows 2000. IIS 5. I have mySQL and PhP installed correctly on the server. I have every folder CHMOD 777. and i am still getting this error. I have no idea where to start now. This is happening on both my servers. and they are set up the same.

Joachim Müller

There's no such thing as CHMOD on a Windows machine, so you can't possibly have CHMODed to 777 (it's more or less a "lie" that you CHMODed at all ;)). There's an equivalent for CHMOD in the Windows world though that is called "file permissions". The IUSR (the user the IIS runs under) must have write access to the albums and include folder. There are some switches in the IIS console as well I don't remember by heart. I strongly recommend taking a look into some good book on Windows server setup and administration, having a Windows server running on the internet without having a clue on administration will attract wannabe-hackers and script-kiddies like flies :-\\...

GauGau

SpookiePower

I found this in the doc for coppermine -

If you're on a windows server, you'll have to set permissions accordingly as well (usually the webserver runs under the user name "IUSR_hostname" - you'll have to set rwx-permissions for this user).