Class Smush\Core\Backups\Backups_Backward_Compatibility not found
-
I updated the plugin to the latest version today using my GIT workflow and it broke my site.
PHP Fatal error: Uncaught Error: Class 'Smush\Core\Backups\Backups_Backward_Compatibility' not found in /path/to/public_html/wp-content/plugins/wp-smushit/core/class-modules.php:154
It looks like the file /var/www/annacenter/public_html/wp-content/plugins/wp-smushit/core/class-modules.php on line 13 is declaring the use of namespaced class ‘Backups_Backward_Compatibility’ however the class is not defined anywhere in the plugin. I think same is the case with line 14 usage declaration (Backups_Controller).
- The topic ‘Class Smush\Core\Backups\Backups_Backward_Compatibility not found’ is closed to new replies.