Closed (fixed)
Project:
Picture
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Mar 2013 at 18:23 UTC
Updated:
15 May 2014 at 11:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
attiks commentedThis function only exists in 7.x-2.x version, are you using 7.x-1.x?
Comment #2
darren ohI’m using 7.x-2.x-alpha2, and I still get errors. Picture module is checking
$file->image_dimensions['width']and$file->image_dimensions['height'], which have been moved to$file->metadata['width']and$file->metadata['height'].Comment #3
darren ohComment #4
darren oh#2101779: Width and height missing in WYSIWYG inserted images after upgrading to latest dev versions of Media and File Entity fixed part of this issue. Attaching new patch.
Comment #5
attiks commentedI released a new version today, did you try it with 7.x-1.2?
Comment #6
darren ohYes, that’s why I submitted a new patch.
Comment #7
attiks commentedThanks, fixed and pushed
Comment #8
darren ohFixed in commit d9547cf.