Changes between Initial Version and Version 1 of Ticket #19908, comment 5
- Timestamp:
- 05/11/12 22:26:16 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19908, comment 5
initial v1 1 1 I ran across this error and i traced it to a problem with the "sizes" array within the attachment metadata. The metadata for an image that was triggering the notice looked like this: 2 2 {{{ 3 3 array ( 4 4 'width' => '400', … … 60 60 ), 61 61 ) 62 62 }}} 63 63 (note the 'large' image size missing it's array) 64 64