When using the Server Scanner a warning prompt occurs in the results:
Missing MySQL extension. s2Member needs the MySQL extension for PHP.
This is a false-positive that occurs when the scanner is running on a newer server. This can be safely ignored. The error occurs because more recent versions of PHP do not have the mysql extension. They have the mysqli and PDO extensions, which are absolutely fine.
When using the Server Scanner a warning prompt occurs in the results:
This is a false-positive that occurs when the scanner is running on a newer server. This can be safely ignored. The error occurs because more recent versions of PHP do not have the
mysql
extension. They have themysqli
andPDO
extensions, which are absolutely fine.