[wp-testers] Fatal error pn Menu page
ron at web-eagle.com
ron at web-eagle.com
Fri Apr 9 20:56:10 UTC 2010
Ok. I did check the errors in FireFox.
This is the only one I had: "Error: a(".menu li").draggable is not a
function
Source File: http://....deleted....
/wp-admin/load-scripts.php?c=1&load=jquery,utils,nav-menu&ver=0d17d2e2cfe267
059361dddab4601bc5
Line: 157
ron
----------------------------------------
From: "Andrew Nacin" <wp at andrewnacin.com>
Sent: Friday, April 09, 2010 4:52 PM
To: wp-testers at lists.automattic.com
Subject: Re: [wp-testers] Fatal error pn Menu page
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
_______________________________________________
wp-testers mailing list
wp-testers at lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers
More information about the wp-testers
mailing list