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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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