I have group category with custom field where user must upload a image.
Until 2.0 update it worked fine. But since 2.0 there is a problem.
Until 2.0 when user upload image in custom group field it was placed in "/media/com_easysocial/files/fields/135/" location. But after update all image from that custom field placed in "/media/com_easysocial/files/fields/135/group/" location. And when you try to open image from backend or frontend you have 404 error. And when you move that file from "/media/com_easysocial/files/fields/135/group/" to "/media/com_easysocial/files/fields/135/" it start working. So i assume there is wrong path to upload files. How can i fix it?