CPG 1.2/Invision Board CPG 1.2/Invision Board
 

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

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