Forums

Object of class __PHP_Incomplete_Class (9 posts)

  1. 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!

  2. mborin
    Member
    Posted 3 years ago #

    I have exact same problem. Someone please help.

  3. bradandersen
    Member
    Posted 3 years ago #

    Same here. Any update? I cannot modify any users.

  4. 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.

  5. ghawes
    Member
    Posted 3 years ago #

    I have the same problem... any answers... I don't want to delete everything.

  6. 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?

  7. 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

  8. 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;

  9. 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

Topic Closed

This topic has been closed to new replies.

About this Topic