Bathch Add files - albums not showing Bathch Add files - albums not showing
 

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

Bathch Add files - albums not showing

Started by bumblebeestudio, May 02, 2006, 02:24:58 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

bumblebeestudio

I can see the uploaded files but I cant see the ablums in the drop down list so that I can choose one to upload. Any ideas?

http://kifa.us/gallery


USER:
------------------
Array
(
    [ID] => 7f625d359dddeb9d7c1d3560b0387ff0
    [am] => 1
    [lang] => english
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [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.062s)
        [1] => select * from cpg140_plugins order by priority asc; (0.135s)
        [2] => delete from `designh_coppermine`.cpg140_sessions where time<1146565467 and remember=0; (0.059s)
        [3] => delete from `designh_coppermine`.cpg140_sessions where time<1145359467; (0.049s)
        [4] => select user_id from `designh_coppermine`.cpg140_sessions where session_id=md5("6a007af1193f7eacb5596735168d3b4ee3792d4364d5902a14069935f1b2e843"); (0.06s)
        [5] => select user_id as id, user_password as password from `designh_coppermine`.cpg140_users where user_id=1 (0.059s)
        [6] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `designh_coppermine`.cpg140_users AS u INNER JOIN `designh_coppermine`.cpg140_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0.115s)
        [7] => SELECT user_group_list FROM `designh_coppermine`.cpg140_users AS u WHERE user_id='1' and user_group_list <> ''; (0.055s)
        [8] => 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.051s)
        [9] => SELECT group_name FROM  cpg140_usergroups WHERE group_id= 1 (0.046s)
        [10] => update `designh_coppermine`.cpg140_sessions set time='1146569068' where session_id=md5('6a007af1193f7eacb5596735168d3b4ee3792d4364d5902a14069935f1b2e843'); (0.042s)
        [11] => SELECT user_favpics FROM cpg140_favpics WHERE user_id = 1 (0.058s)
        [12] => DELETE FROM cpg140_banned WHERE expiry < '2006-05-02 11:24:28' (0.047s)
        [13] => SELECT * FROM cpg140_banned WHERE (ip_addr='162.83.58.82' OR ip_addr='162.83.58.82' OR user_id=1) AND brute_force=0 (0.037s)
        [14] => SELECT aid FROM cpg140_albums as a WHERE category>=10000 (0.049s)
        [15] => SELECT cid FROM cpg140_categories WHERE parent = '1' (0.058s)
        [16] => SELECT name, parent FROM cpg140_categories WHERE cid = '1' (0.03s)
        [17] => SELECT cid, name, description, thumb FROM cpg140_categories WHERE parent = '1'  ORDER BY name (0.058s)
        [18] => SELECT aid FROM cpg140_albums as a WHERE category >= 10000 (0.063s)
        [19] => SELECT COUNT(*) FROM cpg140_pictures WHERE approved = 'NO' (0.065s)
        [20] => select null from cpg140_albums as p  INNER JOIN cpg140_pictures AS pics ON pics.aid = p.aid where ( category>10000 ) group by category; (1.318s)
        [21] => SELECT user_id as user_id,user_name as user_name,COUNT(DISTINCT a.aid) as alb_count,COUNT(DISTINCT pid) as pic_count,MAX(pid) as thumb_pid, MAX(galleryicon) as gallery_pid FROM cpg140_albums AS a INNER JOIN `designh_coppermine`.cpg140_users as u on u.user_id = a.category - 10000 INNER JOIN cpg140_pictures AS p ON p.aid = a.aid WHERE ((isnull(approved) or approved='YES') AND category > 10000)  GROUP BY category ORDER BY category LIMIT 0, 50  (1.006s)
        [22] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg140_pictures WHERE pid='58' (0.138s)
        [23] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg140_pictures WHERE pid='59' (0.157s)
        [24] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg140_pictures WHERE pid='85' (0.181s)
        [25] => SELECT count(*) FROM cpg140_albums as a WHERE category = '1' (0.099s)
        [26] => SELECT COUNT(*) from cpg140_pictures WHERE approved = 'YES' AND aid IN (22,18,23,25,26,27,28)  (0.213s)
        [27] => SELECT * FROM cpg140_pictures WHERE approved = 'YES' AND aid IN (22,18,23,25,26,27,28)  ORDER BY RAND() LIMIT 5 (0.442s)
        [28] => SELECT COUNT(*) from cpg140_pictures WHERE approved = 'YES' AND aid IN (22,18,23,25,26,27,28)  (0.24s)
        [29] => SELECT * FROM cpg140_pictures WHERE approved = 'YES' AND aid IN (22,18,23,25,26,27,28)  ORDER BY pid DESC  LIMIT 0 ,5 (0.085s)
    )

    ==========================
    GET :
    ------------------
    Array
    (
        [cat] => 1
    )

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

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 4.4.2 - OK
    ------------------
    mySQL version: 4.0.26
    ------------------
    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
    XBM Support: 1
    JIS-mapped Japanese Font Support:

    ==========================
    Module: mysql
    ------------------
    MySQL Supportenabled
    Active Persistent Links 0
    Active Links 1
    Client API version 4.1.15
    MYSQL_MODULE_TYPE external
    MYSQL_SOCKET /var/db/mysql/mysql.sock
    MYSQL_INCLUDE -I//usr/local/include/mysql
    MYSQL_LIBS -L//usr/local/lib/mysql -lmysqlclient 
    ==========================
    Module: zlib
    ------------------
    ZLib Support enabled
    Compiled Version 1.2.1
    Linked Version 1.2.1
    ==========================
    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 | .:/usr/local/lib/php | .:/usr/local/lib/php
    open_basedir | /hsphere/local/home2/designho:/usr/local/lib/php:/tmp:/var/tmp | no value
    ==========================
    email
    ------------------
    Directive | Local Value | Master Value
    sendmail_from | me@localhost.com | me@localhost.com
    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 | -1 | -1
    upload_max_filesize | 2M | 2M
    post_max_size | 8M | 8M
    ==========================
    Page generated in 6.988 seconds - 30 queries in 5.077 seconds - Album set : AND aid IN (22,18,23,25,26,27,28) ; Meta set: AND aid IN (22,18,23,25,26,27,28) ;

Nibbler

Create some regular albums and then they will show up.

Joachim Müller

Quote from: GauGau on May 02, 2006, 07:18:36 PM
Don't post debug output unless requested.

In the future, please post on the proper sub-board. Moving accordingly.

Read http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#upload_trouble