Error after integration with IPB Error after integration with IPB
 

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

Error after integration with IPB

Started by dbaryl, June 15, 2004, 10:23:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dbaryl

I finally got Coppermine integrated with IPB just now :)

I get the following error when I click on the "Groups" button in the admin panel of Coppermine:
QuoteNotice: Constant already defined in /home/lttwchur/public_html/gallery/bridge/invisionboard.inc.php on line 51

Notice: Constant already defined in /home/lttwchur/public_html/gallery/bridge/invisionboard.inc.php on line 52

Notice: Constant already defined in /home/lttwchur/public_html/gallery/bridge/invisionboard.inc.php on line 53

Casper

Do these notices show all the time, or just when in debug mode?
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

dbaryl

no, i'm not in debug mode. It shows up when I log in as the admin, as well as a regular user.

Filigree

The lines in question are
Quote// ------------------------------------------------------------------------- //
// Nothing to edit below this line
// ------------------------------------------------------------------------- //

Did you undefine them? ie: take out the //

Or, are you still using 1.3dev or 1.2 bridge files?

dbaryl

I think I forgot to take out the space right after the two forward slashes... either way, everything's fixed.

Thanks guys :)

BTW, that was a brand new installation (1.3), just trying it out for a first time. I intend to integrate it with the IPB 1.3 as well. What do you guys suggest - should I find/make a theme for it that matches the current theme of the forums, or try to integrate it like one of the hacks I've seen on here?