Here is the journal from the current (new) installation:
[b]Setup.log[/b]
`
Script d’installation de Zenphoto v1.4.3-DEV[9995] : Wed, 02 May 2012 08:23:27 -0700
alerteLa version 5.0.5 ou plus récente est requise. Il est même fortement recommandé d’utiliser la version5.3 ou plus récente. Utiliser les versions antérieures est à vos risques et périls.
...
`
[b]Debug.log[/b]
`
Backtrace: STRICT NOTICE: date() [function.date]:
It is not safe to rely on the system's timezone settings.
Please use the date.timezone setting, the TZ environment variable
or the date_default_timezone_set() function.
In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier.
We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in
/home/XXX/public_html/photos/zp-core/setup.php on line 326
date called
from setup.php [326]
{Wed, 02 May 2012 16:10:43 GMT}
Backtrace: AVIS : Undefined index: text dans /home/XXX/public_html/photos/zp-core/admin-functions.php à la ligne 83
printAdminHeader called
from require_once (backup_restore.php [131])
from cron_runner.php [33]
Backtrace: AVIS : Undefined index: text dans /home/XXX/public_html/photos/zp-core/admin-functions.php à la ligne 271
printTabs called
from require_once (backup_restore.php [443])
from cron_runner.php [33]
Backtrace: AVIS : Undefined index: link dans /home/XXX/public_html/photos/zp-core/admin-functions.php à la ligne 289
printTabs called
from require_once (backup_restore.php [443])
from cron_runner.php [33]
Backtrace: AVIS : Undefined index: text dans /home/XXX/public_html/photos/zp-core/admin-functions.php à la ligne 289
printTabs called
from require_once (backup_restore.php [443])
from cron_runner.php [33]
{Wed, 02 May 2012 16:44:32 GMT}
Backtrace: AVIS : Undefined index: text dans /home/XXX/public_html/photos/zp-core/admin-functions.php à la ligne 83
printAdminHeader called
from require_once (backup_restore.php [131])
from cron_runner.php [33]
Backtrace: AVIS : Undefined index: text dans /home/XXX/public_html/photos/zp-core/admin-functions.php à la ligne 271
printTabs called
from require_once (backup_restore.php [443])
from cron_runner.php [33]
Backtrace: AVIS : Undefined index: link dans /home/XXX/public_html/photos/zp-core/admin-functions.php à la ligne 289
printTabs called
from require_once (backup_restore.php [443])
from cron_runner.php [33]
Backtrace: AVIS : Undefined index: text dans /home/XXX/public_html/photos/zp-core/admin-functions.php à la ligne 289
printTabs called
from require_once (backup_restore.php [443])
from cron_runner.php [33]
`
Just to make sure, I did yet another totally new setup. Once I decompress the Zenphoto archive, the `zp-data folder is empty.
Once I start running the script and get my empty page, I have the following files and content :
[b]zenphoto.cfg[/b]: as said above
[b]debug.log[/b]:
`
Backtrace: STRICT NOTICE: date() [function.date]:
It is not safe to rely on the system's timezone settings.
Please use the date.timezone setting, the TZ environment variable
or the date_default_timezone_set() function.
In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/XXX/public_html/zenphoto/zp-core/setup.php on line 326
date called
from setup.php [326]
`
[b].htaccess[/b]:
`
# block WEB access to Zenphoto data files
IndexIgnore *
<FilesMatch "\.(htaccess|cfg|log)$">
Order Allow,Deny
Deny from all
</FilesMatch>
`
From the previous 1.4.3 Dev installation that I did, I also remember that Timezone was set as Undefined, whereas a previous 1.4.2 installation gave me Timezone = America/Los Angeles.
I am located in Montréal, but my server is in LA. So this seems to be the problem.
In case it matters, I have: Appache 2.2.21 on Unix; PHP 5.2.17; MySQL 5.1.56. This 1.4.3 Dev installation was done using a Windows 7 (64bit French) system. I can't say whether the 1.4.2 installations were all done with that system or with Windows XP (32bits French) – probably both were used at different points.
*******************
Once I edit the configuration file as said in the first message, installation proceeds and the debug.log file is re-initialized.