PHPMyAdmin doesn't work in CRM subfolder - php not executing

I installed phpMyAdmin in a subfolder of my SuiteCRM install (within Virtualmin based server) and the php code of phpmyadmin isn’t executing (ie displays the php code in the browser).

I’m guessing “maybe” it’s a htaccess issue perhaps (I don’t know), but any help is greatly appreciated as I have a DB error and about two weeks of work was “lost” when I did a linux update.

Also, crazy thing with the backup I performed. I removed the hard drive, cloned it, updated linux, and when I returned the drive, all data entries from June 25th until today (July 10th) was not there. I’ve never seen anything like it. Also, when accessing the DB in Webmin, there’s errors in the table and index preventing my access.

Lastly, I’ve tried to reinstall backups, and again, the index/table issue prevents the recovery. I’ve never seen anything like it. Not apparent reason why June 25 and before data is there, and nothing since???

Hi,
Displaying php code is clear instruction that php driver for apache not installed.

so strongly believe , you need to run something if you are on Linux / Ubuntu

apt-get install libapache2-mod-php7.2

Please make sure you are using correct version of php rather than 7.2

More installation information can be taken from here…