Cannot redeclare cpggetuserdata() (previously declared Cannot redeclare cpggetuserdata() (previously declared
 

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

Cannot redeclare cpggetuserdata() (previously declared

Started by stobbie, December 12, 2004, 06:31:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

stobbie

Hi,

When I try to change the permissions for an album I get the following error:

Fatal error: Cannot redeclare cpggetuserdata() (previously declared in c:\phpdev\www\kbt\include\init.inc.php:44) in c:\phpdev\www\kbt\include\init.inc.php on line 44

I'm using coppermine integrated in Oscommerce, and I don't know too much about php so any help would be appreciated!

kegobeer

init.inc.php should only be included once during page generation.  It looks like two of your files are including init.inc.php.  You need to find where the second include is happening.  Probably related to your oscommerce integration.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots