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 :-(
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 :-(
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 :-(
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 :-(
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?)
In the Browser where i am not logged in this block is empty in the browser code:
In the Browser where i am logged in this block has content 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>
In the developer tools console, are there any javascript errors?
No JavaScript Errors.
If you look at the page source are there any PHP errors?
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 :-(
Thats the thing. There is nothing. Thats why i am so confused :-(
I hve really no idea, what i can do :-(
Have you tried to contact the Add-On developer for support already?
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.
Maybe another one had the same problem.
I mean its really really really weird.
Does it maybe has to do with the fact that i have to assign here on the website the licence to the project?
No, that shouldn't matter.
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 :-(
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 :-(
So i looked in the "gallery_e_s\controllers\gallery\controller.php".
On Line 231:
is filled if i am logged In and empty if i am not logged in.
On Line 231:
$getFileList = $fl->getPage();
is filled if i am logged In and empty if i am not logged in.
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.
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.
Do you have a URL you can share so we can see the page?