wpsharks / s2member

s2Member® Framework (membership management for WordPress®).
64 stars 36 forks source link

s2Member Server Scanner False-positive: MySQL Extension Needed #1105

Closed renzms closed 3 years ago

renzms commented 7 years ago

When using the Server Scanner a warning prompt occurs in the results:

Missing MySQL extension. s2Member needs the MySQL extension for PHP.

error

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.