Bridging with Xoops2 failed can't get back into Coppermine Bridging with Xoops2 failed can't get back into Coppermine
 

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

Bridging with Xoops2 failed can't get back into Coppermine

Started by jrobeaux, December 30, 2005, 01:07:09 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jrobeaux

I used the bridging wizard to bridge between Xoops2 and Coppermine.  I cannot get back into Coppermine now.  Tried the recover, but get the same error.


Fatal error: Class 'cpg_udb' not found in C:\Program Files\Apache Group\Apache2\htdocs\coppermine\bridge\xoops.inc.php on line 216

Thanks in advance!

Johnny

Nibbler

bridge/xoops.inc.php

Change


$cpg_udb = new cpg_udb;


to


$cpg_udb = new xoops_udb;