Call to undefined function __() error - phpMyAdmin

后端 未结 10 1494
温柔的废话
温柔的废话 2020-11-27 18:23

When i want run phpMyAdmin on my browser, that show me this error:

Fatal error: Call to undefined function __() in /usr/share/phpMyAdmin/libraries/core.lib.p         


        
10条回答
  •  旧时难觅i
    2020-11-27 18:53

    For Debian users: (I ended up in this thread as a Debian user) I read @naveen 's answer and it appeared I didn't have php-mbstring installed, installing it solved my problem:

    sudo apt-get install php-mbstring
    

    (After installing php-mbstring, don't forget to restart Apache:)

    sudo systemctl restart apache2
    

提交回复
热议问题