Hello,
I have checked all my parameters in the admin pages but i have not found anything wrong.
Sort don't work or i miss an option somewhere. You can check for test at:
http://www.ventetvagues.com/maitres-du-vent/Thierry_Le_Floch.alb
Photo order is 2010-03-20, 2012-04-09, 2012-06-10, 2012-06-16, 2011-06-18, 2010-07-14, 2012-08-04, 2012-08-05, 2011-08-07, 2011-09-10
Sort function don't use year ? It's really strange a sort function with only month and day...
You can check the problem in any sub-albums of 'Maitres du vent'. Date and time are written under photo.
Also test to force date sort in a sub-album but that don't change anything.
I made a test with the standard theme. Always the same problem.
Does someone have a solution ?
Thanks in advance.
Bernard.
Sorry, I cannot reproduce this on my installation. I modified the default theme to print the date/time under the thumbnails and set both ascending and descending date sorts for the album images. Both worked as expected.
My only thought is that maybe there is a search caching involved. Set the cache expiry to 0 on the search options tab and see if that makes any difference.
Thank you for your reply.
I set the search cache expiry to 0.
I have purge browser cache, history and other temporary items.
With Ftp i have delete the entire sub-folders ./cache/maitres_du_vent.
To complete the clean process in the ZenPhoto admin i have launch the process for updating and cleaning the database.
In the admin section of a dynamic album i have purge the cache image of the album.
The problem is always here. :-(
I made the test with the last version of Firefox and Safari.
I really don't understand. I always update to the last version of ZenPhoto.
I not found any wrong date in the database.
Can the problem come from the database type (utf-8, latin) ?
I made an export of my db. You can download it here if you want:
http://www.ventetvagues.com/ventetvagues.sql.zip
Thank you again for your help.
Hello Chief,
Yes, i made test with the default theme.
My theme is also build from default.
I don't use any 3rd party extensions.
If that can help, database table are MyISAM - utf8_unicode_ci
The last line of PhpMyAdmin give me 16 tables MyISAM - latin1_swedish_ci
I confirm that is only a problem with the search option.
I made a copy of some photos from different years to a same folder. Take a look at the link below to see them in the right order:
http://www.ventetvagues.com/sessions/2005-05-05/
Now make a search with the word zen. You should have the same pictures but in the wrong order.
If that can help, here my search.php:
`
" title=" ">
" title=" ">
">
`
I made the change in my search.php. Replace this 2 lines:
$total = getNumImages() + getNumAlbums();
if (($total = getNumImages() + getNumAlbums()) > 0)
With this one:
$total = getNumImages();
if (($total = getNumImages()) > 0)
After that for better test i made a purge of the browser cache.
But that don't change anything. Always bad sort with search... :-(
I think this will take some effort to find and fix. I suggest you create a bugtracker ticket so we can take it off line. In the meantime I will think about how we can debug the issue. Probably it will involve you trying out various debug versions of the search script.
Hi
what release of zenphoto arête yougoslave using ?
Do you cave the problem with standard albums too?
As far I remember there was a sort issue on solder release if you choose a specific représentant thumbnail
vincent3569 thank you for your suggest but it's only a search sort by date bug.
Of course sbillard, i accept to make all the necessary test to solve that bug.
I have open a ticket for this bug: Ticket #2224
Thank you for all.
ok I understand
but there was a similar issue in the past on standard albums :
see here :
of course, I don't know if it's a linked issue, but maybe you should tell us what is your thumbnail configuration on your dynamic album.