Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The script tried to modify a property on an incomplete object. #141

Open
beegegroup opened this issue Sep 15, 2023 · 0 comments
Open

The script tried to modify a property on an incomplete object. #141

beegegroup opened this issue Sep 15, 2023 · 0 comments

Comments

@beegegroup
Copy link

beegegroup commented Sep 15, 2023

Hello WP-Media-Team,

Describe the bug
I'm trying to search and replace a URL from the old url to the new one in the Database. I tried replace url and search & replace. But I'm getting below errors:

[15-Sep-2023 11:17:00 UTC] PHP 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 /var/www/vhosts/jessi-m.de/jessi-m-2023/wp-content/plugins/search-and-replace/inc/Database/Replace.php:355 Stack trace: #0 /var/www/vhosts/jessi-m.de/jessi-m-2023/wp-content/plugins/search-and-replace/inc/Database/Replace.php(345): Inpsyde\SearchReplace\Database\Replace->recursive_unserialize_replace() #1 /var/www/vhosts/jessi-m.de/jessi-m-2023/wp-content/plugins/search-and-replace/inc/Database/Replace.php(345): Inpsyde\SearchReplace\Database\Replace->recursive_unserialize_replace() #2 /var/www/vhosts/jessi-m.de/jessi-m-2023/wp-content/plugins/search-and-replace/inc/Database/Replace.php(341): Inpsyde\SearchReplace\Database\Replace->recursive_unserialize_replace() #3 /var/www/vhosts/jessi-m.de/jessi-m-2023/wp-content/plugins/search-and-replace/inc/Database/Replace.php(222): Inpsyde\SearchReplace\Database\Replace->recursive_unserialize_replace() #4 /var/www/vhosts/jessi-m.de/jessi-m-2023/wp-content/plugins/search-and-replace/inc/Database/Replace.php(93): Inpsyde\SearchReplace\Database\Replace->replace_values() #5 /var/www/vhosts/jessi-m.de/jessi-m-2023/wp-content/plugins/search-and-replace/inc/Page/SearchReplace.php(214): Inpsyde\SearchReplace\Database\Replace->run_search_replace() #6 /var/www/vhosts/jessi-m.de/jessi-m-2023/wp-content/plugins/search-and-replace/inc/Page/SearchReplace.php(131): Inpsyde\SearchReplace\Page\SearchReplace->run_replace() #7 /var/www/vhosts/jessi-m.de/jessi-m-2023/wp-content/plugins/search-and-replace/inc/Page/Manager.php(50): Inpsyde\SearchReplace\Page\SearchReplace->save() #8 /var/www/vhosts/jessi-m.de/jessi-m-2023/wp-content/plugins/search-and-replace/inc/Page/Manager.php(125): Inpsyde\SearchReplace\Page\Manager->save() #9 /var/www/vhosts/jessi-m.de/jessi-m-2023/wp-includes/class-wp-hook.php(310): Inpsyde\SearchReplace\Page\Manager->render() #10 /var/www/vhosts/jessi-m.de/jessi-m-2023/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters() #11 /var/www/vhosts/jessi-m.de/jessi-m-2023/wp-includes/plugin.php(517): WP_Hook->do_action() #12 /var/www/vhosts/jessi-m.de/jessi-m-2023/wp-admin/admin.php(259): do_action() #13 /var/www/vhosts/jessi-m.de/jessi-m-2023/wp-admin/tools.php(40): require_once('...') #14 {main} thrown in /var/www/vhosts/jessi-m.de/jessi-m-2023/wp-content/plugins/search-and-replace/inc/Database/Replace.php on line 355

I deleted the Plugin (Popup Maker) FS_Plugin. But the Error remains. I don't have a Cache-Plugin.

kind regards

Stefan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant