Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False Positive: WP Reset plugin #255

Open
DougNix opened this issue Dec 27, 2019 · 2 comments
Open

False Positive: WP Reset plugin #255

DougNix opened this issue Dec 27, 2019 · 2 comments

Comments

@DougNix
Copy link

DougNix commented Dec 27, 2019

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 DougNix changed the title False Positive: WO Reset plugin False Positive: WP Reset plugin Dec 27, 2019
@WebFactoryLtd
Copy link

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.

@DougNix
Copy link
Author

DougNix commented Dec 28, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants