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: User list problem after bridge to phpBB2  (Read 4046 times)

0 Members and 1 Guest are viewing this topic.

Blueiris

  • VIP
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Female
  • Posts: 170
  • Horse poor!
    • Saddlebred World Gallery
User list problem after bridge to phpBB2
« on: December 07, 2005, 04:11:52 pm »

Using the wizard under admin tools, I bridged Coppermine to an established phpBB2 2.0.18 board.

Later, when I clicked on the "users" button in the Coppermine admin panel, I received the following error:

Quote
Error:

While executing query "SELECT count(*) FROM `forum`.phpbb_users WHERE 1" on 0

mySQL error:

The debug output was as follows:

Quote
DeBug Output:


USER:
------------------
Array
(
    [ID] => 91c3ba40700d42e22d68c633adf8415e
    [am] => 1
    [lang] => english
    [theme] => igames
    [liv] => Array
        (
           
  • => 1

        )

)

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

==========================
Queries:
------------------
Array
(
   
  • => SELECT extension, mime, content, player FROM cpg140_filetypes; (0.003s)
  • [1] => select * from cpg140_plugins order by priority asc; (0.002s)
        [2] => SELECT * FROM cpg140_bridge (0.002s)
        [3] => SELECT u.user_id AS user_id, u.user_password AS password FROM `forum`.phpbb_users AS u, `forum`.phpbb_sessions AS s WHERE u.user_id=s.session_user_id AND s.session_id = '58a878caeafcf269560f014762000929' AND u.user_id > 0 (0.002s)
        [4] => SELECT u.user_id AS id, u.username AS username, u.user_password AS password, ug.group_id AS group_id FROM `forum`.phpbb_users AS u, `forum`.phpbb_user_group AS ug WHERE u.user_id=ug.user_id AND u.user_id='2' (0.002s)
        [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 cpg140_usergroups WHERE group_id in (1) (0.002s)
        [6] => SELECT group_name FROM  cpg140_usergroups WHERE group_id= 1 (0.002s)
        [7] => SELECT user_favpics FROM cpg140_favpics WHERE user_id = 2 (0.002s)
        [8] => DELETE FROM cpg140_banned WHERE expiry < '2005-12-07 09:47:05' (0.002s)
        [9] => SELECT * FROM cpg140_banned WHERE (ip_addr='127.0.0.1' OR ip_addr='127.0.0.1' OR user_id=2) AND brute_force=0 (0.001s)
        [10] => DELETE FROM cpg140_users WHERE user_name = '' LIMIT 1 (0.022s)
        [11] => SELECT COUNT(*) FROM cpg140_pictures WHERE approved = 'NO' (0.002s)
        [12] => SELECT count(*) FROM `forum`.phpbb_users WHERE 1 (0.002s)
    )

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

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

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 4.3.10 - OK
    ------------------
    mySQL version: 4.1.9-max
    ------------------
    Coppermine version: 1.4.2(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
    XBM Support: 1
    JIS-mapped Japanese Font Support:

    ==========================
    Module: mysql
    ------------------
    MySQL Supportenabled
    Active Persistent Links 0
    Active Links 2
    Client API version 3.23.49
    ==========================
    Module: zlib
    ------------------
    ZLib Support enabled
    Compiled Version 1.1.4
    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 | Off | Off
    safe_mode_include_dir | no value | no value
    safe_mode_exec_dir | no value | no value
    sql.safe_mode | Off | Off
    disable_functions | no value | no value
    file_uploads | On | On
    include_path | .;C:\EASYPH~1\\php\pear\ | .;C:\EASYPH~1\\php\pear\
    open_basedir | no value | no value
    ==========================
    email
    ------------------
    Directive | Local Value | Master Value
    sendmail_from | blueiris@metrocast.net | blueiris@metrocast.net
    sendmail_path | no value | no value
    SMTP | smtp.metrocast.net | smtp.metrocast.net
    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 | 2M | 2M
    post_max_size | 8M | 8M
    ==========================
    Page generated in 0.374 seconds - 13 queries in 0.046 seconds - Album set : ; Meta set: ;

Edit: Whoops, sorry! This board is soooooo slow lately, and I was in a rush, and completely missed the "mandatory" post until the board re-loaded after hitting 'submit':

I have the following issue when trying to bridge coppermine and phpBB 2.0.18:
[error message here]

Coppermine install: c:/EasyPHP1-8/www/cpg142
Forum install:  c:/EasyPHP1-8/www/phpBB2/
Coppermine version: cpg1.4.2
Forum version: phpBB 2.0.18
Test user account: can't give test account - Coppermine and forum installed on my PC for testing

BridgeManager settings:
Forum URL:  c:/EasyPHP1-8/www/phpBB2/
Relative path to your BBS's config file:  ../phpBB2/
Use post-based groups?:  0 
« Last Edit: December 07, 2005, 07:37:36 pm by Nibbler »
Logged
You can lead a horse to water, but you can't make him drink - he's got to discover that it's wet for himself.

Nibbler

  • Guest
Re: User list problem after bridge to phpBB2
« Reply #1 on: December 07, 2005, 05:28:34 pm »

Update to the latest udb_base.inc.php and phpbb2018.inc.php from CVS.
Logged

Blueiris

  • VIP
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Female
  • Posts: 170
  • Horse poor!
    • Saddlebred World Gallery
Re: User list problem after bridge to phpBB2
« Reply #2 on: December 07, 2005, 07:17:27 pm »

Problem solved! Thank you.
Logged
You can lead a horse to water, but you can't make him drink - he's got to discover that it's wet for himself.
Pages: [1]   Go Up
 

Page created in 0.031 seconds with 19 queries.