broken image links after new album creation and upload of images broken image links after new album creation and upload of images
 

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

broken image links after new album creation and upload of images

Started by lordprodigy, November 30, 2007, 03:56:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lordprodigy

Hey guys,

The site has been working perfectly for the past while, however today I decided to add new content and created new albums. Right now, ALL the images on the site seem to be broken (red X). Im not sure what has caused this, as I havent done anything out of the ordinary procedures I always follow to add new content.

http://www.b514.com/photos

test/test

Could you please help me out of this? Thank you in advance. Much appreciated.

debug info:

USER:
------------------
Array
(
    [ID] => 7fe8f746a8ad094405d497880f4d7e96
    [am] => 1
)

==========================
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] => 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
    (
       
  • => SELECT extension, mime, content, player FROM cpg132_filetypes; (0s)
        [1] => select * from cpg132_plugins order by priority asc; (0s)
        [2] => delete from `b514_coppermine`.cpg132_sessions where time<1196386878 and remember=0; (0.001s)
        [3] => delete from `b514_coppermine`.cpg132_sessions where time<1195180878; (0.001s)
        [4] => select user_id from `b514_coppermine`.cpg132_sessions where session_id=md5("11ab93b8c72b9acdef36cbbd5bb22d5f97db721e180d5f85535affb509f071e8"); (0.001s)
        [5] => select user_id as id, user_password as password from `b514_coppermine`.cpg132_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 `b514_coppermine`.cpg132_users AS u INNER JOIN `b514_coppermine`.cpg132_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
        [7] => SELECT user_group_list FROM `b514_coppermine`.cpg132_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 cpg132_usergroups WHERE group_id in (1) (0s)
        [9] => SELECT group_name FROM  cpg132_usergroups WHERE group_id= 1 (0s)
        [10] => update `b514_coppermine`.cpg132_sessions set time='1196390478' where session_id=md5('11ab93b8c72b9acdef36cbbd5bb22d5f97db721e180d5f85535affb509f071e8'); (0.001s)
        [11] => SELECT user_favpics FROM cpg132_favpics WHERE user_id = 1 (0.001s)
        [12] => DELETE FROM cpg132_mod_online WHERE last_action < NOW() - INTERVAL 10 MINUTE (0.001s)
        [13] => REPLACE INTO cpg132_mod_online (user_id, user_name, user_ip, last_action) VALUES ('1', 'admin', '76.69.230.73', NOW()) (0.001s)
        [14] => SHOW TABLES LIKE 'cpg132_cms_config' (0.001s)
        [15] => SELECT * FROM cpg132_cms_config (0s)
        [16] => DELETE FROM cpg132_banned WHERE expiry < '2007-11-30 02:41:18' (0s)
        [17] => SELECT * FROM cpg132_banned WHERE (ip_addr='76.69.230.73' OR ip_addr='76.69.230.73' OR user_id=1) AND brute_force=0 (0s)
        [18] => SELECT cid, name, description, thumb FROM cpg132_categories WHERE parent = ''  ORDER BY pos (0.001s)
        [19] => SELECT aid FROM cpg132_albums WHERE category = 2 (0.001s)
        [20] => SELECT count(*) FROM cpg132_pictures as p, cpg132_albums as a WHERE p.aid = a.aid AND category = 2 (0.001s)
        [21] => SELECT count(*) FROM cpg132_albums as a WHERE category = '2' (0.001s)
        [22] => 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=2 ORDER BY a.pos LIMIT 0,10 (0.002s)
        [23] => 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 (199, 148, 128, 112, 70, 69, 71, 63, 68, 52)GROUP BY a.aid (0.007s)
        [24] => SELECT cid, name, description, thumb FROM cpg132_categories WHERE parent = '2'  ORDER BY pos (0s)
        [25] => SELECT aid FROM cpg132_albums WHERE category = 3 (0.001s)
        [26] => SELECT count(*) FROM cpg132_pictures as p, cpg132_albums as a WHERE p.aid = a.aid AND category = 3 (0.011s)
        [27] => SELECT count(*) FROM cpg132_albums as a WHERE category = '3' (0.001s)
        [28] => 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=3 ORDER BY a.pos LIMIT 0,12 (0.002s)
        [29] => 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 (274, 269, 265, 263, 261, 260, 253, 252, 237, 234, 232, 230)GROUP BY a.aid (0.036s)
        [30] => SELECT cid, name, description, thumb FROM cpg132_categories WHERE parent = '3'  ORDER BY pos (0s)
        [31] => SELECT aid FROM cpg132_albums WHERE category = 8 (0.001s)
        [32] => SELECT count(*) FROM cpg132_pictures as p, cpg132_albums as a WHERE p.aid = a.aid AND category = 8 (0.004s)
        [33] => SELECT count(*) FROM cpg132_albums as a WHERE category = '8' (0.001s)
        [34] => 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,12 (0.002s)
        [35] => 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 (183, 180, 179, 165, 164, 162, 163, 160, 159, 156, 157, 158)GROUP BY a.aid (0.012s)
        [36] => SELECT cid, name, description, thumb FROM cpg132_categories WHERE parent = '8'  ORDER BY pos (0.001s)
        [37] => SELECT aid FROM cpg132_albums WHERE category = 4 (0.002s)
        [38] => SELECT count(*) FROM cpg132_pictures as p, cpg132_albums as a WHERE p.aid = a.aid AND category = 4 (0.022s)
        [39] => SELECT count(*) FROM cpg132_albums as a WHERE category = '4' (0.001s)
        [40] => 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,12 (0.002s)
        [41] => 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 (273, 272, 271, 270, 268, 267, 266, 264, 262, 259, 258, 257)GROUP BY a.aid (0.03s)
        [42] => SELECT cid, name, description, thumb FROM cpg132_categories WHERE parent = '4'  ORDER BY pos (0.001s)
        [43] => SELECT aid FROM cpg132_albums WHERE category = 7 (0.001s)
        [44] => SELECT count(*) FROM cpg132_pictures as p, cpg132_albums as a WHERE p.aid = a.aid AND category = 7 (0.003s)
        [45] => SELECT count(*) FROM cpg132_albums as a WHERE category = '7' (0.001s)
        [46] => 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,12 (0.002s)
        [47] => 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 (255, 219, 197, 168, 169, 143, 140, 141, 142, 139, 122, 123)GROUP BY a.aid (0.011s)
        [48] => SELECT cid, name, description, thumb FROM cpg132_categories WHERE parent = '7'  ORDER BY pos (0.001s)
        [49] => SELECT aid FROM cpg132_albums as a WHERE category>=10000 (0.001s)
        [50] => SELECT count(*) FROM cpg132_pictures as p, cpg132_albums as a WHERE p.aid = a.aid AND category >= 10000 (0.001s)
        [51] => SELECT cid, name, description, thumb FROM cpg132_categories WHERE parent = '1'  ORDER BY pos (0s)
        [52] => SELECT aid FROM cpg132_albums as a WHERE category = '0' (0.001s)
        [53] => SELECT count(*) FROM cpg132_albums as a WHERE 1 (0s)
        [54] => SELECT count(*) FROM cpg132_pictures as p LEFT JOIN cpg132_albums as a ON a.aid=p.aid WHERE 1 (0.045s)
        [55] => 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 (0.007s)
        [56] => SELECT count(*) FROM cpg132_categories WHERE 1 (0s)
        [57] => SELECT sum(hits) FROM cpg132_pictures as p LEFT JOIN cpg132_albums as a ON p.aid=a.aid WHERE 1 (0.202s)
        [58] => SELECT count(*) FROM `b514_coppermine`.cpg132_users WHERE 1 (0s)
        [59] => SELECT COUNT(*) FROM cpg132_pictures WHERE approved = 'NO' (0s)
        [60] => SELECT * FROM cpg132_cms WHERE conid='0' AND type='0' ORDER BY cpos (0s)
        [61] => SELECT count(*) FROM cpg132_albums as a WHERE category = '0' (0.001s)
        [62] => SELECT count(cpg132_albums.aid) FROM cpg132_pictures,cpg132_albums WHERE cpg132_pictures.aid = cpg132_albums.aid AND approved = 'YES'  GROUP  BY cpg132_pictures.aid (0.076s)
        [63] => SELECT *,cpg132_albums.title AS title,cpg132_albums.aid AS aid FROM cpg132_pictures,cpg132_albums WHERE cpg132_pictures.aid = cpg132_albums.aid AND approved = 'YES'  GROUP  BY cpg132_pictures.aid ORDER BY cpg132_pictures.ctime DESC  LIMIT 0 ,12 (1.558s)
        [64] => SELECT count(*) from cpg132_comments where pid=31545 and msg_id!=0 (0.001s)
        [65] => SELECT count(*) from cpg132_comments where pid=31392 and msg_id!=0 (0s)
        [66] => SELECT count(*) from cpg132_comments where pid=31125 and msg_id!=0 (0s)
        [67] => SELECT count(*) from cpg132_comments where pid=30968 and msg_id!=0 (0s)
        [68] => SELECT count(*) from cpg132_comments where pid=30694 and msg_id!=0 (0s)
        [69] => SELECT count(*) from cpg132_comments where pid=30640 and msg_id!=0 (0s)
        [70] => SELECT count(*) from cpg132_comments where pid=30506 and msg_id!=0 (0s)
        [71] => SELECT count(*) from cpg132_comments where pid=30403 and msg_id!=0 (0s)
        [72] => SELECT count(*) from cpg132_comments where pid=30282 and msg_id!=0 (0s)
        [73] => SELECT count(*) from cpg132_comments where pid=30095 and msg_id!=0 (0s)
        [74] => SELECT count(*) from cpg132_comments where pid=29839 and msg_id!=0 (0s)
        [75] => SELECT count(*) from cpg132_comments where pid=29380 and msg_id!=0 (0s)
        [76] => SELECT name FROM cpg132_categories WHERE cid = '3' (0s)
        [77] => SELECT COUNT(pid) as pic_count, SUM(hits) as hit_count FROM cpg132_pictures AS p WHERE p.aid = 274 AND p.approved =  'YES' (0.004s)
        [78] => SELECT name FROM cpg132_categories WHERE cid = '4' (0s)
        [79] => SELECT COUNT(pid) as pic_count, SUM(hits) as hit_count FROM cpg132_pictures AS p WHERE p.aid = 273 AND p.approved =  'YES' (0.003s)
        [80] => SELECT name FROM cpg132_categories WHERE cid = '4' (0s)
        [81] => SELECT COUNT(pid) as pic_count, SUM(hits) as hit_count FROM cpg132_pictures AS p WHERE p.aid = 272 AND p.approved =  'YES' (0.004s)
        [82] => SELECT name FROM cpg132_categories WHERE cid = '4' (0s)
        [83] => SELECT COUNT(pid) as pic_count, SUM(hits) as hit_count FROM cpg132_pictures AS p WHERE p.aid = 271 AND p.approved =  'YES' (0.003s)
        [84] => SELECT name FROM cpg132_categories WHERE cid = '4' (0s)
        [85] => SELECT COUNT(pid) as pic_count, SUM(hits) as hit_count FROM cpg132_pictures AS p WHERE p.aid = 270 AND p.approved =  'YES' (0.004s)
        [86] => SELECT name FROM cpg132_categories WHERE cid = '3' (0s)
        [87] => SELECT COUNT(pid) as pic_count, SUM(hits) as hit_count FROM cpg132_pictures AS p WHERE p.aid = 269 AND p.approved =  'YES' (0.001s)
        [88] => SELECT name FROM cpg132_categories WHERE cid = '4' (0s)
        [89] => SELECT COUNT(pid) as pic_count, SUM(hits) as hit_count FROM cpg132_pictures AS p WHERE p.aid = 268 AND p.approved =  'YES' (0.002s)
        [90] => SELECT name FROM cpg132_categories WHERE cid = '4' (0s)
        [91] => SELECT COUNT(pid) as pic_count, SUM(hits) as hit_count FROM cpg132_pictures AS p WHERE p.aid = 267 AND p.approved =  'YES' (0.002s)
        [92] => SELECT name FROM cpg132_categories WHERE cid = '4' (0s)
        [93] => SELECT COUNT(pid) as pic_count, SUM(hits) as hit_count FROM cpg132_pictures AS p WHERE p.aid = 266 AND p.approved =  'YES' (0.002s)
        [94] => SELECT name FROM cpg132_categories WHERE cid = '3' (0s)
        [95] => SELECT COUNT(pid) as pic_count, SUM(hits) as hit_count FROM cpg132_pictures AS p WHERE p.aid = 265 AND p.approved =  'YES' (0.003s)
        [96] => SELECT name FROM cpg132_categories WHERE cid = '4' (0s)
        [97] => SELECT COUNT(pid) as pic_count, SUM(hits) as hit_count FROM cpg132_pictures AS p WHERE p.aid = 264 AND p.approved =  'YES' (0.004s)
        [98] => SELECT name FROM cpg132_categories WHERE cid = '3' (0s)
        [99] => SELECT COUNT(pid) as pic_count, SUM(hits) as hit_count FROM cpg132_pictures AS p WHERE p.aid = 263 AND p.approved =  'YES' (0.006s)
        [100] => SELECT p.* FROM cpg132_albums AS a,cpg132_pictures AS p WHERE p.pid = a.thumb AND a.aid = 274 (0.001s)
        [101] => SELECT p.* FROM cpg132_albums AS a,cpg132_pictures AS p WHERE p.pid = a.thumb AND a.aid = 273 (0.001s)
        [102] => SELECT p.* FROM cpg132_albums AS a,cpg132_pictures AS p WHERE p.pid = a.thumb AND a.aid = 272 (0.001s)
        [103] => SELECT p.* FROM cpg132_albums AS a,cpg132_pictures AS p WHERE p.pid = a.thumb AND a.aid = 271 (0.001s)
        [104] => SELECT p.* FROM cpg132_albums AS a,cpg132_pictures AS p WHERE p.pid = a.thumb AND a.aid = 270 (0.001s)
        [105] => SELECT p.* FROM cpg132_albums AS a,cpg132_pictures AS p WHERE p.pid = a.thumb AND a.aid = 269 (0.001s)
        [106] => SELECT p.* FROM cpg132_albums AS a,cpg132_pictures AS p WHERE p.pid = a.thumb AND a.aid = 268 (0.001s)
        [107] => SELECT p.* FROM cpg132_albums AS a,cpg132_pictures AS p WHERE p.pid = a.thumb AND a.aid = 267 (0.001s)
        [108] => SELECT p.* FROM cpg132_albums AS a,cpg132_pictures AS p WHERE p.pid = a.thumb AND a.aid = 266 (0.001s)
        [109] => SELECT p.* FROM cpg132_albums AS a,cpg132_pictures AS p WHERE p.pid = a.thumb AND a.aid = 265 (0.001s)
        [110] => SELECT p.* FROM cpg132_albums AS a,cpg132_pictures AS p WHERE p.pid = a.thumb AND a.aid = 264 (0.001s)
        [111] => SELECT p.* FROM cpg132_albums AS a,cpg132_pictures AS p WHERE p.pid = a.thumb AND a.aid = 263 (0.001s)
        [112] => SELECT COUNT(*) from cpg132_pictures WHERE approved = 'YES' and hits > 0  (0.189s)
        [113] => SELECT *, UNIX_TIMESTAMP(mtime) as mtime FROM cpg132_pictures WHERE approved = 'YES' and hits > 0  ORDER BY mtime DESC  LIMIT 0 ,4 (0.815s)
        [114] => SELECT count(*) from cpg132_comments where pid=31113 and msg_id!=0 (0s)
        [115] => SELECT count(*) from cpg132_comments where pid=31111 and msg_id!=0 (0s)
        [116] => SELECT count(*) from cpg132_comments where pid=31109 and msg_id!=0 (0s)
        [117] => SELECT count(*) from cpg132_comments where pid=31110 and msg_id!=0 (0s)
        [118] => SELECT COUNT(*) FROM `b514_coppermine`.cpg132_users (0s)
        [119] => SELECT COUNT(*) FROM cpg132_mod_online (0s)
        [120] => SELECT COUNT(*) FROM cpg132_mod_online WHERE user_id <> 0 (0.001s)
        [121] => SELECT user_id, user_name FROM `b514_coppermine`.cpg132_users ORDER BY user_id DESC LIMIT 1 (0s)
        [122] => SELECT user_id, user_name FROM cpg132_mod_online WHERE user_id <> 0 (0.001s)
        [123] => SELECT user_id,user_lastvisit FROM `b514_coppermine`.cpg132_users WHERE user_lastvisit LIKE '2007-11-29%' (0s)
        [124] => SELECT user_name as user_name FROM `b514_coppermine`.cpg132_users WHERE user_id = '1' (0s)
        [125] => SELECT user_name as user_name FROM `b514_coppermine`.cpg132_users WHERE user_id = '246' (0s)
        [126] => SELECT user_name as user_name FROM `b514_coppermine`.cpg132_users WHERE user_id = '1596' (0s)
        [127] => SELECT user_name as user_name FROM `b514_coppermine`.cpg132_users WHERE user_id = '1996' (0s)
        [128] => SELECT user_name as user_name FROM `b514_coppermine`.cpg132_users WHERE user_id = '3584' (0s)
    )

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

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

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 4.4.4 - OK
    ------------------
    mySQL version: 4.1.22-standard
    ------------------
    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 2
    Active Links 3
    Client API version 4.1.22
    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.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 | .:/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 | 30 | 30
    max_input_time | -1 | -1
    upload_max_filesize | 2M | 2M
    post_max_size | 55M | 55M
    ==========================

    Page generated in 3.452 seconds - 129 queries in 3.119 seconds - Album set : ; Meta set: ;

Joachim Müller

http uploads work fine, see http://www.b514.com/photos/displayimage.php?pos=-32545

Quote from: lordprodigy on November 30, 2007, 03:56:50 AM
Right now, ALL the images on the site seem to be broken (red X).
Can't replicate, randomly browsed your gallery - everything worked as expected.

From the docs:
QuoteAsking for support on upload issues

When asking for support on the coppermine forum, post a link to your site and a test user account (the test user mustn't be in the admin group!) with upload privileges, with the above mentioned settings in place - this way, supporters can see the error messages as well. Do not post debug_output unless requested. If you want fast results, you should disable admin approval for the group the test user is in, so supporters can tell instantly what is wrong without needing to double-check.
In the future, RTFM before posting - you have been told so already!

lordprodigy

Issue seems to have solved itself this morning.

thank you GauGau.