phpMyAdmin Fatal error: Call to undefined function __()

前端 未结 5 2026
余生分开走
余生分开走 2020-12-11 23:13

Server running RHEL 7 and PHP 5.4.16. When I try to open /phpMyAdmin in my browser, I\'m given the error:

Fatal error: Call to undefined function __() in /us

5条回答
  •  暖寄归人
    2020-12-11 23:43

    For me it was different issue. I had given 777 permissions to phpMyAdmin forlder. When I changed it to 755, it worked fine.

    Hope this will help someone.

提交回复
热议问题