Unable to create thumbnail or reduced size image Unable to create thumbnail or reduced size image
 

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

Unable to create thumbnail or reduced size image

Started by HiKaRu, May 06, 2008, 12:19:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

HiKaRu

Hi there, lately my coppermine (1.4.18 (stable)) started to have some problems with the upload...
Here's the debug... any clue?  :'(

USER:
------------------
Array
(
    [ID] => 05ecb91832177d46c8fa1a787cb4ab03
    [am] => 1
    [lang] => italian
    [liv] => Array
        (
            [0] => 1921
            [1] => 2129
            [2] => 2130
            [3] => 2132
            [4] => 2131
        )

    [name] => Anon
    [lap] => 5
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => HiKaRu
    [groups] => Array
        (
            [0] => 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
(
    [0] => SELECT extension, mime, content, player FROM cpg_filetypes; (0.003s)
    [1] => select * from cpg_plugins order by priority asc; (0.001s)
    [2] => delete from `wildfalk_copp1`.cpg_sessions where time<1210064966 and remember=0; (0.001s)
    [3] => delete from `wildfalk_copp1`.cpg_sessions where time<1208858966; (0s)
    [4] => select user_id from `wildfalk_copp1`.cpg_sessions where session_id = '64a1bad1caf0031be10cbb4d3c1a7b69' (0s)
    [5] => select user_id as id, user_password as password from `wildfalk_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 `wildfalk_copp1`.cpg_users AS u INNER JOIN `wildfalk_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0.252s)
    [7] => SELECT user_group_list FROM `wildfalk_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 `wildfalk_copp1`.cpg_sessions set time='1210068566' where session_id = '64a1bad1caf0031be10cbb4d3c1a7b69' (0s)
    [11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0s)
    [12] => DELETE FROM cpg_banned WHERE expiry < '2008-05-06 11:09:26' (0s)
    [13] => SELECT * FROM cpg_banned WHERE (ip_addr='77.56.60.137' OR ip_addr='77.56.60.137' OR user_id=1) AND brute_force=0 (0s)
    [14] => SELECT aid, title FROM cpg_albums WHERE category < 10000 ORDER BY title (0s)
    [15] => SELECT aid, title FROM cpg_albums WHERE category='10001' ORDER BY title (0s)
    [16] => SELECT encoded_string FROM cpg_temp_data WHERE unique_ID = '7b3c8409' (0s)
    [17] => UPDATE cpg_temp_data SET encoded_string = 'YTowOnt9' WHERE unique_ID = '7b3c8409' (0s)
    [18] => SELECT category FROM cpg_albums WHERE aid='33' (0s)
    [19] => DELETE FROM cpg_temp_data WHERE unique_ID = '7b3c8409' (0s)
    [20] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0.001s)
)

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

==========================
POST :
------------------
Array
(
    [album] => 33
    [title] =>
    [caption] =>
    [keywords] =>
    [control] => phase_2
    [unique_ID] => 7b3c8409
    [debugtext] => USER:
------------------
Array
(
    [ID] => 05ecb91832177d46c8fa1a787cb4ab03
    [am] => 1
    [lang] => italian
    [liv] => Array
        (
            [0] => 1921
            [1] => 2129
            [2] => 2130
            [3] => 2132
            [4] => 2131
        )

    [name] => Anon
    [lap] => 5
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => HiKaRu
    [groups] => Array
        (
            [0] => 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
(
    [0] => SELECT extension, mime, content, player FROM cpg_filetypes; (0s)
    [1] => select * from cpg_plugins order by priority asc; (0s)
    [2] => delete from `wildfalk_copp1`.cpg_sessions where time<1210064956 and remember=0; (0s)
    [3] => delete from `wildfalk_copp1`.cpg_sessions where time<1208858956; (0s)
    [4] => select user_id from `wildfalk_copp1`.cpg_sessions where session_id = '64a1bad1caf0031be10cbb4d3c1a7b69' (0s)
    [5] => select user_id as id, user_password as password from `wildfalk_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 `wildfalk_copp1`.cpg_users AS u INNER JOIN `wildfalk_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `wildfalk_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 `wildfalk_copp1`.cpg_sessions set time='1210068556' where session_id = '64a1bad1caf0031be10cbb4d3c1a7b69' (0s)
    [11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0s)
    [12] => DELETE FROM cpg_banned WHERE expiry < '2008-05-06 11:09:16' (0s)
    [13] => SELECT * FROM cpg_banned WHERE (ip_addr='77.56.60.137' OR ip_addr='77.56.60.137' OR user_id=1) AND brute_force=0 (0s)
    [14] => SELECT aid, title FROM cpg_albums WHERE category < 10000 ORDER BY title (0s)
    [15] => SELECT aid, title FROM cpg_albums WHERE category='10001' ORDER BY title (0s)
    [16] => SELECT encoded_string FROM cpg_temp_data WHERE unique_ID = '7b3c8409' (0s)
    [17] => UPDATE cpg_temp_data SET encoded_string = 'YToxOntpOjA7YTozOntzOjExOiJhY3R1YWxfbmFtZSI7czoxMjoiRFNDMDcwOTYuSlBHIjtzOjE0OiJ0ZW1wb3JhcnlfbmFtZSI7czoyMzoibUhUVFBfdGVtcF9kMmZjYmZkZi5KUEciO3M6MTI6InByZXZpZXdfcGF0aCI7czozNDoiLi9hbGJ1bXMvZWRpdC9wcmV2aWV3Xzk2NjY3NTMxLkpQRyI7fX0=' WHERE unique_ID = '7b3c8409' (0s)
    [18] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0.005s)
    [19] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='10' AND cat.cid=alb.category (0s)
    [20] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='2' AND cat.cid=alb.category (0s)
    [21] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='3' AND cat.cid=alb.category (0s)
    [22] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='4' AND cat.cid=alb.category (0s)
    [23] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='5' AND cat.cid=alb.category (0s)
    [24] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='1' AND cat.cid=alb.category (0s)
    [25] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='28' AND cat.cid=alb.category (0s)
    [26] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='21' AND cat.cid=alb.category (0s)
    [27] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='24' AND cat.cid=alb.category (0s)
    [28] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='23' AND cat.cid=alb.category (0s)
    [29] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='25' AND cat.cid=alb.category (0s)
    [30] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='26' AND cat.cid=alb.category (0s)
    [31] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='32' AND cat.cid=alb.category (0s)
    [32] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='7' AND cat.cid=alb.category (0s)
    [33] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='19' AND cat.cid=alb.category (0s)
    [34] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='33' AND cat.cid=alb.category (0s)
    [35] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='14' AND cat.cid=alb.category (0s)
    [36] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='31' AND cat.cid=alb.category (0s)
    [37] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='16' AND cat.cid=alb.category (0s)
    [38] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='30' AND cat.cid=alb.category (0s)
    [39] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='27' AND cat.cid=alb.category (0s)
    [40] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='12' AND cat.cid=alb.category (0s)
    [41] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='13' AND cat.cid=alb.category (0s)
    [42] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='11' AND cat.cid=alb.category (0s)
    [43] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='18' AND cat.cid=alb.category (0s)
    [44] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='17' AND cat.cid=alb.category (0s)
    [45] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='22' AND cat.cid=alb.category (0s)
    [46] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='15' AND cat.cid=alb.category (0s)
    [47] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='20' AND cat.cid=alb.category (0s)
    [48] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='8' AND cat.cid=alb.category (0s)
    [49] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='9' AND cat.cid=alb.category (0s)
    [50] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='6' AND cat.cid=alb.category (0s)
)

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

==========================
POST :
------------------
Array
(
    [unique_ID] => 7b3c8409
    [control] => phase_2
    [debugtext] => USER:
------------------
Array
(
    [ID] => 05ecb91832177d46c8fa1a787cb4ab03
    [am] => 1
    [lang] => italian
    [liv] => Array
        (
            [0] => 1921
            [1] => 2129
            [2] => 2130
            [3] => 2132
            [4] => 2131
        )

    [name] => Anon
    [lap] => 5
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => HiKaRu
    [groups] => Array
        (
            [0] => 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
(
    [0] => SELECT extension, mime, content, player FROM cpg_filetypes; (0s)
    [1] => select * from cpg_plugins order by priority asc; (0s)
    [2] => delete from `wildfalk_copp1`.cpg_sessions where time<1210064932 and remember=0; (0s)
    [3] => delete from `wildfalk_copp1`.cpg_sessions where time<1208858932; (0s)
    [4] => select user_id from `wildfalk_copp1`.cpg_sessions where session_id = '64a1bad1caf0031be10cbb4d3c1a7b69' (0s)
    [5] => select user_id as id, user_password as password from `wildfalk_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 `wildfalk_copp1`.cpg_users AS u INNER JOIN `wildfalk_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `wildfalk_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 `wildfalk_copp1`.cpg_sessions set time='1210068532' where session_id = '64a1bad1caf0031be10cbb4d3c1a7b69' (0s)
    [11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0.001s)
    [12] => DELETE FROM cpg_banned WHERE expiry < '2008-05-06 11:08:52' (0s)
    [13] => SELECT * FROM cpg_banned WHERE (ip_addr='77.56.60.137' OR ip_addr='77.56.60.137' OR user_id=1) AND brute_force=0 (0s)
    [14] => SELECT aid, title FROM cpg_albums WHERE category < 10000 ORDER BY title (0.001s)
    [15] => SELECT aid, title FROM cpg_albums WHERE category='10001' ORDER BY title (0s)
    [16] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0.001s)
    [17] => SELECT unique_ID FROM cpg_temp_data (0s)
    [18] => INSERT INTO cpg_temp_data VALUES ('7b3c8409', 'YToxOntpOjA7YToyOntzOjExOiJhY3R1YWxfbmFtZSI7czoxMjoiRFNDMDcwOTYuSlBHIjtzOjE0OiJ0ZW1wb3JhcnlfbmFtZSI7czoyMzoibUhUVFBfdGVtcF9kMmZjYmZkZi5KUEciO319', '1210068532') (0s)
)

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

==========================
POST :
------------------
Array
(
    [URI_array] => Array
        (
            [0] =>
            [1] =>
            [2] =>
        )

    [control] => phase_1
)

==========================
VERSION INFO :
------------------
PHP version: 5.2.5 - OK
------------------
mySQL version: 5.0.45-community
------------------
Coppermine version: 1.4.18(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.45
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib64 -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.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, shell_exec, passthru, exec,popen, proc_open, allow_url_fopen | show_source, system, shell_exec, passthru, exec,popen, proc_open, allow_url_fopen
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 | 10M | 10M
post_max_size | 55M | 55M
==========================
Page generated in 0.301 seconds - 19 queries in 0.003 seconds - Album set : ; Meta set: ;
)


website: http://www.wildfalken.net/photo/

Hein Traag

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

Which also says to not post debug unless asked for. Follow the steps mentioned in the docs.