[Solved]: Fatal error Exif.php [Solved]: Fatal error Exif.php
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: Fatal error Exif.php

Started by RobLarsen, April 12, 2008, 02:34:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

RobLarsen

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

RobLarsen

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