How to fix phpMyadmin with issue about php version

Iskandar

Verified User
Joined
Aug 19, 2020
Messages
98
on directadmin I can't open phpmyadmin because PHP 7.1.3+ is required and currently installed version is: 7.0.33.
On my directadmin PHP between 7.2 - 7.4 .
I've tried changing php version 7.4 and I've restarted directadmin but phpmyadmin hasn't opened yet. How to fix it. Thank you
 
maybe you need switch phpmyadmin4 to phpmyadmin5
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set phpmyadmin_ver 5
./build phpmyadmin

Also
DA use php1_release as global
you need to change php1_release to 7.4

Code:
cd /usr/local/directadmin/custombuild
./build set php1_release 7.4
./build php n

ps: this solution can do it with custombuild 2.0 too
 
1632973964652.png

thankyou dear.... phpmyadmin DONE!
GBU
 
Back
Top