Couple of weeks ago I've updated my phpMyAdmin to version 5.1.1.
I have two versions of PHP installed that I'm actively using: 7.2.4 and 7.4.19. Both of them should be compatible with PMA 5.1.1 according to PMA's and WAMP's websites.
It was actually working well for multiple days/weeks. Today, out of a sudden I've noticed a yellow exclamation mark next to my "phpMyadmin" label in WAMP's tray menu. I've also noticed the notice at the bottom of tray menu:
"PhpMyAdmin not compatible with PHP 7.4.19". If I click on it, this notice displays in CMD interface:
"Sorry,
There is an error.
PhpMyAdmin not compatible with PHP 7.4.19
You must use a version of PhpMyAdmin from 4.7.4 to 5.1.0"
This is however really strange, because:
a) PHP 7.2 and 7.4 should be perfectly compatible with 5.1.1
b) it actually was working like a charm couple of days ago
If I try to ignore the error and open phpMyAdmin, default WAMP landing page appears with these two PHP notices at the top:
"Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 996"
"Notice: Undefined offset: 2 in C:\wamp64\scripts\wampserver.lib.php on line 997"
This is the stack trace for those notices:
1 0.0000 369048 {main}( ) ...\index.php:0
2 0.0000 438432 GetPhpMyAdminVersions( ) ...\index.php:142
I've tried restarting all services multiple times, also switching PHP versions. What could be the issue?
I have two versions of PHP installed that I'm actively using: 7.2.4 and 7.4.19. Both of them should be compatible with PMA 5.1.1 according to PMA's and WAMP's websites.
It was actually working well for multiple days/weeks. Today, out of a sudden I've noticed a yellow exclamation mark next to my "phpMyadmin" label in WAMP's tray menu. I've also noticed the notice at the bottom of tray menu:
"PhpMyAdmin not compatible with PHP 7.4.19". If I click on it, this notice displays in CMD interface:
"Sorry,
There is an error.
PhpMyAdmin not compatible with PHP 7.4.19
You must use a version of PhpMyAdmin from 4.7.4 to 5.1.0"
This is however really strange, because:
a) PHP 7.2 and 7.4 should be perfectly compatible with 5.1.1
b) it actually was working like a charm couple of days ago
If I try to ignore the error and open phpMyAdmin, default WAMP landing page appears with these two PHP notices at the top:
"Notice: Undefined offset: 1 in C:\wamp64\scripts\wampserver.lib.php on line 996"
"Notice: Undefined offset: 2 in C:\wamp64\scripts\wampserver.lib.php on line 997"
This is the stack trace for those notices:
1 0.0000 369048 {main}( ) ...\index.php:0
2 0.0000 438432 GetPhpMyAdminVersions( ) ...\index.php:142
I've tried restarting all services multiple times, also switching PHP versions. What could be the issue?