Comment 22 for bug 2016016

Revision history for this message
Athos Ribeiro (athos-ribeiro) wrote :

I installed and configured phpmyadmin 4:5.1.1+dfsg1-5ubuntu1 as suggested in the test plan above.
I could browse to the phpmyadmin login page successfully.
Then, I installed php7.4 from ondrej's ppa; disabled the php8.1 apache2 module and enable the php7.4 one.
Now, browding to the php login page, I got the blank screen as expected.

I also got the expected error in the apache2 error logs:

[php7:error] ... PHP Parse error: syntax error, unexpected 'static' (T_STATIC) in /usr/share/php/Symfony/Component/DependencyInjection/ContainerBuilder.php on line 272

Then, I installed phpmyadmin 4:5.1.1+dfsg1-5ubuntu1.1 from the -proposed pocked.

Refreshing the phpmyadmin login page, I now get the following message in the page:
"
PHP 8.0.0+ is required (Ubuntu Launchpad bug #1975892 and phpMyAdmin issue #17503).

Currently installed version is: 7.4.33
"

Finally, switching back to the php8.1 apache2 module, the login page loads successfully.

This should be enough to verify this one.