2016-12-01 12 views
0

私はXAMPPをオンにしたとき、私はApacheとMySQLを開始しました。私がlocalhostにブラウズしたとき、私のサイトはうまくいった。phpMyAdminへのブラウズ致命的なエラー:Message.class.phpのオープンに失敗しました

しかし、私はlocalhost/phpmyadminを訪れたとき、私は自分のブラウザにこのエラーを得た:

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

私はphpMyAdminのを起動することはできませんが、Apacheが正常に動作しています。誰が問題が何であるか知っていますか?コメント投稿者

+0

で全体phpmyadminの新しいバージョンをダウンロードまあ、 'Gはない:\ xamppの\ phpMyAdminの\ライブラリ\ Error.class.php'存在しますか? – aynber

+0

はい、G:\ xampp \ phpMyAdmin \ libraries \ Error.class.phpが存在します –

+0

'G:\ xampp \ phpMyAdmin \ libraries \ Error.class.php'が存在するかどうかは問題ではありません。エラーはそれから来た。このファイルは別のファイルをインクルードしようとしています: 'G:\ xampp \ phpMyAdmin \ libraries \ Message.class.php'これはこれがありますか? –

答えて

0

あなたのphpMyAdminに一つのファイルが欠落していることから、phpmyadminのあなたの特定のバージョンのために、このファイルをダウンロードしようと破損してインストールします。

か(推奨オプション)https://github.com/phpmyadmin/phpmyadmin

+0

あなたの貴重な時間にありがとうございました。私はあなたが推奨したことをやります。 –

関連する問題