On Fri, Apr 9, 2010 at 4:41 PM, [email protected] <[email protected]> wrote:

> Andrew, I can jump to Menus under Appearance from anywhere and get the same
> error.  The only other info I get is that it
> is a "Catchable fatal error". Not sure I can backtrace it any further.


Can you stick this into the top of wp_check_invalid_utf8() ?

function wp_check_invalid_utf8( $string, $strip = false ) { // this is the
existing line 432
 if ( is_wp_error( $string ) ) {
 var_dump( debug_backtrace() );
 die();
 }
$string = (string) $string; // this is the existing line 433
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to