ZenphotoCMS Forum
Errors ? in admin publish content - 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: Errors ? in admin publish content (/thread-4356.html)



Errors ? in admin publish content - fretzl - 2008-12-30

Zenphoto version 1.2.2 [3187] - default theme.

When I go to [i]admin -> overview -> Publish content[/i]
there's a possibility to [i]Review images older than:[/i]
with the current date and time.

Two things:
-- the date format: I can't get it set to a European date format(day-month-year)
-- it says that there are no images older than the current date, while in fact
all images are.

Any ideas ?




Errors ? in admin publish content - sbillard - 2008-12-30

Looks like the PHP support for date conversion works only with US style dates. That will affect all date input in Zenphoto.

If you use a US date does it show you the images older than the date? The date used is the 'mtime' value of the image which normally will be when it was uploaded.

EDIT: Having looked, The zenphoto dates are all using the ISO standard format which works just fine in PHP.

Also, a bug seems to have crept into the schedule content which will be corrected in tonight's build.




Errors ? in admin publish content - fretzl - 2008-12-30

I've tried a number of date formats. Wichever I choose still returns the US date in the date-field and no images.




Errors ? in admin publish content - sbillard - 2008-12-30

See edit above. For me, at least, it is returning the ISO date format.