Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: You don't have permission to access this page cpm143/mambo  (Read 5400 times)

0 Members and 1 Guest are viewing this topic.

hfhs72

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
You don't have permission to access this page cpm143/mambo
« on: January 07, 2006, 05:35:17 pm »

I had the CPM143 and Mambo 4.5.2.3. bridge working fine until I upgraded to the lastest Mambo 4.5.3h version. The bridge was broken and is not recognizing the mambo users. I have tried to run the bridgemgr again with no luck. I get the following message after I run the bridgemgr and try to go into any of the admin functions.

You don't have permission to access this page.

When I log into my mambo account and go to the gallery it does not login. It seems like cpm is not seeing the mos_users.

Test Account info:

http://www.henryfordhighschool.com/hfhs/
http://www.henryfordhighschool.com/copperminegallery/

username: dontest
password: dontest

Thanks for the help

Don
Logged

hfhs72

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: You don't have permission to access this page cpm143/mambo
« Reply #1 on: January 07, 2006, 09:36:35 pm »

Thought I would post the Debug information for anyone that might like to see if they can help me.


Don





USER:
------------------
Array
(
    [ID] => 199ec096178cde0195d45319aec9e0bf
    [am] => 1
    [lang] => english
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 0
    [user_name] => Guest
    [groups] => Array
        (
           
  • => 3

        )

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

==========================
Queries:
------------------
Array
(
   
  • => SELECT extension, mime, content, player FROM cpg_filetypes; (0s)
  • [1] => SELECT * FROM cpg_bridge (0s)
        [2] => delete from `hfhs72_hfhs`.mos_session where (time < 1136658586); (0s)
        [3] => select userid from `hfhs72_hfhs`.mos_session where session_id=md5("9f738902c15c79011183408d2014f56e67.184.11.1"); (0s)
        [4] => select id, password from `hfhs72_hfhs`.mos_users where id=0 (0s)
        [5] => SELECT MAX(group_quota) as disk_max, MIN(group_quota) as disk_min, MAX(can_rate_pictures) as can_rate_pictures, MAX(can_send_ecards) as can_send_ecards, MAX(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, MAX(can_post_comments) as can_post_comments, MAX(can_upload_pictures) as can_upload_pictures, MAX(can_create_albums) as can_create_albums, MAX(has_admin_access) as has_admin_access, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as  priv_upl_need_approval FROM cpg_usergroups WHERE group_id in (3) (0s)
        [6] => SELECT group_name FROM  cpg_usergroups WHERE group_id= 3 (0s)
        [7] => update `hfhs72_hfhs`.mos_session set time="1136665786" where session_id=md5("9f738902c15c79011183408d2014f56e67.184.11.1"); (0s)
        [8] => DELETE FROM cpg_banned WHERE expiry < '2006-01-07 14:29:46' (0s)
        [9] => SELECT * FROM cpg_banned WHERE (ip_addr='67.184.11.1' OR ip_addr='67.184.11.1' OR user_id=0) AND brute_force=0 (0s)
        [10] => SELECT aid FROM cpg_albums WHERE visibility != '0' AND visibility !='10000' AND visibility NOT IN (3) (0s)
        [11] => SELECT aid FROM cpg_albums (0s)
        [12] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = ''  ORDER BY pos (0.001s)
        [13] => SELECT aid FROM cpg_albums as a WHERE category>=10000 (0s)
        [14] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category >= 10000 (0s)
        [15] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '1'  ORDER BY pos (0s)
        [16] => SELECT aid FROM cpg_albums WHERE category = 2 (0s)
        [17] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 2 (0s)
        [18] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='20' (0s)
        [19] => SELECT count(*) FROM cpg_albums as a WHERE category = '2' (0s)
        [20] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg_albums as a LEFT JOIN cpg_pictures as p ON a.thumb=p.pid WHERE category=2 ORDER BY a.pos LIMIT 0,2 (0s)
        [21] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg_albums AS a  LEFT JOIN cpg_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (1, 14)GROUP BY a.aid (0s)
        [22] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '2'  ORDER BY pos (0s)
        [23] => SELECT aid FROM cpg_albums WHERE category = 3 (0s)
        [24] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 3 (0s)
        [25] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '3'  ORDER BY pos (0s)
        [26] => SELECT aid FROM cpg_albums WHERE category = 14 (0s)
        [27] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 14 (0s)
        [28] => SELECT aid FROM cpg_albums WHERE category = 4 (0s)
        [29] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 4 (0s)
        [30] => SELECT aid FROM cpg_albums WHERE category = 5 (0s)
        [31] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 5 (0s)
        [32] => SELECT aid FROM cpg_albums WHERE category = 6 (0s)
        [33] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 6 (0s)
        [34] => SELECT aid FROM cpg_albums WHERE category = 11 (0s)
        [35] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 11 (0s)
        [36] => SELECT aid FROM cpg_albums WHERE category = 8 (0s)
        [37] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 8 (0s)
        [38] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '8'  ORDER BY pos (0s)
        [39] => SELECT aid FROM cpg_albums WHERE category = 12 (0s)
        [40] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 12 (0s)
        [41] => SELECT count(*) FROM cpg_albums as a WHERE category = '12' (0s)
        [42] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg_albums as a LEFT JOIN cpg_pictures as p ON a.thumb=p.pid WHERE category=12 ORDER BY a.pos LIMIT 0,1 (0s)
        [43] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg_albums AS a  LEFT JOIN cpg_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (5)GROUP BY a.aid (0s)
        [44] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='156' (0s)
        [45] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '12'  ORDER BY pos (0s)
        [46] => SELECT aid FROM cpg_albums WHERE category = 13 (0s)
        [47] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 13 (0s)
        [48] => SELECT count(*) FROM cpg_albums as a WHERE category = '13' (0s)
        [49] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg_albums as a LEFT JOIN cpg_pictures as p ON a.thumb=p.pid WHERE category=13 ORDER BY a.pos LIMIT 0,1 (0s)
        [50] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg_albums AS a  LEFT JOIN cpg_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (6)GROUP BY a.aid (0s)
        [51] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='364' (0s)
        [52] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '13'  ORDER BY pos (0s)
        [53] => SELECT aid FROM cpg_albums as a WHERE category = '0' (0s)
        [54] => SELECT count(*) FROM cpg_albums as a WHERE 1 (0s)
        [55] => SELECT count(*) FROM cpg_pictures as p LEFT JOIN cpg_albums as a ON a.aid=p.aid WHERE 1 (0s)
        [56] => SELECT count(*) FROM cpg_comments as c LEFT JOIN cpg_pictures as p ON c.pid=p.pid LEFT JOIN cpg_albums as a ON a.aid=p.aid WHERE 1 (0s)
        [57] => SELECT count(*) FROM cpg_categories WHERE 1 (0s)
        [58] => SELECT sum(hits) FROM cpg_pictures as p LEFT JOIN cpg_albums as a ON p.aid=a.aid WHERE 1 (0s)
        [59] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0s)
        [60] => SELECT count(*) FROM cpg_albums as a WHERE category = '0' (0s)
        [61] => SELECT COUNT(*) from cpg_pictures WHERE approved = 'YES' AND aid IN (1,2,3,4,5,6,7,14,16,19)  (0s)
        [62] => SELECT * FROM cpg_pictures WHERE approved = 'YES' AND aid IN (1,2,3,4,5,6,7,14,16,19)  ORDER BY RAND() LIMIT 8 (0.007s)
        [63] => SELECT COUNT(*) from cpg_pictures WHERE approved = 'YES' AND aid IN (1,2,3,4,5,6,7,14,16,19)  (0s)
        [64] => SELECT * FROM cpg_pictures WHERE approved = 'YES' AND aid IN (1,2,3,4,5,6,7,14,16,19)  ORDER BY pid DESC  LIMIT 0 ,8 (0s)
    )

    ==========================
    GET :
    ------------------
    Array
    (
    )

    ==========================
    POST :
    ------------------
    Array
    (
    )

    ==========================
    Page generated in 0.13 seconds - 65 queries in 0.008 seconds - Album set : ; Meta set: AND aid IN (1,2,3,4,5,6,7,14,16,19) ;


    Notices
    /bridge/mambo.inc.php

        * Warning line 413: Missing argument 1 for cpg_udb::session_extraction()
        * Notice line 150: Undefined index: usercookie

    /include/functions.inc.php

        * Notice line 88: Undefined variable: cpg_show_private_album

    /include/themes.inc.php

        * Notice line 1502: Undefined index: cat_thumb
        * Notice line 1746: Undefined index: inactive_next_tab
        * Notice line 1747: Undefined index: inactive_prev_tab
        * Notice line 1746: Undefined index: inactive_next_tab
        * Notice line 1747: Undefined index: inactive_prev_tab
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: You don't have permission to access this page cpm143/mambo
« Reply #2 on: January 08, 2006, 03:08:25 pm »

When requesting bridge support - mandatory!
Don't post debug_output unless requested.
Logged

hfhs72

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: You don't have permission to access this page cpm143/mambo
« Reply #3 on: January 11, 2006, 07:14:09 pm »

OOOps...Sorry   :-[
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.