#22419 closed defect (bug) (duplicate)
Fatal error when showing images
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | critical | Version: | 3.5 |
Component: | Media | Keywords: | needs-patch |
Focuses: | Cc: |
Description (last modified by )
PHP Fatal error: Using $this when not in object context in /wp-includes/class-wp-image-editor-imagick.php on line 153
PHP: 5.3.17
Probably introduced in changeset [22421]
Change History (4)
Note: See
TracTickets for help on using
tickets.
The error happened on a development site after upgrading to latest beta and switching to WooThemes Canvas. The setting used is not to use TimThumb as the image resizer, hence using WordPress native image resizing. I am currently testing other themes. Anyway, the error seems to be in current trunk, as static class methods should never refer to an object instance, right? I'm not an expert on this, though.