Opened 12 years ago
Closed 12 years ago
#23733 closed defect (bug) (fixed)
Not all images have metadata, data should be checked first
Reported by: | trusktr | Owned by: | markjaquith |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.5.1 |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
I'm getting many errors like these. Is this a problem with a plugin, or with WordPress core?
The errors seems to be happening in core files, so I thought I'd post it here.
To see the actual errors, see the following site (at the time of this writing), in the right sidebar (scroll down):
http://creationofsociety.com
Attachments (3)
Change History (11)
#2
@
12 years ago
The plugin that generates the sidebar widget where the errors show up is eshop, but the error doesn't point to any files from the eshop plugin.
#3
@
12 years ago
If you look at the code you see that the error isn't on that place. The data from wp_get_attachment_metadata() isn't how it should. Maybe a plugin does something wrong or you did a replace query on urls. However last one would most likely not show these errors.
I need more information then this. Seems like the image metadata is corrupted but no clue why and what. Seems like a plugin is doing something wrong but hard to tell.