Today when I turned on my XAMPP I started Apache and MySQL. When I browsed to localhost
my site worked.
But when I visited localhost/phpmyadmin
I got this error in my browser:
Warning: require_once(./libraries/Message.class.php): failed to open stream: No such file or directory in G:\xampp\phpMyAdmin\libraries\Error.class.php on line 16`page
Fatal error: require_once(): Failed opening required './libraries/Message.class.php' (include_path='G:\xampp\php\PEAR') in G:\xampp\phpMyAdmin\libraries\Error.class.php on line 16
I can't start phpMyAdmin, but Apache is working properly. Does anybody know what the problem is?