coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: scooby1350 on February 14, 2006, 07:06:59 PM

Title: I have the following issue when trying to bridge coppermine and SMF
Post by: scooby1350 on February 14, 2006, 07:06:59 PM
I have the following issue when trying to bridge coppermine and SMF:
Critical error: There was an error while processing a database query

Coppermine install: http://test.gdiracing.com/coppermine
Forum install: http://test.gdiracing.com/simplemachines/
Coppermine version: cpg1.4.3
Forum version: SMF 1.0.6
Test user account: test / test1234

BridgeManager settings:
Forum URL:  http://test.gdiracing.com/simplemachines
Relative path to your BBS's config file:  ../simplemachines/
Use post-based groups?:  0 

These both are fresh installs. Every time I click enable that is the error message I get. Any help would be great.
Title: Re: I have the following issue when trying to bridge coppermine and SMF
Post by: Nibbler on February 14, 2006, 07:12:14 PM
Enable debug mode first and post the mysql error message that you get (not the entire debug output).
Title: Re: I have the following issue when trying to bridge coppermine and SMF
Post by: scooby1350 on February 14, 2006, 07:54:05 PM
While executing query "SELECT group_id, group_name FROM cpg143_usergroups WHERE 1" on 0

mySQL error: Table 'testbb.cpg143_usergroups' doesn't exist

Hope this is it.
Title: Re: I have the following issue when trying to bridge coppermine and SMF
Post by: Nibbler on February 14, 2006, 07:56:07 PM
There's a workaround already posted for that, check previous threads on the subject.
Title: Re: I have the following issue when trying to bridge coppermine and SMF
Post by: scooby1350 on February 14, 2006, 08:19:59 PM
Sorry I tried to find the thread with the work around, but all I could find is the bridge problems with phpbb and not with SMF. Could you post the link Please. Thanks.
Title: Re: I have the following issue when trying to bridge coppermine and SMF
Post by: Nibbler on February 14, 2006, 08:51:51 PM
http://forum.coppermine-gallery.net/index.php?topic=24842.0
http://forum.coppermine-gallery.net/index.php?topic=27126.0
Title: Re: I have the following issue when trying to bridge coppermine and SMF
Post by: scooby1350 on February 15, 2006, 01:42:32 AM
Ok great it is working great, but is there a way that when you login through coppermine to have it take you back to coppermine instead of the message board. I install the bridge with phpbb and after login it takes you back to the photo page or is this a setting in the message board software?
Title: Re: I have the following issue when trying to bridge coppermine and SMF
Post by: Nibbler on February 15, 2006, 01:50:36 AM
Did you try disabling database sessions in SMF ?
Title: Re: I have the following issue when trying to bridge coppermine and SMF
Post by: scooby1350 on February 15, 2006, 03:28:12 AM
That fixed that now I get this when ever I try to update anything in the groups: Fatal error: session_start(): Failed to initialize storage module. in /home/adubey/public_html/test/simplemachines/Sources/Load.php on line 1135
Title: Re: I have the following issue when trying to bridge coppermine and SMF
Post by: Nibbler on February 15, 2006, 03:35:56 AM
Then you'll need to either fix that (ie. google for your error message) or revert to db sessions and work around the redirection issue.