IIS Troubles

Trouble during PacsOne Server installations
Post Reply
firedrow
Posts:24
Joined:Fri Mar 02, 2007 2:52 pm
Location:Missouri
IIS Troubles

Post by firedrow » Mon Jun 11, 2007 7:58 pm

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.

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Mon Jun 11, 2007 11:34 pm

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.

firedrow
Posts:24
Joined:Fri Mar 02, 2007 2:52 pm
Location:Missouri

Post by firedrow » Tue Jun 12, 2007 12:52 pm

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

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Tue Jun 12, 2007 2:33 pm

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).

firedrow
Posts:24
Joined:Fri Mar 02, 2007 2:52 pm
Location:Missouri

Post by firedrow » Wed Jun 20, 2007 2:45 pm

Actually we installed everything from the zips and it didn't work. So we ran the MSI over the unzipped files and it worked.

Post Reply