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: Cannot upload normally or batch-upload  (Read 2716 times)

0 Members and 1 Guest are viewing this topic.

wangels

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Cannot upload normally or batch-upload
« on: December 03, 2008, 05:05:25 am »

Hello. I have a problem with my gallery: http://w-angels.fanbased.net/alwoto
I cannot upload normally or batch upload at all. It goes through the process, but when the x or passed mark during the batch upload have to appear, nothing appears. Or in a normal upload, the part where I have to choose the album, or their keywords, etc. the pictures don't show up. It was fine before, but my host kind of revamped and then came back and this problem happened. :(

Here's a screen shot (I know the layout is kind of off, it's not made for 1280x800 resolution  ;) )
http://i34.tinypic.com/jk9lcl.jpg

And this is the Debug Information:

USER:
------------------
Array
(
    [ID] => d448fcf4cbb090868c5004f599231590
    [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] => 10
    [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 cpg_filetypes; (0s)
  • [1] => select * from cpg_plugins order by priority asc; (0s)
        [2] => delete from `angels_copp1`.cpg_sessions where time<1228271802 and remember=0; (0s)
        [3] => delete from `angels_copp1`.cpg_sessions where time<1227065802; (0s)
        [4] => select user_id from `angels_copp1`.cpg_sessions where session_id=md5("c5cb1448e412b3ad970af4b23a17b4936263d4059b8b43697c8ebb07ce879efe"); (0s)
        [5] => select user_id as id, user_password as password from `angels_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 `angels_copp1`.cpg_users AS u INNER JOIN `angels_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
        [7] => SELECT user_group_list FROM `angels_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 `angels_copp1`.cpg_sessions set time='1228275402' where session_id=md5('c5cb1448e412b3ad970af4b23a17b4936263d4059b8b43697c8ebb07ce879efe'); (0s)
        [11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0s)
        [12] => DELETE FROM cpg_banned WHERE expiry < '2008-12-03 03:36:42' (0s)
        [13] => SELECT * FROM cpg_banned WHERE (ip_addr='76.111.94.188' OR ip_addr='76.111.94.188' 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 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,12 (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, 2, 3, 14, 15, 18, 22, 23, 24, 28, 30, 35)GROUP BY a.aid (0.001s)
        [22] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='82' (0s)
        [23] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='181' (0s)
        [24] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='51' (0s)
        [25] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='177' (0s)
        [26] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='179' (0s)
        [27] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='415' (0s)
        [28] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='559' (0s)
        [29] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='469' (0s)
        [30] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='475' (0s)
        [31] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='550' (0s)
        [32] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='557' (0s)
        [33] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='576' (0s)
        [34] => SELECT aid FROM cpg_albums WHERE category = 3 (0s)
        [35] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 3 (0s)
        [36] => SELECT count(*) FROM cpg_albums as a WHERE category = '3' (0s)
        [37] => 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,12 (0s)
        [38] => 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 (4, 5, 6, 7, 8, 9, 25, 26, 29, 31, 32, 34)GROUP BY a.aid (0s)
        [39] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='54' (0s)
        [40] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='58' (0s)
        [41] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='64' (0s)
        [42] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='68' (0s)
        [43] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='113' (0s)
        [44] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='478' (0s)
        [45] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='482' (0s)
        [46] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='553' (0s)
        [47] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='564' (0s)
        [48] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='560' (0s)
        [49] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='568' (0s)
        [50] => SELECT aid FROM cpg_albums WHERE category = 4 (0s)
        [51] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 4 (0s)
        [52] => SELECT count(*) FROM cpg_albums as a WHERE category = '4' (0s)
        [53] => 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=4 ORDER BY a.pos LIMIT 0,7 (0s)
        [54] => 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 (10, 11, 12, 27, 16, 17, 20)GROUP BY a.aid (0.002s)
        [55] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='90' (0s)
        [56] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='112' (0s)
        [57] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='366' (0s)
        [58] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='548' (0s)
        [59] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='369' (0s)
        [60] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='382' (0s)
        [61] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='459' (0s)
        [62] => SELECT aid FROM cpg_albums WHERE category = 5 (0s)
        [63] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 5 (0s)
        [64] => SELECT count(*) FROM cpg_albums as a WHERE category = '5' (0s)
        [65] => 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=5 ORDER BY a.pos LIMIT 0,2 (0s)
        [66] => 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 (21, 33)GROUP BY a.aid (0s)
        [67] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='460' (0s)
        [68] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='572' (0s)
        [69] => SELECT aid FROM cpg_albums as a WHERE category = '0' (0s)
        [70] => SELECT count(*) FROM cpg_albums as a WHERE 1 (0s)
        [71] => SELECT count(*) FROM cpg_pictures as p LEFT JOIN cpg_albums as a ON a.aid=p.aid WHERE 1 AND approved='YES' (0s)
        [72] => 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)
        [73] => SELECT count(*) FROM cpg_categories WHERE 1 (0s)
        [74] => SELECT sum(hits) FROM cpg_pictures as p LEFT JOIN cpg_albums as a ON p.aid=a.aid WHERE 1 (0.001s)
        [75] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0s)
        [76] => SELECT count(*) FROM cpg_albums as a WHERE category = '0' (0s)
        [77] => SELECT COUNT(*) from cpg_pictures WHERE approved = 'YES'  (0s)
        [78] => SELECT * FROM cpg_pictures WHERE approved = 'YES'  ORDER BY pid DESC  LIMIT 0 ,8 (0s)
    )

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

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

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 5.2.6 - OK
    ------------------
    mySQL version: 5.0.51a-community
    ------------------
    Coppermine version: 1.4.12(stable)
    ==========================
    Module: GD
    ------------------
    GD Version: bundled (2.0.34 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 5.0.51a
    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.3
    Linked Version 1.2.3
    ==========================
    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 | show_source, system, passthru, exec, popen, proc_open | show_source, system, passthru, exec, popen, proc_open
    file_uploads | On | On
    include_path | .:/usr/lib/php:/usr/local/lib/php | .:/usr/lib/php:/usr/local/lib/php
    open_basedir | no value | 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 | 1500 | 1500
    max_input_time | 1000 | 1000
    upload_max_filesize | 200M | 200M
    post_max_size | 200M | 200M
    ==========================
    Page generated in 0.062 seconds - 79 queries in 0.004 seconds - Album set : ; Meta set: ;
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Cannot upload normally or batch-upload
« Reply #1 on: December 03, 2008, 07:35:14 am »

I have a problem with my gallery: http://w-angels.fanbased.net/alwoto
I can tell: you're running cpg1.4.12, while the most recent version currently is cpg1.4.19. Upgrade!

I cannot upload normally or batch upload at all.
If you have issues with uploading, then do exactly as suggested in the docs, section "asking for support on upload issues". There's a sticky on this board that says the same.

Here's a screen shot
You're not suppossed to hotlink screenshots, but attach them instead. That's what board rules say (you agreed to respect them when signing up). That's what the note says that shows when you composed your message. I went ahead and attached your screenshot to my posting.

And this is the Debug Information:
Nobody asked for that.
Logged

persianprince

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
    • Free Coppermine Gallery Hosting
Re: Cannot upload normally or batch-upload
« Reply #2 on: December 03, 2008, 08:14:11 am »

It was fine before, but my host kind of revamped and then came back and this problem happened. :(

Have you checked folder permissions?

You shouldn't have weird characters also in your folder, like ;:'[]() etc.

Or ask your host what they did to make it stop working now?

There are a lot of other fan hosts around too, if you wanted to switch.

Just google "free fansite hosting" or "free fansite host" etc :)
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 19 queries.