Author |
|
omegax Newbie
Joined: 10 November 2015 Location: Nigeria
Online Status: Offline Posts: 1
|
Posted: 10 November 2015 at 1:35am | IP Logged
|
|
|
Good day,
I configured PHP on IIS7.5 (Win2k8R2) according to http://www.iis.net/learn/application-frameworks/install-and-configure-php-on-iis/install-and-configure-php
I also download the PECL 5.2.5 zip and extracted it under C:\PHP\ext (but didn't attempt to register the DLLs)
(DotNet 4.0 installed, asp registered)
I extracted Webmail to c:\inetpub\wwwroot\webmail
I can open http://localhost/webmail/index.php
But if I try to access http://localhost/webmail/install/index.php I get a "HTTP 500 Internal Server Error"
For http://localhost/webmail/install/installer.php, I get a blank page, no error messages. I looked at the source for the page and the body is empty.
Not sure what I am doing wrong. Thanks.
Below are the errors in the IIS7.5 log file:
2015-11-10 09:29:46 ::1 GET /webmail/install/ - 80 - ::1 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 500 0 0 250
2015-11-10 09:30:26 ::1 GET /webmail/install/installer.php - 80 - ::1 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 200 0 0 15
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 10 November 2015 at 2:47am | IP Logged
|
|
|
Be sure to configure PHP error logging, and see if there's anything relevant in those logs.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|