You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
DougNix
changed the title
False Positive: WO Reset plugin
False Positive: WP Reset plugin
Dec 27, 2019
Hi there,
I posted an episode issue on the plugin’s github page, #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 ***@***.***> 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.
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.
The text was updated successfully, but these errors were encountered: