简体   繁体   English

浏览到phpMyAdmin致命错误:无法打开Message.class.php

[英]Browsing to phpMyAdmin Fatal Error: Failed opening Message.class.php

Today when I turned on my XAMPP I started Apache and MySQL. 今天,当我打开XAMPP时,我启动了Apache和MySQL。 When I browsed to localhost my site worked. 当我浏览到localhost我的网站正常工作。

But when I visited localhost/phpmyadmin I got this error in my browser: 但是,当我访问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 警告:require_once(./ libraries / Message.class.php):无法打开流:第16页的G:\\ xampp \\ phpMyAdmin \\ libraries \\ Error.class.php中没有此类文件或目录

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 致命错误:require_once():无法在G:\\ xampp \\ phpMyAdmin \\ libraries \\ Error.class.php中打开所需的'./libraries/Message.class.php'(include_path ='G:\\ xampp \\ php \\ PEAR')在第16行

I can't start phpMyAdmin, but Apache is working properly. 我无法启动phpMyAdmin,但是Apache工作正常。 Does anybody know what the problem is? 有人知道问题出在哪里吗?

By the comments: 通过评论:

Your phpmyadmin install is corrupted since one file is missing, try to download this file for your specific version of phpmyadmin. 由于缺少一个文件,您的phpmyadmin安装已损坏,请尝试为特定版本的phpmyadmin下载此文件。

Or (recommended option) download the entire phpmyadmin new version at https://github.com/phpmyadmin/phpmyadmin 或者(推荐选项)在https://github.com/phpmyadmin/phpmyadmin下载整个phpmyadmin新版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM