By Andy on Monday, 20 October 2014
Posted in Technical Issues
Likes 0
Views 568
Votes 0
Using a regular user account, I've uploaded 3 files to an event using the File App.

Now I'm trying to delete them.

But looks like a bug... they won't delete. (tried using the 'Delete Selected' which seems ineffective and also the individual delete buttons which don't seem to work either)

I'm giving you the user account info (please don't contact that user though! I'm experimenting using his account). I'm happy for you to delete the 3 files in question... but hopefully (?!) you'll find the same issue and be able to squash whatever bug this is.

Thanks.
Hello Andy,

I am sorry for the late reply.
I have helped you fix this issue, and it seems like it is a bug from our end. We are very sorry and thanks for reporting this issue in. Can you try this issue again and verify this issue is resolved?
The code is in this file: \administrator\components\com_easysocial\includes\explorer\hooks\event.php Line: 142

public function removeFile(){
// Check if the user has access to delete files from this group
if (!$this->event->isMember() && !$this->my->isSiteAdmin()) {
return FD::exception(JText::_('COM_EASYSOCIAL_EXPLORER_NO_ACCESS_TO_DELETE'));
}
...


Please be advise.
Thanks.
·
Monday, 20 October 2014 11:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Yep that looks good now. Thanks for the quick fix!
·
Monday, 20 October 2014 12:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Andy,

You're welcome. Glad to hear your issue have been resolved.
If you have anymore question, please don't hesitate to ask us and please create a new ticket. I will mark this ticket as resolved.

Thanks again and have a wonderful day.
·
Monday, 20 October 2014 12:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post