I am trying to install PHPMyAdmin on IIS 7.5 / Windows Server 2008 R2.
I created an application inside IIS, when I try to run the app I get an internal error,which is related to phpMyAdmin here is the log :
[09-Jun-2011 21:17:03] PHP Warning: require_once(./libraries/common.inc.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in C:\inetpub\wwwroot\phpMyAdmin\index.php on line 33
[09-Jun-2011 21:17:03] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required './libraries/common.inc.php' (include_path='c:\php\pear') in C:\inetpub\wwwroot\phpMyAdmin\index.php on line 33
PHP is working fine on my server!
Thank you & regards
1) Have you verified that the files exist and the PHP has access to them?
2) Try changing the relative path to an absolute path