phpmyadmin and CSS
Posted by:
mjstehn
(163.191.16.---)
Date: August 08, 2006 04:38PM
When I load phpmyadmin on my localhost I do not see the correct format. It appears that the CSS file is not loading. When I try to load the CSS file directly, I get the following error:
Warning: require_once(./libraries/common.lib.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\phpmyadmin\css\phpmyadmin.css.php on line 7
Fatal error: require_once() [function.require]: Failed opening required './libraries/common.lib.php' (include_path='.;C:\php5\pear') in C:\wamp\phpmyadmin\css\phpmyadmin.css.php on line 7
I have changed my config.inc.php file to include:
$cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin/';
It still does not work. Does anyone know why the CSS file will not load?