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 upload .bmp files  (Read 7180 times)

0 Members and 1 Guest are viewing this topic.

aisdeck

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Can't upload .bmp files
« on: October 15, 2006, 07:08:12 pm »

Here is the debug text

Code: [Select]
USER:
------------------
Array
(
    [ID] => 12ed5cdec7fc696189516f8fcbe1bd6b
    [am] => 1
    [lang] => finnish
    [theme] => igames
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 2
    [user_name] => LKK
    [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 cpg148_filetypes; (0.001s)
    [1] => select * from cpg148_plugins order by priority asc; (0s)
    [2] => delete from `daslin_Q`.cpg148_sessions where time<1160928127 and remember=0; (0s)
    [3] => delete from `daslin_Q`.cpg148_sessions where time<1159722127; (0s)
    [4] => select user_id from `daslin_Q`.cpg148_sessions where session_id=md5("46ce18aade51c3a93fbcf737b3fc169b54bf1b69701fec6fd10543888f75fc3e"); (0.002s)
    [5] => select user_id as id, user_password as password from `daslin_Q`.cpg148_users where user_id=2 (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 `daslin_Q`.cpg148_users AS u INNER JOIN `daslin_Q`.cpg148_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='2' (0s)
    [7] => SELECT user_group_list FROM `daslin_Q`.cpg148_users AS u WHERE user_id='2' 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 cpg148_usergroups WHERE group_id in (1) (0.001s)
    [9] => SELECT group_name FROM  cpg148_usergroups WHERE group_id= 1 (0s)
    [10] => update `daslin_Q`.cpg148_sessions set time='1160931727' where session_id=md5('46ce18aade51c3a93fbcf737b3fc169b54bf1b69701fec6fd10543888f75fc3e'); (0s)
    [11] => SELECT user_favpics FROM cpg148_favpics WHERE user_id = 2 (0s)
    [12] => DELETE FROM cpg148_banned WHERE expiry < '2006-10-15 20:02:07' (0s)
    [13] => SELECT * FROM cpg148_banned WHERE (ip_addr='84.239.224.247' OR ip_addr='84.239.224.247' OR user_id=2) AND brute_force=0 (0s)
    [14] => SELECT aid, title FROM cpg148_albums WHERE category < 10000 ORDER BY title (0s)
    [15] => SELECT aid, title FROM cpg148_albums WHERE category='10002' ORDER BY title (0s)
    [16] => SELECT encoded_string FROM cpg148_temp_data WHERE unique_ID = '9eaa5c29' (0s)
    [17] => UPDATE cpg148_temp_data SET encoded_string = 'YTowOnt9' WHERE unique_ID = '9eaa5c29' (0s)
    [18] => SELECT category FROM cpg148_albums WHERE aid='2' (0s)
    [19] => DELETE FROM cpg148_temp_data WHERE unique_ID = '9eaa5c29' (0s)
    [20] => SELECT COUNT(*) FROM cpg148_pictures WHERE approved = 'NO' (0s)
)

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

==========================
POST :
------------------
Array
(
    [album] => 2
    [title] => dsad
    [caption] => sadfa
    [keywords] => fadsfa
    [control] => phase_2
    [unique_ID] => 9eaa5c29
    [debugtext] => USER:
------------------
Array
(
    [ID] => 12ed5cdec7fc696189516f8fcbe1bd6b
    [am] => 1
    [lang] => finnish
    [theme] => igames
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 2
    [user_name] => LKK
    [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 cpg148_filetypes; (0.001s)
    [1] => select * from cpg148_plugins order by priority asc; (0s)
    [2] => delete from `daslin_Q`.cpg148_sessions where time<1160928117 and remember=0; (0s)
    [3] => delete from `daslin_Q`.cpg148_sessions where time<1159722117; (0s)
    [4] => select user_id from `daslin_Q`.cpg148_sessions where session_id=md5("46ce18aade51c3a93fbcf737b3fc169b54bf1b69701fec6fd10543888f75fc3e"); (0.001s)
    [5] => select user_id as id, user_password as password from `daslin_Q`.cpg148_users where user_id=2 (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 `daslin_Q`.cpg148_users AS u INNER JOIN `daslin_Q`.cpg148_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='2' (0s)
    [7] => SELECT user_group_list FROM `daslin_Q`.cpg148_users AS u WHERE user_id='2' 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 cpg148_usergroups WHERE group_id in (1) (0.001s)
    [9] => SELECT group_name FROM  cpg148_usergroups WHERE group_id= 1 (0s)
    [10] => update `daslin_Q`.cpg148_sessions set time='1160931717' where session_id=md5('46ce18aade51c3a93fbcf737b3fc169b54bf1b69701fec6fd10543888f75fc3e'); (0s)
    [11] => SELECT user_favpics FROM cpg148_favpics WHERE user_id = 2 (0s)
    [12] => DELETE FROM cpg148_banned WHERE expiry < '2006-10-15 20:01:57' (0s)
    [13] => SELECT * FROM cpg148_banned WHERE (ip_addr='84.239.224.247' OR ip_addr='84.239.224.247' OR user_id=2) AND brute_force=0 (0s)
    [14] => SELECT aid, title FROM cpg148_albums WHERE category < 10000 ORDER BY title (0s)
    [15] => SELECT aid, title FROM cpg148_albums WHERE category='10002' ORDER BY title (0s)
    [16] => SELECT encoded_string FROM cpg148_temp_data WHERE unique_ID = '9eaa5c29' (0s)
    [17] => UPDATE cpg148_temp_data SET encoded_string = 'YToxOntpOjA7YTozOntzOjExOiJhY3R1YWxfbmFtZSI7czoxMDoiRVVjbGlwLmJtcCI7czoxNDoidGVtcG9yYXJ5X25hbWUiO3M6MjM6Im1IVFRQX3RlbXBfMGQwNTJhNzUuYm1wIjtzOjEyOiJwcmV2aWV3X3BhdGgiO3M6MzQ6Ii4vYWxidW1zL2VkaXQvcHJldmlld19kYTQ4YmUxYS5ibXAiO319' WHERE unique_ID = '9eaa5c29' (0s)
    [18] => SELECT COUNT(*) FROM cpg148_pictures WHERE approved = 'NO' (0s)
    [19] => SELECT cat.name FROM cpg148_categories cat, cpg148_albums alb WHERE alb.aid='3' AND cat.cid=alb.category (0s)
    [20] => SELECT cat.name FROM cpg148_categories cat, cpg148_albums alb WHERE alb.aid='2' AND cat.cid=alb.category (0s)
)

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

==========================
POST :
------------------
Array
(
    [unique_ID] => 9eaa5c29
    [control] => phase_2
    [debugtext] => USER:
------------------
Array
(
    [ID] => 12ed5cdec7fc696189516f8fcbe1bd6b
    [am] => 1
    [lang] => finnish
    [theme] => igames
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 2
    [user_name] => LKK
    [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 cpg148_filetypes; (0.001s)
    [1] => select * from cpg148_plugins order by priority asc; (0s)
    [2] => delete from `daslin_Q`.cpg148_sessions where time<1160928114 and remember=0; (0s)
    [3] => delete from `daslin_Q`.cpg148_sessions where time<1159722114; (0s)
    [4] => select user_id from `daslin_Q`.cpg148_sessions where session_id=md5("46ce18aade51c3a93fbcf737b3fc169b54bf1b69701fec6fd10543888f75fc3e"); (0s)
    [5] => select user_id as id, user_password as password from `daslin_Q`.cpg148_users where user_id=2 (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 `daslin_Q`.cpg148_users AS u INNER JOIN `daslin_Q`.cpg148_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='2' (0s)
    [7] => SELECT user_group_list FROM `daslin_Q`.cpg148_users AS u WHERE user_id='2' 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 cpg148_usergroups WHERE group_id in (1) (0s)
    [9] => SELECT group_name FROM  cpg148_usergroups WHERE group_id= 1 (0s)
    [10] => update `daslin_Q`.cpg148_sessions set time='1160931714' where session_id=md5('46ce18aade51c3a93fbcf737b3fc169b54bf1b69701fec6fd10543888f75fc3e'); (0s)
    [11] => SELECT user_favpics FROM cpg148_favpics WHERE user_id = 2 (0s)
    [12] => DELETE FROM cpg148_banned WHERE expiry < '2006-10-15 20:01:54' (0s)
    [13] => SELECT * FROM cpg148_banned WHERE (ip_addr='84.239.224.247' OR ip_addr='84.239.224.247' OR user_id=2) AND brute_force=0 (0s)
    [14] => SELECT aid, title FROM cpg148_albums WHERE category < 10000 ORDER BY title (0s)
    [15] => SELECT aid, title FROM cpg148_albums WHERE category='10002' ORDER BY title (0s)
    [16] => SELECT COUNT(*) FROM cpg148_pictures WHERE approved = 'NO' (0.003s)
    [17] => SELECT unique_ID FROM cpg148_temp_data (0.008s)
    [18] => INSERT INTO cpg148_temp_data VALUES ('9eaa5c29', 'YToxOntpOjA7YToyOntzOjExOiJhY3R1YWxfbmFtZSI7czoxMDoiRVVjbGlwLmJtcCI7czoxNDoidGVtcG9yYXJ5X25hbWUiO3M6MjM6Im1IVFRQX3RlbXBfMGQwNTJhNzUuYm1wIjt9fQ==', '1160931714') (0s)
)

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

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

    [control] => phase_1
)

==========================
VERSION INFO :
------------------
PHP version: 4.4.0 - OK
------------------
mySQL version: 4.1.11-Debian_4sarge4
------------------
Coppermine version: 1.4.8(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 3.23.56
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/run/mysqld/mysqld.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient 
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.2.2
Linked Version 1.2.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/local/lib/php | .:/usr/local/lib/php
open_basedir | no value | 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 | 10M | 10M
post_max_size | 8M | 8M
==========================
Page generated in 3.385 seconds - 19 queries in 0.012 seconds - Album set : ; Meta set: ;
)

==========================
VERSION INFO :
------------------
PHP version: 4.4.0 - OK
------------------
mySQL version: 4.1.11-Debian_4sarge4
------------------
Coppermine version: 1.4.8(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 3.23.56
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/run/mysqld/mysqld.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient 
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.2.2
Linked Version 1.2.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/local/lib/php | .:/usr/local/lib/php
open_basedir | no value | 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 | 10M | 10M
post_max_size | 8M | 8M
==========================
Page generated in 0.33 seconds - 21 queries in 0.003 seconds - Album set : ; Meta set: ;
)

==========================
VERSION INFO :
------------------
PHP version: 4.4.0 - OK
------------------
mySQL version: 4.1.11-Debian_4sarge4
------------------
Coppermine version: 1.4.8(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 3.23.56
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/run/mysqld/mysqld.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient 
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.2.2
Linked Version 1.2.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/local/lib/php | .:/usr/local/lib/php
open_basedir | no value | 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 | 10M | 10M
post_max_size | 8M | 8M
==========================
Page generated in 0.29 seconds - 21 queries in 0.004 seconds - Album set : ; Meta set: ;
Logged

Nibbler

  • Guest
Re: Can't upload .bmp files
« Reply #1 on: October 15, 2006, 07:13:19 pm »

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

Don't upload bmp files, they are not suitable for use on the web.
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: Can't upload .bmp files
« Reply #2 on: October 15, 2006, 07:16:28 pm »

The GD image library doesn't support the bmp format (it's a Windows proprietary format).  I think ImageMagick supports it, but as Nibbler said, bmp isn't suited for the web so you should convert those images to gif, jpg, or png before uploading.
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 19 queries.