angeljs
Member
Posted 3 years ago #
Hi, I've just updated to the latest verion of WP, but now when I try to edit my profile, I receive the following error message:
Catchable fatal error: Object of class __PHP_Incomplete_Class could not be converted to string in /home/******/public_html/memberblog/wp-includes/wp-db.php on line 429
All plugins have been de-activated, so I'm not sure why I'm receiving this error.
Any help would be appreciated.
Thanks in advance!
I have exact same problem. Someone please help.
bradandersen
Member
Posted 3 years ago #
Same here. Any update? I cannot modify any users.
bradandersen
Member
Posted 3 years ago #
Okay, so I deleted everything and did an SVN install of 2.7. I restored my DB and it still wouldn't work.
So, I created a brand new database/user, updated my wp-config.php file to contain the new credentials, and Imported my blog from an old export. Everything is working fine now. Something screwy in the upgrade.
I have the same problem... any answers... I don't want to delete everything.
hunsford
Member
Posted 3 years ago #
Same problem. I tried some of the suggestions in the thread below, but that resulted in being unable to save any posts that had apostrophes in them.
http://wordpress.org/support/topic/217836?replies=15
Any ideas?
BestofNJ.com
Member
Posted 3 years ago #
I have this same problem and I have done a manual upgrade and I still have the problem.
Help!!!
John
BestofNJ.com
Member
Posted 3 years ago #
This simple fix worked for me:
pdreissen
Member
Posted 6 months ago #
Fix this by ommitting the addslashes function:
Change the
return addslashes( $string );
into:
return $string;
BestofNJ.com
Member
Posted 3 years ago #
I just wanted to make a final post about this issue for anyone that runs across this problem in the future, the issue here was a glitch in the WordPress code and there is a patch for it.
Please see: http://wordpress.org/support/topic/274521?replies=5