Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Phpmyadmin displays the code instead of being interpreted

First, I would like to says, i searched for long time before to post and I know the topic has been discuss but, with older versions of what I'm using so, I don't know what to do.

My problem is, I installed lamp, on Ubuntu, and everything seemed to be well installed. But when I try to get to phpmyadmin, I get a php code displayed, like this :

<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Main loader script * * @package PhpMyAdmin ........ and so on...

Anybody knows what is happening, and can help, please?

EDIT : okay some 2016 posts says it is cause I don't have php5 installed, but I does en php -v and it says I have php7 installed. When I try to install php5 packages, it says no versions are avaible for me to install, hopoe it helps, really don't understand what's going on...

like image 988
Voodoobear Avatar asked Apr 26 '26 22:04

Voodoobear


1 Answers

Found this in another thread online, and it worked.

sudo a2enmod php7.2 

sudo systemctl restart apache2
like image 93
joplait Avatar answered Apr 28 '26 10:04

joplait



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!