Catchable fatal error: Object of class WP_Error could not be converted to string
-
Hi Guys
I have a problem in my menus
I am setting a blog using a custom theme, I have created 2 menus and added pages to them, everything worked fine, then I created some post and categories and now i want to add some categories in those menus but when I click the menu tab, down a list of available choices for the menu I get this
Catchable fatal error: Object of class WP_Error could not be converted to string in /home/greg2205/public_html/wp-includes/formatting.php on line 433
I then check the formatting.php file on line 433 and I have this
function wp_check_invalid_utf8( $string, $strip = false ) { $string = (string) $string; if ( 0 === strlen( $string ) ) { return ''; }
I don’t know what to do really, anyone can help?
- The topic ‘Catchable fatal error: Object of class WP_Error could not be converted to string’ is closed to new replies.