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: Can't select an album  (Read 4356 times)

0 Members and 2 Guests are viewing this topic.

benficafan1013

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Can't select an album
« on: June 18, 2007, 01:10:19 am »

Hey guys What's up? I'm having trouble uploading pictures to my gallery. When I go to batch upload and single upload pictures, (you know how there is a drop down on where you choose the album you want the pictures to go to on the upload page). The problem is I don't see all the albums in that drop down. I wanted to upload four pictures to a certain album and I can't because I can't choose the album I want those pictures to go to. Thank you everyone for your support!
« Last Edit: June 24, 2007, 11:15:45 am by GauGau »
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Can't select an album
« Reply #1 on: June 18, 2007, 04:00:29 pm »

did you try it with an admin account ?
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Nibbler

  • Guest
Re: Can't select an album
« Reply #2 on: June 18, 2007, 08:18:51 pm »

Allow uploads to the albums in album properties.
Logged

benficafan1013

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Can't select an album
« Reply #3 on: June 18, 2007, 11:10:14 pm »

I still don't get it, I logged in as an admin and I can't even see all the albums I created in the categories in the drop down on the upload screen. What is wrong?
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Can't select an album
« Reply #4 on: June 19, 2007, 06:07:39 am »

- as Nibbler suggested check album properties
- how many album do you have ?
- post a link to your gallery with a test (none admin ) account
Logged
‍I don't answer to PM with support question
Please post your issue to related board

benficafan1013

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Can't select an album
« Reply #5 on: June 19, 2007, 05:50:29 pm »

My gallery is located at www.taker-online.net/gallery. I created an account with the username: Test. The password is: Test1234. I have 168 albums so far, but I am really going to have like 300 to 400 albums.
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Can't select an album
« Reply #6 on: June 19, 2007, 07:03:35 pm »

It seems working !
I've created 10 albums and all of them are viewable by upload process

BTW , you should set Maximum allowed file size to something better  9999999999999999 KB is senseless
Logged
‍I don't answer to PM with support question
Please post your issue to related board

benficafan1013

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Can't select an album
« Reply #7 on: June 19, 2007, 08:16:11 pm »

The problem is I can't see all 168 albums on the upload page in the album drop down. I only see some. This is my debug info:

Code: [Select]
USER:
------------------
Array
(
    [ID] => 04b699fdde72ed0865b2068258eb01ff
    [am] => 1
    [lang] => english
    [liv] => Array
        (
            [0] => 4682
        )

)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => taker130
    [groups] => Array
        (
            [0] => 1
        )

    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 0
    [ufc_min] => 0
    [custom_user_upload] => 0
    [num_file_upload] => 1
    [num_URI_upload] => 0
    [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] => 0
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
)

==========================
Queries:
------------------
Array
(
    [0] => SELECT extension, mime, content, player FROM cpg_filetypes; (0s)
    [1] => select * from cpg_plugins order by priority asc; (0s)
    [2] => delete from `taker_copp1`.cpg_sessions where time<1182273182 and remember=0; (0s)
    [3] => delete from `taker_copp1`.cpg_sessions where time<1181067182; (0s)
    [4] => select user_id from `taker_copp1`.cpg_sessions where session_id=md5("f48bc7b54d77d2a44b452e03252a126461dfececde7fbf2dcd7eaaedc85493f3"); (0s)
    [5] => select user_id as id, user_password as password from `taker_copp1`.cpg_users where user_id=1 (0s)
    [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 `taker_copp1`.cpg_users AS u INNER JOIN `taker_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `taker_copp1`.cpg_users AS u WHERE user_id='1' and user_group_list <> ''; (0s)
    [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 cpg_usergroups WHERE group_id in (1) (0s)
    [9] => SELECT group_name FROM  cpg_usergroups WHERE group_id= 1 (0s)
    [10] => update `taker_copp1`.cpg_sessions set time='1182276782' where session_id=md5('f48bc7b54d77d2a44b452e03252a126461dfececde7fbf2dcd7eaaedc85493f3'); (0s)
    [11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0s)
    [12] => DELETE FROM cpg_banned WHERE expiry < '2007-06-19 18:13:02' (0s)
    [13] => SELECT * FROM cpg_banned WHERE (ip_addr='151.203.200.111' OR ip_addr='151.203.200.111' OR user_id=1) AND brute_force=0 (0s)
    [14] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = ''  ORDER BY pos (0s)
    [15] => SELECT aid FROM cpg_albums as a WHERE category>=10000 (0s)
    [16] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category >= 10000 (0s)
    [17] => SELECT aid FROM cpg_albums WHERE category = 2 (0s)
    [18] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 2 (0s)
    [19] => SELECT aid FROM cpg_albums WHERE category = 7 (0s)
    [20] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 7 (0s)
    [21] => SELECT aid FROM cpg_albums WHERE category = 3 (0s)
    [22] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 3 (0s)
    [23] => SELECT count(*) FROM cpg_albums as a WHERE category = '3' (0s)
    [24] => 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=3 ORDER BY a.pos LIMIT 0,1 (0s)
    [25] => 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 (63)GROUP BY a.aid (0s)
    [26] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='4053' (0s)
    [27] => SELECT aid FROM cpg_albums WHERE category = 4 (0s)
    [28] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 4 (0s)
    [29] => SELECT aid FROM cpg_albums WHERE category = 5 (0s)
    [30] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 5 (0s)
    [31] => SELECT aid FROM cpg_albums WHERE category = 6 (0s)
    [32] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 6 (0s)
    [33] => SELECT aid FROM cpg_albums as a WHERE category = '0' (0s)
    [34] => SELECT count(*) FROM cpg_albums as a WHERE 1 (0s)
    [35] => SELECT count(*) FROM cpg_pictures as p LEFT JOIN cpg_albums as a ON a.aid=p.aid WHERE 1 AND approved='YES' (0s)
    [36] => 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)
    [37] => SELECT count(*) FROM cpg_categories WHERE 1 (0s)
    [38] => SELECT sum(hits) FROM cpg_pictures as p LEFT JOIN cpg_albums as a ON p.aid=a.aid WHERE 1 (0s)
    [39] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0s)
    [40] => SELECT count(*) FROM cpg_albums as a WHERE category = '0' (0s)
    [41] => SELECT COUNT(*) from cpg_pictures WHERE approved = 'YES'  (0s)
    [42] => SELECT * FROM cpg_pictures WHERE approved = 'YES'  ORDER BY RAND() LIMIT 10 (0.144s)
    [43] => SELECT count(*) from cpg_comments where pid=6966 and msg_id!=0 (0.001s)
    [44] => SELECT count(*) from cpg_comments where pid=5277 and msg_id!=0 (0s)
    [45] => SELECT count(*) from cpg_comments where pid=10552 and msg_id!=0 (0s)
    [46] => SELECT count(*) from cpg_comments where pid=3097 and msg_id!=0 (0s)
    [47] => SELECT count(*) from cpg_comments where pid=10368 and msg_id!=0 (0s)
    [48] => SELECT count(*) from cpg_comments where pid=377 and msg_id!=0 (0s)
    [49] => SELECT count(*) from cpg_comments where pid=3187 and msg_id!=0 (0s)
    [50] => SELECT count(*) from cpg_comments where pid=7123 and msg_id!=0 (0s)
    [51] => SELECT count(*) from cpg_comments where pid=3041 and msg_id!=0 (0s)
    [52] => SELECT count(*) from cpg_comments where pid=1211 and msg_id!=0 (0s)
    [53] => SELECT COUNT(*) from cpg_pictures WHERE approved = 'YES'  (0s)
    [54] => SELECT * FROM cpg_pictures WHERE approved = 'YES'  ORDER BY pid DESC  LIMIT 0 ,10 (0s)
    [55] => SELECT count(*) from cpg_comments where pid=11005 and msg_id!=0 (0s)
    [56] => SELECT count(*) from cpg_comments where pid=11004 and msg_id!=0 (0s)
    [57] => SELECT count(*) from cpg_comments where pid=11003 and msg_id!=0 (0s)
    [58] => SELECT count(*) from cpg_comments where pid=11002 and msg_id!=0 (0s)
    [59] => SELECT count(*) from cpg_comments where pid=11001 and msg_id!=0 (0s)
    [60] => SELECT count(*) from cpg_comments where pid=11000 and msg_id!=0 (0s)
    [61] => SELECT count(*) from cpg_comments where pid=10999 and msg_id!=0 (0s)
    [62] => SELECT count(*) from cpg_comments where pid=10998 and msg_id!=0 (0s)
    [63] => SELECT count(*) from cpg_comments where pid=10997 and msg_id!=0 (0s)
    [64] => SELECT count(*) from cpg_comments where pid=10996 and msg_id!=0 (0s)
)

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

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

==========================
VERSION INFO :
------------------
PHP version: 5.2.0 - OK
------------------
mySQL version: 4.1.21-standard-log
------------------
Coppermine version: 1.4.10(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.21
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
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.1.2
Linked Version 1.2.1.2
==========================
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/lib/php:/usr/local/lib/php | .:/usr/lib/php:/usr/local/lib/php
open_basedir | /home/taker:/usr/lib/php:/usr/local/lib/php:/tmp | 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 | 2M | 2M
post_max_size | 8M | 8M
==========================
Page generated in 0.222 seconds - 65 queries in 0.145 seconds - Album set : ; Meta set: ;
« Last Edit: June 19, 2007, 09:45:55 pm by Sami »
Logged

benficafan1013

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Can't select an album
« Reply #8 on: June 19, 2007, 08:18:22 pm »

Now when I click on the category button in admin mode, I get this: http://taker-online.net/images/example.png
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Can't select an album
« Reply #9 on: June 19, 2007, 09:47:16 pm »

My best guess is server resource restriction 
Logged
‍I don't answer to PM with support question
Please post your issue to related board

benficafan1013

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Can't select an album
« Reply #10 on: June 20, 2007, 02:46:54 am »

O ok. Thank you so much  :)
Logged
Pages: [1]   Go Up
 

Page created in 0.028 seconds with 19 queries.