0

I have a problem with PHPMyAdmin login page on localhost. There is no login form, just a lot of gibberish, actually a lot of PHP code i don't understand.
screenshot

Installed LAMP several time with PHPMyAdmin, and always the same. LAMP is working fine, only PHPMyAdmin get this error. I m using Ubuntu 16.04...
Any suggestion will be appreciated.

ReesBo
  • 94
  • 5

1 Answers1

1

The PHP is not executed, that's why we can see the source code of phpMyAdmin in your screenshot.

Try running this command :

sudo apt-get install php5 libapache2-mod-php5
sudo /etc/init.d/apache2 restart

this stackoverflow post should help you to activate php in your apache2 configuration

Community
  • 1
  • 1
Sofiene Djebali
  • 4,398
  • 1
  • 21
  • 27