![]() |
|
Display images by ... ID cause error - 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: Display images by ... ID cause error (/thread-12172.html) |
Display images by ... ID cause error - normcdn - 2015-03-24 Hi, Display images by ... ID cause error - acrylian - 2015-03-24 Sorry, this is no known problem and I don't encounter this. Please review your error logs. Display images by ... ID cause error - normcdn - 2015-03-25 Hi, Display images by ... ID cause error - acrylian - 2015-03-25 Sorry, if you say "causes error" I expected an error message. I cannot reproduce your issue. All image data saves for me regardless which image display sorting I set. Review all your error logs please. Display images by ... ID cause error - mowgli597 - 2015-03-31 I have seen the same issue when uploading new images - after the images are uploaded to a particular album the "Images" page for that album is displayed. Display images by ... ID cause error - mowgli597 - 2015-03-31 As a follow on to my previous entry, I have notied since updating to 1.4.7 [2f43bf5f78] that if I set "Display images by:" to "Manual", the page updates but then goes back to "Date". Display images by ... ID cause error - acrylian - 2015-03-31 We are mixing two possible issues here which we shouldn't do.
Display images by ... ID cause error - mowgli597 - 2015-04-02 I aplogise for conflating the two issues. I'm glad you've been able to replicate the "Date/Manual" sort problem with the new release. And regarding the problem of "fresh images" I've been able to find the cause while fully investigating it on my installation. It turns out to be an invalid parameter being passed to the element getGalleryIndexURL() in my theme file gallery.php. The theme was based on the standard Zenpage theme which, in its early incarnations, had the parameter (form) included in getGalleryIndexURL(). This was propagated in my theme all the way through various releases and is what has obviously been causing the problem for me with fresh images. Now that I've removed the parameter the problem has been resolved. But I'm a little confused when I look in the Element index functions documentation because it shows getGalleryIndexURL() twice: once as a valid function followed by another entry saying it's deprecated. Or am I reading the documentation incorrectly? Anyway thank you for the help! Display images by ... ID cause error - acrylian - 2015-04-02 We could also reproduce the issue with the fresh images not saving data entered. So probably not a theme issue. Might take a while as we are entering Easter holidays over here. 'getGalleryIndexURL()` itself is not deprecated but its former paramter is. Display images by ... ID cause error - mowgli597 - 2015-06-02 Just to note that release 1.4.8 has rectified both the above issues reported by me: i.e. Date/Manual sort and the problem of fresh images not storing the data entered. Display images by ... ID cause error - acrylian - 2015-06-02 Thanks for confirming |