Fatal Error in `migrator.php`
-
While deploying the latest version of the plugin to production via github action, the following error temporarily took down one of our websites.
PHP Fatal error: Access level to UpdraftPlus_Addons_Migrator::$old_content must be protected (as in class UpdraftPlus_Migrator_Lite) or weaker in /public_html/wp-content/plugins/updraftplus/addons/migrator.php on line 15
I’ve fixed it manually for now by updating the
$old_content
variable to beprotected
instead ofprivate
I’ve also updated
$old_uploads
and$uploads
as a precaution during my hotfix, though I am not sure its needed.Server is running PHP 7.4
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Fatal Error in `migrator.php`’ is closed to new replies.