Page 1 of 1

IIS Troubles

Posted: Mon Jun 11, 2007 7:58 pm
by firedrow
Has anyone successfully setup IIS6, PHP 5.2, and MySQL 5 up for PacsOne usage?

We have them all setup and configured, but I can't get Imagick and MySQLi to be recognized on hello.php.

I have php.ini in the php folder. When I move it to C:\Windows the web server stops loading anything.

Posted: Mon Jun 11, 2007 11:34 pm
by pacsone
Check the extension_dir variable in the HTML output of the test page:

http://localhost/pacsone/Hello.php

1. Make sure the above variable is set to a valid directory on this server.

2. Make sure you've copied the correct ImageMagick PHP extension DLL (php5.2_imagick.dll in your case) to the above folder.

3. Make sure the mysqli PHP extension DLL is present in the above folder as well.

Posted: Tue Jun 12, 2007 12:52 pm
by firedrow
My boss figured it out last night. He reinstalled PHP using the installer, not the zip files and installing by hand, and it started working.

Thanks

Posted: Tue Jun 12, 2007 2:33 pm
by pacsone
Good to hear that.

Yes, make sure you install PHP from the zip package, but not the msi package (since it does not come with all the extension libraries).

Posted: Wed Jun 20, 2007 2:45 pm
by firedrow
Actually we installed everything from the zips and it didn't work. So we ran the MSI over the unzipped files and it worked.