swampgeek
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 5.5 Fix – Downgrade it to 5.4.2 !This is more of an annoyance than a real issue, but it has nothing to do with a theme or plugin: Select All plugins or themes doesn’t work on the multisite WordPress Updates page unless you enable jQuery Migrate.
- This reply was modified 4 years, 3 months ago by swampgeek.
Awesome – thank you, and thank you for a great tool!
A quick review with the PHP Compatibility Checker plugin yielded several issues that seem straightforward:
FILE: /xxx/wp-content/plugins/swift-performance-lite/includes/cache-status/cache-status.php
74 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli insteadFILE: /xxx/wp-content/plugins/swift-performance-lite/includes/setup/setup.php
495 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
589 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli insteadFILE: /xxx/wp-content/plugins/swift-performance-lite/performance.php
574 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
693 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
2032 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
2052 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli insteadFILE: /xxx/wp-content/plugins/swift-performance-lite/modules/image-optimizer/image-optimizer.php
705 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli insteadFILE: /xxx/wp-content/plugins/swift-performance-lite/modules/cache/cache.php
262 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
302 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
748 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
819 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
1050 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli insteadFILE: /xxx/wp-content/plugins/swift-performance-lite/modules/asset-manager/JSMin.class.php
107 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2FILE: /xxx/wp-content/plugins/swift-performance-lite/modules/asset-manager/asset-manager.php
163 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
180 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead