• Resolved amyquayle

    (@amyquayle)


    when i try to visit my blog I get this message:

    Catchable fatal error: Object of class WP_Error could not be converted to string in /home/amyquayle/gimmegimmechampagnecity.com/wp-includes/formatting.php on line 2829

    found the line 2829 in formatting.php it is:

    $string = preg_replace( ‘@<(script|style)[^>]*?>.*?</\\1>@si’, ”, $string );

    what do I need to change to get rid of this error??

    Thank-you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter amyquayle

    (@amyquayle)

    yess it worked! thank you so much. I deleted all the plugins via FTP and it seems to be working fine now. Thanks again!

    This error can happen when you register with a duplicate email.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘catchable fatal error…?’ is closed to new replies.