Advanced search  

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

Pages: [1]   Go Down

Author Topic: Disable Brigde without login ?  (Read 5599 times)

0 Members and 1 Guest are viewing this topic.

wolf4u

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Disable Brigde without login ?
« on: August 20, 2006, 04:07:48 pm »

Hello
After Bridging i cannot Login into my Admin, i have an error.How and in wich file can i disable the bridging ?

Please help.

Regards
Wolf
Logged

wolf4u

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Disable Brigde without login ?
« Reply #2 on: August 20, 2006, 04:19:04 pm »

I got this error if i want to login into my cpg:
-------------------------
fatal error: %v%v() [function.require]: Failed opening required 'bridge/mambo.inc.php' (include_path='.:') in ../galerie/include/init.inc.php on line 234
----------------------
so i cannot use this hint above.

Wolf
Logged

Nibbler

  • Guest
Re: Disable Brigde without login ?
« Reply #3 on: August 20, 2006, 04:38:08 pm »

You don't need to login, just go to bridgemgr.php
Logged

wolf4u

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Disable Brigde without login ?
« Reply #4 on: August 20, 2006, 09:37:59 pm »

Ok that works, but now if i go to the Galerie i get a white side with the text"Fatal error :"
I can do nothing....

Wolf
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Disable Brigde without login ?
« Reply #5 on: August 20, 2006, 09:41:06 pm »

Logged

wolf4u

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Disable Brigde without login ?
« Reply #6 on: August 20, 2006, 09:48:51 pm »

Cool, very fast here :)

Thats the log:
--------------
While executing query "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 cpg132_usergroups WHERE group_id in (1)" on 0

mySQL error:

--------------------
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Disable Brigde without login ?
« Reply #7 on: August 20, 2006, 10:04:28 pm »

Nothing else? Please post a link to your coppermine-driven gallery.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Disable Brigde without login ?
« Reply #8 on: August 20, 2006, 10:16:08 pm »

Nothing else? Please post a link to your coppermine-driven gallery.
You're suppossed to post a link to your gallery. I haven't asked to be sent a PM with the link. Read board rules and my signature and respect my wish for privacy in the future! >:(

Your page is outdated, you're running cpg1.4.4, while the most recent version is cpg1.4.8. There's a reason why we release new versions: they fix bugs from older versions. We're reluctant to look into issue that have long been fixed already.
Upgrade!
Logged

wolf4u

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Disable Brigde without login ?
« Reply #9 on: August 20, 2006, 10:57:23 pm »

I update to 1.4.8, now its run as standalone verion, but in the Debuglog is this text:
---------------------------------------------------------------------

==========================
Queries:
------------------
Array
(
   
  • => SELECT extension, mime, content, player FROM cpg132_filetypes; (0s)
  • [1] => delete from `********`.cpg132_sessions where time<1156104399 and remember=0; (0s)
        [2] => delete from `*********`.cpg132_sessions where time<1154898399; (0s)
        [3] => select user_id from `********`.cpg132_sessions where session_id=md5("7a577680e2c4e5cfcb6c2a94142a89a125324b20e0891dfb3276bc17f4cb42e0"); (0.001s)
        [4] => select user_id as id, user_password as password from `usr_web67_5`.cpg132_users where user_id=1 (0.001s)
        [5] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `************`.cpg132_users AS u INNER JOIN `usr_web67_5`.cpg132_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0.001s)
        [6] => SELECT user_group_list FROM `usr_web67_5`.cpg132_users AS u WHERE user_id='1' and user_group_list <> ''; (0.001s)
        [7] => 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 cpg132_usergroups WHERE group_id in (1) (0.001s)
        [8] => SELECT group_name FROM  cpg132_usergroups WHERE group_id= 1 (0.001s)
        [9] => update `*****`.cpg132_sessions set time='1156107999' where session_id=md5('7a577680e2c4e5cfcb6c2a94142a89a125324b20e0891dfb3276bc17f4cb42e0'); (0.001s)
        [10] => SELECT user_favpics FROM cpg132_favpics WHERE user_id = 1 (0s)
        [11] => DELETE FROM cpg132_banned WHERE expiry < '2006-08-20 21:06:40' (0s)
        [12] => SELECT * FROM cpg132_banned WHERE (ip_addr='84.131.142.200' OR ip_addr='84.131.142.200' OR user_id=1) AND brute_force=0 (0s)
        [13] => SELECT cid, name, description, thumb FROM cpg132_categories WHERE parent = ''  ORDER BY pos (0s)
        [14] => SELECT aid FROM cpg132_albums WHERE category = 7 (0s)
        [15] => SELECT count(*) FROM cpg132_pictures as p, cpg132_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 7 (0s)
        [16] => SELECT count(*) FROM cpg132_albums as a WHERE category = '7' (0s)
        [17] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg132_albums as a LEFT JOIN cpg132_pictures as p ON a.thumb=p.pid WHERE category=7 ORDER BY a.pos LIMIT 0,7 (0s)
        [18] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg132_albums AS a  LEFT JOIN cpg132_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (19, 5, 17, 13, 22, 23, 25)GROUP BY a.aid (0s)
        [19] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2394' (0s)
        [20] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2427' (0s)
        [21] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2153' (0s)
        [22] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2200' (0s)
        [23] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2426' (0s)
        [24] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2417' (0s)
        [25] => SELECT cid, name, description, thumb FROM cpg132_categories WHERE parent = '7'  ORDER BY pos (0s)
        [26] => SELECT aid FROM cpg132_albums WHERE category = 9 (0s)
        [27] => SELECT count(*) FROM cpg132_pictures as p, cpg132_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 9 (0s)
        [28] => SELECT count(*) FROM cpg132_albums as a WHERE category = '9' (0s)
        [29] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg132_albums as a LEFT JOIN cpg132_pictures as p ON a.thumb=p.pid WHERE category=9 ORDER BY a.pos LIMIT 0,10 (0s)
        [30] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg132_albums AS a  LEFT JOIN cpg132_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (15, 8, 28, 43, 20, 50, 52, 57, 58, 59)GROUP BY a.aid (0s)
        [31] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2414' (0s)
        [32] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2415' (0s)
        [33] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2145' (0s)
        [34] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='1735' (0s)
        [35] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='1778' (0s)
        [36] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2045' (0s)
        [37] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2236' (0s)
        [38] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2318' (0s)
        [39] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2391' (0s)
        [40] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2348' (0s)
        [41] => SELECT cid, name, description, thumb FROM cpg132_categories WHERE parent = '9'  ORDER BY pos (0s)
        [42] => SELECT aid FROM cpg132_albums WHERE category = 14 (0s)
        [43] => SELECT count(*) FROM cpg132_pictures as p, cpg132_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 14 (0s)
        [44] => SELECT aid FROM cpg132_albums WHERE category = 13 (0s)
        [45] => SELECT count(*) FROM cpg132_pictures as p, cpg132_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 13 (0s)
        [46] => SELECT count(*) FROM cpg132_albums as a WHERE category = '13' (0s)
        [47] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg132_albums as a LEFT JOIN cpg132_pictures as p ON a.thumb=p.pid WHERE category=13 ORDER BY a.pos LIMIT 0,5 (0s)
        [48] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg132_albums AS a  LEFT JOIN cpg132_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (34, 36, 41, 45, 46)GROUP BY a.aid (0s)
        [49] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='605' (0s)
        [50] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='1156' (0s)
        [51] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='1537' (0s)
        [52] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='1937' (0s)
        [53] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='1942' (0s)
        [54] => SELECT cid, name, description, thumb FROM cpg132_categories WHERE parent = '13'  ORDER BY pos (0s)
        [55] => SELECT aid FROM cpg132_albums WHERE category = 10 (0s)
        [56] => SELECT count(*) FROM cpg132_pictures as p, cpg132_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 10 (0s)
        [57] => SELECT count(*) FROM cpg132_albums as a WHERE category = '10' (0s)
        [58] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg132_albums as a LEFT JOIN cpg132_pictures as p ON a.thumb=p.pid WHERE category=10 ORDER BY a.pos LIMIT 0,4 (0s)
        [59] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg132_albums AS a  LEFT JOIN cpg132_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (29, 14, 16, 30)GROUP BY a.aid (0s)
        [60] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='1630' (0s)
        [61] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2283' (0s)
        [62] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='1706' (0s)
        [63] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='1631' (0s)
        [64] => SELECT cid, name, description, thumb FROM cpg132_categories WHERE parent = '10'  ORDER BY pos (0s)
        [65] => SELECT aid FROM cpg132_albums WHERE category = 4 (0s)
        [66] => SELECT count(*) FROM cpg132_pictures as p, cpg132_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 4 (0s)
        [67] => SELECT count(*) FROM cpg132_albums as a WHERE category = '4' (0s)
        [68] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg132_albums as a LEFT JOIN cpg132_pictures as p ON a.thumb=p.pid WHERE category=4 ORDER BY a.pos LIMIT 0,7 (0s)
        [69] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg132_albums AS a  LEFT JOIN cpg132_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (21, 10, 11, 9, 24, 26, 31)GROUP BY a.aid (0s)
        [70] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2218' (0s)
        [71] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2167' (0s)
        [72] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2175' (0s)
        [73] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2187' (0s)
        [74] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='336' (0s)
        [75] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2040' (0s)
        [76] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='1005' (0s)
        [77] => SELECT cid, name, description, thumb FROM cpg132_categories WHERE parent = '4'  ORDER BY pos (0s)
        [78] => SELECT aid FROM cpg132_albums WHERE category = 8 (0s)
        [79] => SELECT count(*) FROM cpg132_pictures as p, cpg132_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 8 (0s)
        [80] => SELECT count(*) FROM cpg132_albums as a WHERE category = '8' (0s)
        [81] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg132_albums as a LEFT JOIN cpg132_pictures as p ON a.thumb=p.pid WHERE category=8 ORDER BY a.pos LIMIT 0,5 (0s)
        [82] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg132_albums AS a  LEFT JOIN cpg132_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (6, 7, 44, 18, 27)GROUP BY a.aid (0s)
        [83] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='1698' (0s)
        [84] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='1950' (0s)
        [85] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='1707' (0s)
        [86] => SELECT cid, name, description, thumb FROM cpg132_categories WHERE parent = '8'  ORDER BY pos (0s)
        [87] => SELECT aid FROM cpg132_albums WHERE category = 15 (0s)
        [88] => SELECT count(*) FROM cpg132_pictures as p, cpg132_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 15 (0s)
        [89] => SELECT count(*) FROM cpg132_albums as a WHERE category = '15' (0s)
        [90] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg132_albums as a LEFT JOIN cpg132_pictures as p ON a.thumb=p.pid WHERE category=15 ORDER BY a.pos LIMIT 0,1 (0s)
        [91] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg132_albums AS a  LEFT JOIN cpg132_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (48)GROUP BY a.aid (0s)
        [92] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='1953' (0s)
        [93] => SELECT cid, name, description, thumb FROM cpg132_categories WHERE parent = '15'  ORDER BY pos (0s)
        [94] => SELECT aid FROM cpg132_albums WHERE category = 16 (0s)
        [95] => SELECT count(*) FROM cpg132_pictures as p, cpg132_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 16 (0s)
        [96] => SELECT count(*) FROM cpg132_albums as a WHERE category = '16' (0s)
        [97] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg132_albums as a LEFT JOIN cpg132_pictures as p ON a.thumb=p.pid WHERE category=16 ORDER BY a.pos LIMIT 0,3 (0s)
        [98] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg132_albums AS a  LEFT JOIN cpg132_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (53, 55, 56)GROUP BY a.aid (0s)
        [99] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2122' (0s)
        [100] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg132_pictures WHERE pid='2331' (0s)
        [101] => SELECT cid, name, description, thumb FROM cpg132_categories WHERE parent = '16'  ORDER BY pos (0s)
        [102] => SELECT aid FROM cpg132_albums as a WHERE category>=10000 (0s)
        [103] => SELECT count(*) FROM cpg132_pictures as p, cpg132_albums as a WHERE p.aid = a.aid AND approved='YES' AND category >= 10000 (0s)
        [104] => SELECT cid, name, description, thumb FROM cpg132_categories WHERE parent = '1'  ORDER BY pos (0s)
        [105] => SELECT aid FROM cpg132_albums as a WHERE category = '0' (0s)
        [106] => SELECT count(*) FROM cpg132_albums as a WHERE 1 (0s)
        [107] => SELECT count(*) FROM cpg132_pictures as p LEFT JOIN cpg132_albums as a ON a.aid=p.aid WHERE 1 AND approved='YES' (0s)
        [108] => SELECT count(*) FROM cpg132_comments as c LEFT JOIN cpg132_pictures as p ON c.pid=p.pid LEFT JOIN cpg132_albums as a ON a.aid=p.aid WHERE 1 (0s)
        [109] => SELECT count(*) FROM cpg132_categories WHERE 1 (0s)
        [110] => SELECT sum(hits) FROM cpg132_pictures as p LEFT JOIN cpg132_albums as a ON p.aid=a.aid WHERE 1 (0s)
        [111] => SELECT COUNT(*) FROM cpg132_pictures WHERE approved = 'NO' (0s)
        [112] => SELECT count(*) FROM cpg132_albums as a WHERE category = '0' (0s)
        [113] => SELECT COUNT(*) from cpg132_pictures WHERE approved = 'YES'  (0s)
        [114] => SELECT * FROM cpg132_pictures WHERE approved = 'YES'  ORDER BY RAND() LIMIT 8 (0.091s)
        [115] => SELECT count(*) from cpg132_comments where pid=304 and msg_id!=0 (0.001s)
        [116] => SELECT count(*) from cpg132_comments where pid=2295 and msg_id!=0 (0.001s)
        [117] => SELECT count(*) from cpg132_comments where pid=740 and msg_id!=0 (0.001s)
        [118] => SELECT count(*) from cpg132_comments where pid=951 and msg_id!=0 (0.001s)
        [119] => SELECT count(*) from cpg132_comments where pid=444 and msg_id!=0 (0.001s)
        [120] => SELECT count(*) from cpg132_comments where pid=1083 and msg_id!=0 (0.001s)
        [121] => SELECT count(*) from cpg132_comments where pid=430 and msg_id!=0 (0.001s)
        [122] => SELECT count(*) from cpg132_comments where pid=2291 and msg_id!=0 (0.001s)
        [123] => SELECT COUNT(*) from cpg132_pictures WHERE approved = 'YES'  (0s)
        [124] => SELECT * FROM cpg132_pictures WHERE approved = 'YES'  ORDER BY pid DESC  LIMIT 0 ,8 (0s)
        [125] => SELECT count(*) from cpg132_comments where pid=2427 and msg_id!=0 (0s)
        [126] => SELECT count(*) from cpg132_comments where pid=2426 and msg_id!=0 (0s)
        [127] => SELECT count(*) from cpg132_comments where pid=2425 and msg_id!=0 (0s)
        [128] => SELECT count(*) from cpg132_comments where pid=2424 and msg_id!=0 (0s)
        [129] => SELECT count(*) from cpg132_comments where pid=2423 and msg_id!=0 (0s)
        [130] => SELECT count(*) from cpg132_comments where pid=2422 and msg_id!=0 (0s)
        [131] => SELECT count(*) from cpg132_comments where pid=2421 and msg_id!=0 (0s)
        [132] => SELECT count(*) from cpg132_comments where pid=2420 and msg_id!=0 (0s)
    )

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

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

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 5.0.3 - OK
    ------------------
    mySQL version: 4.1.10a
    ------------------
    Coppermine version: 1.4.4(stable)
    ==========================
    Module: GD
    ------------------
    GD Version: bundled (2.0.28 compatible)
    FreeType Support: 1
    FreeType Linkage: with freetype
    T1Lib Support:
    GIF Read Support: 1
    GIF Create Support: 1
    JPG Support: 1
    PNG Support: 1
    WBMP Support: 1
    XPM Support: 1
    XBM Support: 1
    JIS-mapped Japanese Font Support:

    ==========================
    Module: mysql
    ------------------
    MySQL Supportenabled
    Active Persistent Links 0
    Active Links 1
    Client API version 4.1.10a
    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.2
    Linked Version 1.2.2
    ==========================
    Server restrictions (safe mode)?
    ------------------
    Directive | Local Value | Master Value
    safe_mode | Off | Off
    safe_mode_exec_dir | /srv/www/htdocs/empty/ | no value
    safe_mode_gid | Off | Off
    safe_mode_include_dir | no value | no value
    safe_mode_exec_dir | /srv/www/htdocs/empty/ | no value
    sql.safe_mode | Off | Off
    disable_functions | show_source, system, shell_exec, passthru, open, proc_open | show_source, system, shell_exec, passthru, open, proc_open
    file_uploads | On | On
    include_path | .: | .:
    open_basedir | /srv/www/htdocs/web67/ | no value
    ==========================
    email
    ------------------
    Directive | Local Value | Master Value
    sendmail_from | no value | no value
    sendmail_path | /usr/sbin/sendmail -t -i  | /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 | 60 | 60
    upload_max_filesize | 8M | 8M
    post_max_size | 8M | 8M
    ==========================
    Page generated in 1.537 seconds - 133 queries in 0.106 seconds - Album set : ; Meta set: ;
Logged

wolf4u

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Disable Brigde without login ?
« Reply #10 on: August 20, 2006, 11:05:19 pm »

i saw in the Versionsinfo that i have 1.4.4 but i upload the 1.4.8 files and update all !
Logged

wolf4u

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Disable Brigde without login ?
« Reply #11 on: August 20, 2006, 11:20:32 pm »

sorry for my postings, i forget to upload the init.inc.php, now its all in 1.4.8.
But the errors above comes again !

Greets
Wolf
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Disable Brigde without login ?
« Reply #12 on: August 20, 2006, 11:44:23 pm »

The last debug info that you posted is normal debug info , you can disable debug under config
Logged
‍I don't answer to PM with support question
Please post your issue to related board

wolf4u

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Disable Brigde without login ?
« Reply #13 on: August 21, 2006, 11:06:44 am »

Thats "Normal"?Ok thx :)
Logged
Pages: [1]   Go Up
 

Page created in 0.071 seconds with 20 queries.