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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: Fatal error Exif.php

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

Previous topic - Next topic

0 Members and 2 Guests 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