Hi I had installed 2 versions of PHP, 5.6, and the default 7.4 However, even though I enable v7.4 in www.cloudastrix.com, and it shows as 7.4, i still get this error: https://cloudastrix.com/phpinfo.php >shows the php installed https://cloudastrix.com/phpmyadmin/ PHP 7.1.3+ is required. Currently installed version is: 5.6.40 screenshot of setting: Kindly assist, thank you
PHPMyAdmin is not running on the website normally, it is a globally installed application that uses mod_php on apache servers. So the website PHP version has no influence on it. You must install mod_php as PHP 7.4 on an Apache server if you want that PHPMYAdmin is using that version.
Message to conclude the thread: PHPmyadmin accessed globally. All sorted, thank you to those assisting.