Cannot access PHPMy Admin

Trying to access PHPMyAdmin via Main>Databases>PHPMyAdmin, but opens page with following message:

“PHP 7.1.3+ is required.
Currently installed version is: 7.0.33-13+bionic”

I have set PHP version for both websites on this server to 7.3; there doesn’t seem to be anywhere else to change php versions.

What am I missing?

Aynı sorunla ben de karşı karşıyayım

same here

I found a solution

systemctl stop lscpd
cp /usr/local/lsws/lsphp71/bin/lsphp /usr/local/lscp/fcgi-bin/lsphp
systemctl start lscpd

Type your comment> @muhammadnoumanhanif1 said:

I found a solution

systemctl stop lscpd
cp /usr/local/lsws/lsphp71/bin/lsphp /usr/local/lscp/fcgi-bin/lsphp
systemctl start lscpd

Works. Thanks!