ZenphotoCMS Forum
Zenphoto 1.2.9 is released - 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: Zenphoto 1.2.9 is released (/thread-6679.html)



Zenphoto 1.2.9 is released - sbillard - 2010-03-01

We are pleased to announce that a new release of Zenphoto, version 1.2.9, is now available for download. As ususal the release may be downloaded from the Zenphoto WEB site

The release announcement may be viewed here: http://www.zenphoto.org/2010/03/zenphoto-1-2-9/




Zenphoto 1.2.9 is released - sbillard - 2010-03-01

There is a problem with installing release 1.2.9 on servers whose PHP does not contain gettext() (language translation) support. The solution is to move the lines:

Quote:if(!function_exists("gettext")) {
require_once(dirname(FILE).'/lib-gettext/gettext.inc');
$noxlate = -1;
} else {
$noxlate = 1;
}
up to the front of the setup.php script--just before the define('OFFSET_PATH', 2); line.