[wp-testers] Fatal error pn Menu page
Andrew Nacin
wp at andrewnacin.com
Fri Apr 9 20:51:05 UTC 2010
On Fri, Apr 9, 2010 at 4:41 PM, ron at web-eagle.com <ron at web-eagle.com> 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
More information about the wp-testers
mailing list