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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | profile_pictures_879102.patch | 1019 bytes | yeputons |
Comments
Comment #1
yeputons commentedMay be this patch will help you.
Please check it. If everything is OK, i will do a new release with three bug fixes.
Comment #2
kayusee commentedThank you for your response. Should I replace the entire profile_pictures.admin.inc file with it or where should I put the code?
Comment #3
yeputons commentedOpen 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.
Comment #4
yeputons commentedVersion 1.3 will be released soon, so please test this patch.
Comment #5
yeputons commentedBecause there are no comments about this patch's bad work and it helped me some days ago, I mark this issue as Fixed.