![]() |
|
Impossible to create/populate a dynamic album - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Impossible to create/populate a dynamic album (/thread-10423.html) |
Impossible to create/populate a dynamic album - tosca - 2012-09-18 I just encountered a problem I didn't have before: it is impossible to create a dynamic album with something in it, as the tag value is missing in the recorded query (I don't know how it is called in english, in french it is "Recherche dans l’album dynamique"). It read: I had to use PHPMyAdmin to fix the missing word in order to make the dynamic album work; otherwise, it remains empty. Is it a known issue that came with the last version? Or I have made something wrong? I'm using 1.4.3.2 [10766] (Version officielle) Impossible to create/populate a dynamic album - acrylian - 2012-09-18 No known issue until yet. I just tried on our own site (uses a two day old nightly): http://www.zenphoto.org/zenpage.alb Impossible to create/populate a dynamic album - tosca - 2012-09-18 I tried to fix it in the album, but I couldn't access the field in modification! Impossible to create/populate a dynamic album - sbillard - 2012-09-18 You should change this in the file [i]album[/i].alb for the fix to be permanant. What was the specific search you did in order to create the dynamic album? It must be a problem specific to the term since in general there are not problems creating dynamic albums. Impossible to create/populate a dynamic album - tosca - 2012-09-19 Sorry, I answered a bit too quickly to acrylian: I tried to modify the query from the administration panel, and it didn't work; now, I understand what you mean, and just made the modification directly in the The search was not so unusual, and I had done the same several times before: I was just looking for all the pictures having the [b]star[/b] in order to group them in a dynamic album called [b]star[/b] too. Or could the problem be related to the fact that specific album had already existed in the past? But I had deleted it beforehand from the administration panel... Another idea: I've set the access rights to the Impossible to create/populate a dynamic album - acrylian - 2012-09-19 You might have had the old album in the database. In those case you should do a database refresh on the overview page. The rights normally should be 755 and 644: If you mean blocking hotlinking to the full images you normally need to use an htaccess file. Impossible to create/populate a dynamic album - sbillard - 2012-09-20 Are you able now to delete this album from the admin panel, do a new search and recreate it? There is nothing special about [b]star[/b] that it should be dropped in the stored query. Impossible to create/populate a dynamic album - tosca - 2012-09-29 I'm not sure where the problem was... I did changed the access rights to what [b]acrylian[/b] said, then back, and it still works now. I just have to re-type the searched word in the admin screen when creating the album, as it is not copied from the front-office request (the field remains empty, but can be modified). Regarding the albums access rights, I only want the pictures to be unaccessible without their watermark; that's why I changed the permissions on the album tree folder, but the cache permissions remained the same. Impossible to create/populate a dynamic album - sbillard - 2012-09-29 I am a little confused. Are you saying that things work correctly now or are you saying that you have to modify something to get the "words" parameter set correctly. If the latter, what exactly are you modifying? What is the URL link when you are on the page that creates the album? Can you look at your cookies and find what you have for Impossible to create/populate a dynamic album - tosca - 2012-09-29 It works if I add the word in this page Looking in Firefox preferences, I can't find the cookie you're referring to. Impossible to create/populate a dynamic album - sbillard - 2012-09-29 if the cookie does not exist that would certainly cause your problem. The code relies on the search cookie to know what the search was. But I would expect if that were the case no "words" would ever be filled in. Impossible to create/populate a dynamic album - tosca - 2012-09-29 It works on my Impossible to create/populate a dynamic album - sbillard - 2012-09-30 There should be no differences so far as Zenphoto is concerned. But maybe your browser is configured differently for your site than for localhost so far as cookies are concerned. Or maybe the cookie duration option on the site is set too short. That is a gallery option. Impossible to create/populate a dynamic album - tosca - 2012-09-30 Well, I'm completely at lost...
I can't see anything that might be relevant in Firefox preferences. I don't know what to do, nor where to search... Impossible to create/populate a dynamic album - sbillard - 2012-09-30 Sorry, no clue. We can change the code to not rely on the cookie, but that will wait until 1.4.4. |