[wp-testers] Fatal error pn Menu page
ron at web-eagle.com
ron at web-eagle.com
Fri Apr 9 21:42:10 UTC 2010
Andrew, is the following enough of a backtrace? I got a lot more.
Ron
array(12) {
[0]=>
array(4) {
["file"]=>
string(47) "\....deleted.....\wp-includes\formatting.php"
["line"]=>
int(2305)
["function"]=>
string(21) "wp_check_invalid_utf8"
["args"]=>
array(1) {
[0]=>
object(WP_Error)#946 (2) {
["errors"]=>
array(1) {
["invalid_term"]=>
array(1) {
[0]=>
string(10) "Empty Term"
}
}
["error_data"]=>
array(0) {
}
}
}
}
[1]=>
array(4) {
["file"]=>
string(54) "\....deleted....\wp-includes\nav-menu-template.php"
["line"]=>
int(157)
["function"]=>
string(8) "esc_attr"
["args"]=>
array(1) {
[0]=>
object(WP_Error)#946 (2) {
["errors"]=>
array(1) {
["invalid_term"]=>
array(1) {
[0]=>
string(10) "Empty Term"
}
}
["error_data"]=>
array(0) {
}
}
}
}
[2]=>
array(4) {
["file"]=>
string(44) "\....deleted....\wp-includes\classes.php"
["line"]=>
int(1206)
["function"]=>
string(20) "wp_get_nav_menu_item"
["args"]=>
array(3) {
[0]=>
object(stdClass)#188 (36) {
["ID"]=>
int(125)
----------------------------------------
From: "ron at web-eagle.com" <ron at web-eagle.com>
Sent: Friday, April 09, 2010 4:57 PM
To: wp-testers at lists.automattic.com
Subject: Re: [wp-testers] Fatal error pn Menu page
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
_______________________________________________
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