GalleryES see nothing

Permalink
Hi.

Its really really weird behavior of GalleryES :-(.

I want to use GalleryES for Concrete CMS 5.6.3.4.

Installation was OK.

Then i am logged in as admin and created a new page with a Block with all my Galleries.

If i am logged in in the dashboard i can see the tag_clouds, all galleries and the gallery view.

But if i am not logged in the dashboard, i see nothing, no tag_clouds, no gallery views nothing.

Its sooooo so strange, i have no idea why that happens :-(

 
hutman replied on at Permalink Reply
hutman
Did you remember to publish the page?

Do you have a URL you can share so we can see the page?
devprojects replied on at Permalink Reply
Yes the Site is published.

I am working on a local site :-(

Its really so strange. I can see everything if i am logged In but in another browser where i am not logged in the dashboard i see nothing :-(
hutman replied on at Permalink Reply
hutman
Do you see any javascript errors in the console on the browser where you are logged in? It could be that you're relying on a javascript file that is only loaded when you're logged in (jquery ui?)
devprojects replied on at Permalink Reply
In the Browser where i am not logged in this block is empty in the browser code:
<div id="galleryESTags" class="galleryES0"></div>

In the Browser where i am logged in this block has content in the browser code:
<div id="galleryESTags" class="galleryES0">
<a href="./tag_search/?tag=Ostsee"><span class="galleryESTagsmaller">Ostsee</span></a> <a href="./tag_search/?tag=Rumpelstil"><span class="galleryESTagnormal">Rumpelstil</span></a> <a href="./tag_search/?tag=Rumpelstil Konzert."><span class="galleryESTagsmaller">Rumpelstil Konzert.</span></a> <a href="./tag_search/?tag=Sommer"><span class="galleryESTagsmaller">Sommer</span></a> <a href="./tag_search/?tag=Taschenlampenkonzert"></a> <a href="./tag_search/?tag=Tourfotos"><span class="galleryESTagnormal">Tourfotos</span></a> <a href="./tag_search/?tag=Tropical Islands"><span class="galleryESTagsmaller">Tropical Islands</span></a> <a href="./tag_search/?tag=Zingst"><span class="galleryESTagsmaller">Zingst</span></a> 
</div>
hutman replied on at Permalink Reply
hutman
In the developer tools console, are there any javascript errors?
devprojects replied on at Permalink Reply
No JavaScript Errors.
hutman replied on at Permalink Reply
hutman
If you look at the page source are there any PHP errors?
devprojects replied on at Permalink Reply
Sorry there are no PHP Erros.

Thats the thing. There is nothing. Thats why i am so confused :-(

I hve really no idea, what i can do :-(
hutman replied on at Permalink Reply
hutman
Have you tried to contact the Add-On developer for support already?
devprojects replied on at Permalink Reply
Yes i do. But i think he cant answer every day so i also tried it here.

Maybe another one had the same problem.

I mean its really really really weird.
devprojects replied on at Permalink Reply
Does it maybe has to do with the fact that i have to assign here on the website the licence to the project?
hutman replied on at Permalink Reply
hutman
No, that shouldn't matter.
devprojects replied on at Permalink Reply
Ok i tried a fresh installation of 5.6.3.4

That works.

Also i install my theme, that also works.

So maybe the GalleryES Addon has a conflict with another Addon or its a configuration thing ?!

Thats soooo bad :-(
devprojects replied on at Permalink Reply
So i looked in the "gallery_e_s\controllers\gallery\controller.php".

On Line 231:

$getFileList = $fl->getPage();


is filled if i am logged In and empty if i am not logged in.
JohntheFish replied on at Permalink Reply
JohntheFish
I have seen similar a few times. Usually occurring after a core update early in the 5.6.x versions. In all cases I checked file permissions and they appeared to be correct and also tried explicitly setting permissions. My main suspicion is that C5 file permissions data has been damaged by an update at some point. I have never tracked it down to specific database table/row/columns or how to repair.

There are several ways of listing files and the quick and dirty solution in the past has been to hack that part of the afflicted gallery block to list files in a different way, or to use a different gallery that uses a different way of listing files.

Historically the problem has sometimes simply gone away after a subsequent core update.