Hello,
Using version 1.4.1.6 [8326] when i access to the gallery statistics i have the following messages :
Warning: Invalid argument supplied for foreach() in /home/users3/b/aaaaaaa/www/bbbbbbb/zp-core/utilities/gallery_statistics.php on line 45
Taille du cache HTML : 474,27 kB
Warning: Invalid argument supplied for foreach() in /home/users3/b/aaaaaaa/www/bbbbbbb/zp-core/utilities/gallery_statistics.php on line 45
Taille du dossier chargé : 0 octet
Taille des scripts Zenphoto : 22,77 mB
Thanks in advance.
Thanks a lot Stephen,
Yes, register_globals is disabled, it is a prerequisite during the installation.
But after your modification i have now Fatal error: Maximum execution time of 40 seconds exceeded in /home/users3/b/baudelet/www/lecarnet/zp-core/functions.php on line 1631
And i have a good server
glob is different from register_globals. It is a function to return a file list from a directory folder. Some sites think that it is a potential secruity threat since it could be used to look into directories global to the install. Most just disable looking global, but some sites disable the function entirely. We have simply replaced use with our own function which is "safe". That one place somehow got missed.