Hi ..
I upgrade to 1.4.17.
With version check the only problem seems to be the anycontent.php no updated .. but no problem no?
the question is :
Fatal error: Cannot redeclare intel2moto() (previously declared in /web/htdocs/www.robertolamberti.it/home/coppermine/include/exif.php:161) in /web/htdocs/www.robertolamberti.it/home/coppermine/include/exif.php on line 161
with exif diplay "yes" I got this fatal error..
if I put them "no" no problem ...
any ideas?
and thanks for your help
So ...
i correct the problem by myself...
it was a plug-in : EXIF_UserComment
I remember that i had installed
it requires to modify
4. Edit the file <coppermine_root>/include/exif_php.inc.php and change the line
require("include/exif.php");
to
require_once("include/exif.php");
So if anyone has this problem remeber to edit the exif_php.inc.php to require_once ...
see ya