I was using the 6.x-1.1 beta1 and image properties were not saving the image dimension values. Then I downloaded 6.x-1.2, still image properties are not saving values. I looked inside profile_pictures.admin.inc file, and I can see $type = $form['#parameters'][3]; showing there. I even ran Update.php, still no difference. Please help

CommentFileSizeAuthor
#1 profile_pictures_879102.patch1019 bytesyeputons

Comments

yeputons’s picture

Status: Active » Needs review
StatusFileSize
new1019 bytes

May be this patch will help you.
Please check it. If everything is OK, i will do a new release with three bug fixes.

kayusee’s picture

Thank you for your response. Should I replace the entire profile_pictures.admin.inc file with it or where should I put the code?

yeputons’s picture

Open profile_pictures.admin.inc file in any editor.
Then add lines with '+' from patch to this file (to end of the profile_pictures_field_form function)
and remove profile_pictures_field_form_submit function.

yeputons’s picture

Version 1.3 will be released soon, so please test this patch.

yeputons’s picture

Status: Needs review » Fixed

Because there are no comments about this patch's bad work and it helped me some days ago, I mark this issue as Fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.