'phpmyadmin not showing content after upgrade (phpmyadmin5, Ubuntu20.04 with php8.1)

So my issue as follows. Recently I found lots of warnings and deprecation notices I then ran the following which has removed the messages:

sudo add-apt-repository ppa:phpmyadmin/ppa
sudo apt-get update
sudo apt-get upgrade phpmyadmin

However when i now login the database list briefly flashes up in the left sidebar before being removed. I'm able to change the tabs in the top of the page but no content is shown in the content region, see screenshot: enter image description here

I looked in the logs and had a message about the permissions of the blowfish file so I amended this to use www-data but this made no difference except now i get no new error at all in the error.log file.

All my dev sites connected to this database are working but i can't view or amend any tables from phpmyadmin. I have restarted Apache (sudo service apache2 restart) Any ideas?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source