|
Problem
You receive the error message "No input file specified" when browsing to the login page of the SCEnterprise web application.
Analysis
This problem arises if a doc_root is set in php.ini then php only interprets php files that are located in or below this directory. So if you are using virtual directories with Microsoft IIS that have a real path to somewhere else on your drive(s), the file will not be interpreted.
Resolution
You will need to open the php.ini file and comment the line which starts with doc_root out by placing a semicolon (;) in front of it, for example:
;doc_root = "c:\inetpub\wwwroot"
Please note that after you've made this change to the php.ini file, you will need to stop/restart the web server again for the changes to be applied.
|
|
Article
|
051
|
|
Created
|
January 7, 2005
|
|
Modified
|
January 19, 2005
|
|
Author
|
WoodWing
|
|
Rating
|
   
|
|