coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upgrading => Topic started by: RobLarsen on April 12, 2008, 02:34:11 PM

Title: [Solved]: Fatal error Exif.php
Post by: RobLarsen on April 12, 2008, 02:34:11 PM
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
Title: Re: Fatal error Exif.php
Post by: RobLarsen on April 13, 2008, 09:54:36 AM
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