phpcompat icon indicating copy to clipboard operation
phpcompat copied to clipboard

False Positive: WP Reset plugin

Open DougNix opened this issue 5 years ago • 2 comments

I have discovered that the WP Engine PHP Compatibility checker is identifying the WP Reset plugin incorrectly. The following errors are being thrown due to backward compatibility in the plugin: FILE: /home/ms101admin/public_html/wp-content/plugins/wp-reset/libs/dumper.php ———————————————————————————————————— FOUND 10 ERRORS AFFECTING 10 LINES ———————————————————————————————————— 398 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead 400 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead 403 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead 405 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead 415 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead 417 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead 429 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead 439 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead 448 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead 453 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead ———————————————————————————————————— Please add this plugin to the false positive whitelist.

DougNix avatar Dec 27 '19 13:12 DougNix

Hi, I'm the author of WP Reset. If there's something I can help with to get the plugin whitelisted, please let me know.

WebFactoryLtd avatar Dec 27 '19 20:12 WebFactoryLtd

Hi there,

I posted an episode issue on the plugin’s github page, https://github.com/wpengine/phpcompat/issues/255. I don’t know if the authors are doing anything with those posts, but it was the only thing I could see to do.

Best, Doug Nix

[email protected] Mobile: (519) 729-5704

On Dec 27, 2019, at 15:09, WebFactory Ltd [email protected] wrote:

Hi, I'm the author of WP Reset. If there's something I can help with to get the plugin whitelisted, please let me know.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

DougNix avatar Dec 28 '19 21:12 DougNix