coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: 08154711 on July 20, 2007, 10:39:23 AM

Title: Bridging cpg 4.1.12 w/ Mamboserver 4.6.2 = Fatal Error
Post by: 08154711 on July 20, 2007, 10:39:23 AM
I have the following issue when trying to bridge coppermine 1.4.12 and MAMBOserver 4.6.2:
[FATAL ERROR .....after "successfull" bridging]

I kept the BRIDGING for the moment.. so let me know if I should unbridge for testing !!

Thank's and best regards,

Oliver

##########################################################
Coppermine install: http://08154711.de/cpg
Forum install: http://08154711.de/mambo
Coppermine version: cpg1.4.12
Forum version: MAMBOserver 4.6.2.
Coppermine Test user account: cpg / test
Mambo Test user account: mambo / test


BridgeManager settings:
Forum URL:  http://08154711.de/mambo
Relative path to your BBS's config file:  ../mambo/
Use post-based groups?:  0
Cookie name/preifx (if applicable)

########################
DEBUG Mode Message when accessing o8154711.de/cpg :
While executing query "insert into `d0058d1b`.mos_session (session_id, username, guest, time, gid) values ("5767e94ae65ab7d9396e35ad0ee833dc", "", 1, "1184918819",0)" on 0

mySQL error:
#######################################################
USER:
------------------
Array
(
    [ID] => 26dc76cff232e5a1278ac8a7eea86a4f
    [am] => 1
    [lang] => english
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => 08154711
    [groups] => Array
        (
           
Title: Re: Bridging cpg 4.1.12 w/ Mamboserver 4.6.2 = Fatal Error
Post by: 08154711 on July 20, 2007, 10:42:18 AM
Sorry guys,

the leading letter of the urls is (o) not ZERO !!  = o8154711.de/

Sorry for confusions

Oliver
Title: Re: Bridging cpg 4.1.12 w/ Mamboserver 4.6.2 = Fatal Error
Post by: 08154711 on July 22, 2007, 01:41:57 PM
Hi There,

anyone a solution for this issue ??... my second message(reply) was only for clarification that  the leading letter in the URLs stated was the letter (o)  not number (Zero)...
Problem remains the same....

Thank's for looking into this

Oliver
Title: Re: Bridging cpg 4.1.12 w/ Mamboserver 4.6.2 = Fatal Error
Post by: Nibbler on July 22, 2007, 09:30:03 PM
Try changing


// insert the guest session
        cpg_db_query($sql);


to this


// insert the guest session
        cpg_db_query($sql, $this->link_id);


in the mambo bridge file.