CPG 1.2/Invision Board CPG 1.2/Invision Board
 

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

CPG 1.2/Invision Board

Started by JokerGator, May 26, 2004, 05:54:43 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JokerGator

I read how to do on site, I install three time and  still get error.. look at below copy/paste..


  Notice: Constant IN_COPPERMINE already defined in /home/deafbee/public_html/main/Gallery/index.php on line 18

Notice: Constant INDEX_PHP already defined in /home/deafbee/public_html/main/Gallery/index.php on line 19

Notice: Constant COPPERMINE_VERSION already defined in /home/deafbee/public_html/main/Gallery/include/init.inc.php on line 17

Fatal error: Cannot redeclare getmicrotime() (previously declared in /home/deafbee/public_html/main/Gallery/include/init.inc.php:38) in /home/deafbee/public_html/main/Gallery/include/init.inc.php on line 36

   




xarumanx

looks like you're trying to include the same file two times ...

<?php echo signature(); ?>

Joachim Müller

xarumanx  is right, you're obviously trying to include coppermine into some other page. This is not the way coppermine works, you simply can't do that. For details, post a link...

GauGau