Ticket #1708 (closed defect (bug): worksforme)
Typo with $object->property statements causes PHP5 to give fatal errors.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | General | Version: | 1.5 |
| Severity: | major | Keywords: | php5 compatibility bg|squashed |
| 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
Change History
-
attachment
1.5-object-property-typo.txt
added
- Priority changed from normal to high
- Severity changed from normal to major
comment:3
masquerade — 6 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
comment:4
masquerade — 6 years ago
- Status changed from new to closed
- Resolution set to worksforme
Got MarkJaquith to try, couldn't duplicate either.

patch for the 1.5 branch