I was getting "no permissions" when trying to upload from server and think I found the problem
in
upload.php file FIND
Code:
Content visible to verified customers only.
and REPLACE with
Code:
Content visible to verified customers only.
Looks to be just a missed variable name change, it also occurs in
search.php - I assume changing
$gallery_perms there to
$galleryperms would stop any problems with search permissions that I haven't noticed? (yet

)