Public downloads not working

Viewing 2 posts - 1 through 2 (of 2 total)
#183692

Stefano Cardinale
Participant

Hi, I’m using this plugin from years and public downloads are blocked for no logged guests. The only solution I found is to change line 97 of src/MediaLibrary/MediaAccessControl.php from

if(!is_array($access)) $access = [];

to

if(!is_array($access)) $access = array('public');

there is a better solution?

Thanks in advance

#183701

Nayeem Riddhi
Moderator

Hello Stefano Cardinale,

Hope you are well. And sorry for the inconvenience. Can you please elaborate more on your issue? please share the related URL. if possible, can you please, give your temporary wp-admin login details in a private reply for checking the issue?

Thank you and regards

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.