1

I'm trying to install phpMyAdmin on my Ubuntu server with PHP 7, I already did this guide about installing pMA with PHP 7: stackoverflow topic

But when I try to access /phpmyadmin, I get 500 error and I have this log in error log:

[Sat Apr 23 12:44:49.795508 2016] [:error] [pid 18387] [client 10.8.0.7:41840] PHP Fatal error: Uncaught Error: Call to undefined function __() in /usr/share/phpmyadmin/libraries/sanitizing.lib.php:135\nStack trace:\n#0 /usr/share/phpm$

Also I cannot access setup folder nor anything related to pMA, I still get the same thing. I did my research about this problem, but it seems this one is new. What should I do?

Community
  • 1
  • 1
Beltasbur
  • 13
  • 1
  • 4

1 Answers1

3

I had a same problem, and I solved it :

apt install php7.0-mbstring
service apache2 restart
Kiril
  • 46
  • 2