Home > Database > phpMyAdmin > body text

What should I do if phpmyadmin displays an error and cannot open index.php?

coldplay.xixi
Release: 2020-07-20 13:09:00
Original
4527 people have browsed it

phpmyadmin displays an error and cannot open index.php solution: first find the extension of the function [php_mbstring.dll]; then cancel [extension=php_mbstring.dll] in the [php.ini] file of the php interpreter 】Annotation is enough.

What should I do if phpmyadmin displays an error and cannot open index.php?

phpmyadmin displays an error and cannot open index.php solution:

Configure apache mysql phpmyadmin environment under windows7 , make the corresponding configuration after decompression. After entering http://localhost/phpmyadmin, the expected login interface is not displayed, and then add /index.php at the end of the address.

After that, I searched for related issues on the Internet and found a configuration file httpd.conf that configures apache, and found Directoryindex index.php index.html. This configuration is just for apache to automatically run the homepage. It is best not to change it unless necessary. It cannot solve the problem of undefined functions.

Final solution, this problem is caused by calling the undefined function mb_dected_encoding(), which is in the php_mbstring.dll extension, Just go to the php.ini file of the php interpreter and uncomment extension=php_mbstring.dll.

Related tutorial recommendations: phpmyadmin

The above is the detailed content of What should I do if phpmyadmin displays an error and cannot open index.php?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!