forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: ne4x4 on July 05, 2005, 04:33:55 pm

Title: Possible Bug XMB Bridge
Post by: ne4x4 on July 05, 2005, 04:33:55 pm
Using CPG141 Beta, and XMB 1.9  used bridge manager to create the bridge all worked OK.  All users can access Coppermine when logged in. However no-one has any admin rights in coppermine and the only way I can get them is to turn off the bridge
Title: Re: Possible Bug XMB Bridge
Post by: ne4x4 on July 06, 2005, 01:05:24 pm
I have attached the user data from cpg141 from both the bridged and unbridged versions, and it looks like all forum users end up as registered users in cpg regardelss of their status in the forum as I used my own login and I am the forum Super Admin

bridged version

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => Ian
    [groups] => Array
        (
           
        )

    [disk_max] => 1024
    [disk_min] => 1024
    [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] => 0
    [pub_upl_need_approval] => 1
    [priv_upl_need_approval] => 0
    [group_name] => Registered
    [upload_form_config] => 3
    [group_quota] => 1024
    [can_see_all_albums] => 0
    [group_id] => 2
)

unbridged version

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => imcco
    [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
)

Title: Re: Possible Bug XMB Bridge
Post by: Nibbler on July 09, 2005, 02:21:47 pm
Unable to replicate this, admin access working fine with fresh install of xmb 1.9.1

Can you check that bridge mnager is enabled in the bridge file and you made the path change as directed in the bridge file ?

If it still fails, can you PM me FTP access to your setup ?
Title: Re: Possible Bug XMB Bridge
Post by: ne4x4 on July 09, 2005, 03:02:26 pm
Hi nibbler will do thanks
Title: Re: Possible Bug XMB Bridge
Post by: ne4x4 on July 11, 2005, 09:06:20 pm
Hi nibbler

Can we mark this post as invalid, been doing some more checking and it was the ranks table on the xmb forum which was causing the problem and not cpg1.4.1

I had created some custom user ranks and re-created forum admins with new ids and it was this that was causing the problem

thanks for your help though