coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: Eagle_B5 on January 27, 2005, 11:01:41 AM

Title: CGI error message on IIS6
Post by: Eagle_B5 on January 27, 2005, 11:01:41 AM
Hi

I have a problem with the installation. I use windows 2003 standart server, iis6, php 4.3.3, mysql 4.0.16 and ImageMagick 6.1.9-4.

Permissions on folders "albums" and "include" are 777, database is created. When i try to install with install.php and the entries are done i press the let's go button --> i get en error: "CGI-Fehler! Die angegebene CGI-Anwendung hat keinen vollständigen Satz von HTTP-Headern zurückgegeben." in english "CGI-Error! Indicated CGI application returned no complete sentence of HTTP Headers."

What is wrong?
Title: Re: CGI error message on IIS6
Post by: Joachim Müller on January 27, 2005, 12:53:47 PM
I doubt that permissions on that system are 777 - there's no CHMOD on Windoze ;). This is a matter of basic webserver config, not a coppermine issue. Take a look at the tutorial section for details on how to set up permissions on Windows/IIS. It is strongly recommended not to run your own webserver publicly available (on the internet) if you're not an absolute server administration pro.

Joachim
Title: Re: CGI error message on IIS6
Post by: Eagle_B5 on January 27, 2005, 10:18:25 PM
I'm not a newbie on windows systems and configurations!

So, i have fixed my problem. It was a wrong file implemented in iis. I use the php4isapi.dll now -> it works perfectly!

But there another problem:
By installing with install.php i made the entries and press let's go i get en error: "The installer found the ImageMagick 'convert' program in 'C:/Programme/ImageMagick/', however it can't be executed by the script."

Whats this? ImageMagick is installed correctly.
Title: Re: CGI error message on IIS6
Post by: kegobeer on January 27, 2005, 10:33:22 PM
But does your IUSR_ user have access to convert.exe and cmd.exe?

http://typo3.org/documentation/mailing-lists/install-windows-archive/thread/47115/?tx_maillisttofaq_pi1%5Bsort%5D=all_replies%3A1&tx_maillisttofaq_pi1%5Bmode%5D=1

Also, you might want to upgrade your PHP to 4.3.10 in light of security vulnerabilities in PHP < 4.3.10.
Title: Re: CGI error message on IIS6
Post by: Eagle_B5 on January 27, 2005, 11:19:32 PM
Thanks for help!

QuoteTo solve this issue I had to change the predefined "Application pool Identity" setting related to my Typo application to "local System".

This was the problem.

PS: I have just upgraded to php 4.3.10 :)