#1708 closed defect (bug) (worksforme)
Typo with $object->property statements causes PHP5 to give fatal errors.
Reported by: | splee | Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Severity: | major | Version: | 1.5 |
Component: | General | Keywords: | php5 compatibility bg|squashed |
Focuses: | Cc: |
Description
I have attached diffs for both the 1.5 tag and the trunk code.
PHP 5.0.5 gives the following error when get_settings() from wp-includes/functions.php is run under certain conditions (reproducable in the manage->tags page when the UltimateTagWarrior plugin is installed):
Fatal error: Cannot access empty property in /path/to/root/wp-includes/functions.php on line 246
Attachments (2)
Change History (7)
#3
@
19 years ago
I believe this bug is invalid.
A) UTW has been known to be broken in 1.6, looks like there are a few compatability checkins lately, try the latest version?
B) Even if this is a bug with WP, this is far from a proper fix, and this will break many other things.
C) I can't duplicate the problem
Note: See
TracTickets for help on using
tickets.
patch for the 1.5 branch