• Resolved rucodemente

    (@rucodemente)


    Here is the debug message I get when trying to run the plugin:
    Fatal error: Uncaught Error: The script tried to modify a property on an incomplete object. Please ensure that the class definition “FS_Plugin” of the object you are trying to operate on was loaded before unserialize() gets called or provide an autoloader to load the class definition in /home/dplnews/public_html/wp-content/plugins/go-live-update-urls/src/Serialized.php:154 Stack trace: #0 /home/dplnews/public_html/wp-content/plugins/go-live-update-urls/src/Serialized.php(152): Go_Live_Update_Urls\Serialized->replace_tree(Object(__PHP_Incomplete_Class)) #1 /home/dplnews/public_html/wp-content/plugins/go-live-update-urls/src/Serialized.php(152): Go_Live_Update_Urls\Serialized->replace_tree(Array) #2 /home/dplnews/public_html/wp-content/plugins/go-live-update-urls/src/Serialized.php(118): Go_Live_Update_Urls\Serialized->replace_tree(Array) #3 /home/dplnews/public_html/wp-content/plugins/go-live-update-urls/src/Serialized.php(78): Go_Live_Update_Urls\Serialized->update_table(‘5pgrJ_options’, ‘option_value’) #4 [internal function]: Go_Live_Update_Urls\Serialized->Go_Live_Update_Urls{closure}(‘option_value’) #5 /home/dplnews/public_html/wp-content/plugins/go-live-update-urls/src/Serialized.php(79): array_map(Object(Closure), Array) #6 /home/dplnews/public_html/wp-content/plugins/go-live-update-urls/src/Updates.php(194): Go_Live_Update_Urls\Serialized->update_all_serialized_tables(Array) #7 /home/dplnews/public_html/wp-content/plugins/go-live-update-urls/src/Database.php(171): Go_Live_Update_Urls\Updates->update_serialized_values() #8 /home/dplnews/public_html/wp-content/plugins/go-live-update-urls/src/Admin.php(68): Go_Live_Update_Urls\Database->update_the_database(‘digitalpolicyla…’, ‘dplnews.com’, Array) #9 /home/dplnews/public_html/wp-includes/class-wp-hook.php(308): Go_Live_Update_Urls\Admin->validate_update_submission(”) #10 /home/dplnews/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) #11 /home/dplnews/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #12 /home/dplnews/public_html/wp-settings.php(617): do_action(‘init’) #13 /home/dplnews/public_html/wp-config.php(94): require_once(‘/home/dplnews/p…’) #14 /home/dplnews/public_html/wp-load.php(50): require_once(‘/home/dplnews/p…’) #15 /home/dplnews/public_html/wp-admin/admin.php(34): require_once(‘/home/dplnews/p…’) #16 /home/dplnews/public_html/wp-admin/tools.php(40): require_once(‘/home/dplnews/p…’) #17 {main} thrown in /home/dplnews/public_html/wp-content/plugins/go-live-update-urls/src/Serialized.php on line 154

Viewing 1 replies (of 1 total)
  • Plugin Contributor OnPoint Plugins

    (@onpointplugins)

    Hi rucodemente,

    It appears a plugin or theme is saving data to the database which contains full PHP class definitions. ?If the class definition changes or is no longer available this kind of error can happen.

    The class in question is FS_Plugin

    Luckily, we just released version 6.5.0 of this plugin which gracefully skips missing classes so the rest of the updates may complete.

    Enjoy!

Viewing 1 replies (of 1 total)
  • The topic ‘Critical error attempting to run the plugin’ is closed to new replies.