Galleria Image Gallery block not showing up

Permalink
Hello,
I installed the Galleria Image Gallery block and it shows up and works great on the page when I'm logged in, but when I log out, I can view the page and see other blocks on it, but not the gallery block.

Anybody have any ideas?
Thanks

gelie
 
macedo123 replied on at Permalink Reply
macedo123
Hi, I have exactly the same problem, as a administrator C% renders de File Set location in the code as follows:

<ul id="asmillerGallery" class="asmillerGallery" style="margin:0 auto;">
<li><img src="/concrete/files/4113/3756/3068/europe.jpg" title=""/></li>
<li><img src="/concrete/files/9113/3756/3069/spain.jpg" title=""/></li>
</ul>

However if I am not logged in it DOES NOT render the images location, so the Gallery as nothing to show....

<ul id="asmillerGallery" class="asmillerGallery" style="margin:0 auto;">
</ul>

Did you solve this issue ?
macedo123 replied on at Permalink Reply
macedo123
SOLVED !!!

For Gallery Images to show to public (non logged users) the File Manager permission for group GUESTS must have "View Site Files" permission set to "YES". Go to Dashboard/Systems & Settings/Permission & Access/File Manager Permission to change that...

Cheers, Luis
mamadele replied on at Permalink Reply
My permissions are set to YES but I am still not able to view the images when logged out. Any ideas?
jakubt replied on at Permalink Reply
[SOLVED ]I have the same problem and I had to install php-gd package (sudo aptitude install php-gd).