Hello Otomatic,
I installed version 5.2.1: Downloaded the latest zip file and extracted it and placed it in the apps folder. Then edited phpmyadmin in the
alias folder to:
Alias /phpmyadmin "c:/wamp64/apps/phpmyadmin5.2.1/"
<Directory "c:/wamp64/apps/phpmyadmin5.2.1/">
Options +Indexes +FollowSymLinks +MultiViews
AllowOverride all
Require local
I also edited the phpmyadmin521 to:
Alias /phpmyadmin5.2.1 "c:/wamp64/apps/phpmyadmin5.2.1/"
<Directory "c:/wamp64/apps/phpmyadmin5.2.1/">
Options +Indexes +FollowSymLinks +MultiViews
AllowOverride all
Require local
The wampserver icon is green, but phpMyAdmin is still showing the error " phpMyAdmin not compatible with PHP 8.1.0
Have I done something wrong?
Regards