[wp-trac] [WordPress Trac] #12749: 3.0 catchable fatal error
WordPress Trac
wp-trac at lists.automattic.com
Sun Mar 28 22:38:00 UTC 2010
#12749: 3.0 catchable fatal error
--------------------------+-------------------------------------------------
Reporter: usermrpapa | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: General | Version: 3.0
Severity: normal | Keywords: reporter-feedback
--------------------------+-------------------------------------------------
Changes (by nacin):
* keywords: => reporter-feedback
Comment:
In trunk (r13871), functions.php line 3016 is a {{{die()}}} call. But I
did the math, and your nightly has absint() at 3016.
The error means that absint() is being passed a WP_Error object instead of
a non-object value, usually scalar, from which it is to derive a positive
integer.
The error for formatting.php:2755 means that wp_strip_all_tags() is being
passed a WP_Error object instead of a string from which it is to strip
tags.
We will need additional information such as a backtrace to see how and
where wp_strip_all_tags() and absint() are being called from and how they
are getting WP_Error objects that are apparently unaccounted for.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12749#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list