recursive_unserialize_replace() xx needs to be loaded before unserialize() is lo
-
I am getting many messages about things needing to be loaded before unserialize() gets called. Examples of different ones are below. Two refer to plugins I have and two refer to plugins I no longer have. How do we solve this and what affect does it have on the database search and replace?
BSR_DB::recursive_unserialize_replace(): The script tried to execute a method or access a property of 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
/wp-content/plugins/better-search-replace-pro/includes/class-bsr-db.php on line 618BSR_DB::recursive_unserialize_replace(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "chkredherring" 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 /wp-content/plugins/better-search-replace-pro/includes/class-bsr-db.php on line 618
BSR_DB::recursive_unserialize_replace(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "chkmulticall" 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 /wp-content/plugins/better-search-replace-pro/includes/class-bsr-db.php on line 618
SR_DB::recursive_unserialize_replace(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "GoogleSitemapGeneratorStatus" 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 /wp-content/plugins/better-search-replace-pro/includes/class-bsr-db.php on line 618
The page I need help with: [log in to see the link]
- The topic ‘recursive_unserialize_replace() xx needs to be loaded before unserialize() is lo’ is closed to new replies.