![]() |
|
Dynamic albums dont't work as earlier - 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: Dynamic albums dont't work as earlier (/thread-8411.html) |
Dynamic albums dont't work as earlier - Jaanus - 2011-03-26 Hi, See And another thing: Dynamic albums dont't work as earlier - sbillard - 2011-03-26 Perhaps I am not understanding what you are saying. I have visited the link you provide and everything seems to be functioning correctly. As to the problem with saving descriptions from the back-end. Most likely you are getting a PHP or SQL error. You will need to review error logs to see what that error is. Or perhaps your server is configued to allow too small a size for POST messages. Dynamic albums dont't work as earlier - Jaanus - 2011-03-27 Yes, it seems to be OK now. Perhaps my virtual server had a "bad day". I didn't find any error messages. Dynamic albums dont't work as earlier - Jaanus - 2011-03-27 Unfortunately... It's not OK. Dynamic albums dont't work as earlier - sbillard - 2011-03-27 These intermittant things are pretty hard to figure out. But the most likely culpret is cookie and/or session handling. The other thought is can you find anything consistent about when it fails--perhaps someting in the file name or album the image resides in? Dynamic albums dont't work as earlier - Jaanus - 2011-03-27 Only one thing - in slideshow mode the dynamic album works OK. What actually must be in the picture's detail view url? When the picture is in folder, then I always see the folder name. Example: But when I am in dynamic album and click on the thumbnail to see the detail view then I don't see the album name (.alb file name) in URL. There is only the folder name where the picture originally is, nothing refers to the current album. Is it normal? The prev/next link also refers to the picture's original folder. Dynamic albums dont't work as earlier - sbillard - 2011-03-28 the picture's URL will always be to the real album/image. Just the breadcrumb stuff should show the dynamic album. Dynamic albums dont't work as earlier - Jaanus - 2011-03-28 Thanks, Dynamic albums dont't work as earlier - Jaanus - 2011-03-28 Where are the cookies stored? Maybe I should look for some file/folder rights issues? Dynamic albums dont't work as earlier - Jaanus - 2011-03-28 Updated to the latest nightly but the problem remains. Every time a 9th or 10th click on the prev or next link makes pictures loose the album context Dynamic albums dont't work as earlier - sbillard - 2011-03-28 Well, then you should also notice that that ticket is closed/fixed. I am presuming that this is a different issue. Specially since it seems sometimes to work and sometimes not. It is possible that the cookie is expiring by the nineth click. It might also be some aspect of the "nineth" image. (Or "tenth" when the 9th works.) It is really hard to guess what might be going on, specially since no one else is reporting the problem. If you can find a repeatable test case we may be able to diagnose the issue. But if it is not reliably repeatable I really do not know how to procede. Dynamic albums dont't work as earlier - Jaanus - 2011-03-29 Hi, Dynamic albums dont't work as earlier - sbillard - 2011-03-29 That parmeter is a bit of a balancing act. Too long and it causes some "normal" album selections to look like search results. I think some servers differ in how they handle the timeout. The original value was 1 minute, you have made it one hour. Probably something inbetween would be better. If you wish to experiment, let us know what value you end up with. What album option did you change to get the title to stick? Dynamic albums dont't work as earlier - Jaanus - 2011-03-29 Oh, maybe I wasn't correct. I just changed the ordering of pictures in one of albums. Dynamic albums dont't work as earlier - Jaanus - 2011-03-29 Actually, this time the problem occurred when I used Google Chrome. With IE8 + compatibilty view everything was OK Dynamic albums dont't work as earlier - acrylian - 2011-03-29 The browser stores the cookies itself. Dynamic albums dont't work as earlier - sbillard - 2011-03-29 Google Chrme may be configured to reject cookeis. If so you can enable gallery sessions to overcome the problem. No cookeis are used then, so the downside is that logins last only for the session. |