diff --git a/Documentation.html b/Documentation.html index 609ea11e1..14c38509e 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1849,6 +1849,17 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' php scripts. Of course you have to restart Apache.
+
+ [1.26] I just installed phpMyAdmin in my document root of IIS but
+ I get the error "No input file specified" when trying to
+ run phpMyAdmin.
+
+ This is a permission problem. Right-click on the phpmyadmin folder
+ and choose properties. Under the tab Security, click on "Add"
+ and select the user "IUSER_machine" from the list. Now set his
+ permissions and it should work.
+