Possible Bug XMB Bridge Possible Bug XMB Bridge
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Possible Bug XMB Bridge

Started by ne4x4, July 05, 2005, 04:33:55 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ne4x4

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

ne4x4

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
        (
           
  • => 2
            )

        [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
            (
               
  • => 1
            )

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


Nibbler

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 ?

ne4x4


ne4x4

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