Php – Cannot access phptheadmin in apache server

apacheMySQLPHPphpmyadmin

I have followed this tutorial for installation of php, mysql, apache and phpmyadmin :http://www.youtube.com/watch?v=kZ2zbO6PABk
and towards the end when he tried to access phpmyadmin he got the following error but resolved it :

Fatal error: Call to undefined function mb_detect_encoding() in
C:\Apache24\htdocs\phpMyAdmin\libraries\php-gettext\gettext.inc on
line 177

I am now still having issue. Like this question:

Fatal error: Call to undefined function mb_detect_encoding()

I have also made sure ive uncommented out and unblocked the following extensions:

extension=php_gd2.dll

extension=php_mbstring.dll

extension=php_exif.dll

extension=php_mysql.dll

extension=php_mysqli.dll

What else am I missing?

Best Answer

added PHPINIDir "C:\php" in http.conf and it now works

Related Topic