coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: zigzaggy on January 29, 2006, 07:43:38 PM

Title: Fatal Error
Post by: zigzaggy on January 29, 2006, 07:43:38 PM
Hi  :)
I'm trying to bridge SMF 105 with the latest Coppermine 1.4.3 I also have Joomla 1.07 installed and it is currently brideged with SMF and uses the SMF login. All the installations are on separate databases with the same db user for all.
When I run the bridge manager in Coppermine it gets to the end and when I click "enable" I get:

QuoteThere was an error while processing a database query

If I go to the recovery page it just says the same thing. And all other pages say: " Fatal error : " without any more info on the error  ??? I've tried reinstalling Coppermine a few times but still get the same error trying to bridge it.

I've run it again with debug on and it says:

QuotePage generated in 0.123 seconds - 25 queries in 0.007 seconds - Album set : ; Meta set: ;
While executing query "SELECT group_id, group_name FROM cpg143_usergroups WHERE 1" on 0
mySQL error: Table 'catchthe_smf.cpg143_usergroups' doesn't exist
Title: Re: Fatal Error
Post by: Nibbler on January 29, 2006, 08:04:08 PM
See if this helps : http://forum.coppermine-gallery.net/index.php?topic=24842.msg114300#msg114300
Title: Re: Fatal Error
Post by: zigzaggy on January 29, 2006, 08:19:11 PM
Hi Thanks  :)
I made the changes to the smf10.inc.php and it appears to be working now but (it's still on debug) it show this error message in the gallery debug:
QuoteDatabase Error: Table 'catchthe_galleries.smf_sessions' doesn't exist
File: /home/catchthe/public_html/forums/Sources/Load.php
Line: 1193
Warning: Unknown: A session is active. You cannot change the session module's ini settings at this time. in Unknown on line 0
Title: Re: Fatal Error
Post by: Nibbler on January 29, 2006, 08:21:41 PM
Try disabling database sessions in SMF.
Title: Re: Fatal Error
Post by: zigzaggy on January 29, 2006, 09:01:07 PM
That fixed it  ;D Many thanks! Will disabling database sessions in SMF affect performance much?