Active
Project:
Avatar Approval
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
22 Mar 2014 at 02:45 UTC
Updated:
4 Aug 2016 at 11:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dexiecarla commentedHere's a patch, this might be a little late for you,
but this issue still exist.
Comment #2
dexiecarla commentedComment #3
dexiecarla commentedabove might not be approved, but this one has the correct comment number
Comment #4
prethiee commentedpatch file
Comment #5
prethiee commentedI have a similar problem.
Comment #6
prethiee commentedThe avatars are getting removed from the moderation page as the images no longer exists in the file_managed table. Since the images are stored with the status->0[temp] in the file_managed table they are deleted during cron tasks as they aren't stored with the permanent status or when they are older than DRUPAL_MAXIMUM_TEMP_FILE_AGE seconds[usually 6 hours]. This thread could be helpful in explaining the scenario. The Notices are appearing as they are pointing to the file-objects that are no longer available. Storing the avatar with the file status permanent could resolve this issue, and I have made the patch available for the same.
Comment #7
prethiee commented