jrben Posted December 5, 2014 Report Posted December 5, 2014 I have finished the installation and everything tested fine. However, when I open a web browser and enter http://winids it just opens a blank page. I went bac through and verified the settings under configuring IIS and everything is correct. Any ideas? Thanks
jrben Posted December 5, 2014 Author Report Posted December 5, 2014 Solved. The PHP Script Handler didn't save in IIS. Once I put it back in and restarted IIS, the page opened.
Morpheus Posted December 6, 2014 Report Posted December 6, 2014 For some unknown reason this happens when configuring IIS, at random installs.
JoPe Posted May 29, 2015 Report Posted May 29, 2015 I am having the same issues. Can you explain a little further?
Morpheus Posted May 29, 2015 Report Posted May 29, 2015 I am having the same issues. Can you explain a little further? Thy this link and see if it fixes the problem.
JoPe Posted May 29, 2015 Report Posted May 29, 2015 (edited) Thy this link and see if it fixes the problem. Did not work... the php.test works fine, and all the variables are set correctly, but once I try http://winids, I get a blank screen.. Anything else? Edited May 29, 2015 by JoPe
Morpheus Posted May 29, 2015 Report Posted May 29, 2015 Move the test.php to the /base folder ant try http://winids/test.php
JoPe Posted May 29, 2015 Report Posted May 29, 2015 Move the test.php to the /base folder ant try http://winids/test.php This is good. and the settings are all correct according to the guide.
JoPe Posted May 29, 2015 Report Posted May 29, 2015 (edited) I think I fixed it. 1. I left out a " in the base_conf.php file. This fixed the blank screen but a second error showed about database password not correct. Fix number two was; 2. I didn't realize that the password contains an lower case l (as is "L"arry) and a 1 (as in number 1).. After these two, I see a nicely formatted page. No hits though, but that's the next battle. Thanks! Edited May 29, 2015 by JoPe
Morpheus Posted May 30, 2015 Report Posted May 30, 2015 I think I fixed it. 1. I left out a " in the base_conf.php file. This fixed the blank screen but a second error showed about database password not correct. Fix number two was; 2. I didn't realize that the password contains an lower case l (as is "L"arry) and a 1 (as in number 1).. After these two, I see a nicely formatted page. No hits though, but that's the next battle. Thanks! Great...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now