forum.coppermine-gallery.net

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
        (
           
        )

    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 3
    [ufc_min] => 3
    [custom_user_upload] => 0
    [num_file_upload] => 5
    [num_URI_upload] => 3
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 1
    [has_admin_access] => 1
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [upload_form_config] => 3
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
)

==========================
Queries:
------------------
Array
(
    [use_post_based_groups] => 0
    [hide_unused_fields] => 1
    [submit] => next»
    [step] => finalize
)

==========================
VERSION INFO :
------------------
PHP version: 4.4.1 - OK
------------------
mySQL version: 4.0.23-Max-log
------------------
Coppermine version: 1.4.12 modpack v2(stable)
==========================
Module: GD
------------------
GD Version: bundled (2.0.28 compatible)
FreeType Support: 1
FreeType Linkage: with freetype
T1Lib Support: 1
GIF Read Support: 1
GIF Create Support: 1
JPG Support: 1
PNG Support: 1
WBMP Support: 1
XBM Support: 1
JIS-mapped Japanese Font Support:

==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 3.23.58
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient 
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.2.3
Linked Version 1.1.4
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | Off | Off
safe_mode_exec_dir | no value | no value
safe_mode_gid | On | On
safe_mode_include_dir | no value | no value
safe_mode_exec_dir | no value | no value
sql.safe_mode | Off | Off
disable_functions | exec,system,passthru,shell_exec,popen,escapeshellcmd,proc_open,proc_nice,ini_restore | exec,system,passthru,shell_exec,popen,escapeshellcmd,proc_open,proc_nice,ini_restore
file_uploads | On | On
include_path | .:/usr/share/php:.. | .:/usr/share/php:..
open_basedir | /www/htdocs/w005850c/:/tmp:/usr/bin:/www/htdocs/w005850c:/bin:/usr/local/bin:/usr/share/php | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | me@localhost | me@localhost
sendmail_path | /usr/sbin/sendmail.sh -t -i -f wwwrun@o8154711.de -F wwwrun@o8154711.de | /usr/sbin/sendmail -t -i
SMTP | localhost | localhost
smtp_port | 25 | 25
==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 30 | 30
max_input_time | -1 | -1
upload_max_filesize | 250M | 250M
post_max_size | 200M | 200M
==========================
Page generated in 0.142 seconds - 32 queries in 0.006 seconds - Album set : ; Meta set: ;
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

Code: [Select]
// insert the guest session
        cpg_db_query($sql);

to this

Code: [Select]
// insert the guest session
        cpg_db_query($sql, $this->link_id);

in the mambo bridge file.