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: upload don't work  (Read 2901 times)

0 Members and 1 Guest are viewing this topic.

tebra

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
upload don't work
« on: April 18, 2006, 06:02:35 pm »

Hello, I have this message (in french) when I upload a picture
Quote
Le fichier précédent n'a pas pu ętre placé.

You can try with
user: test
pw: tester
adresse: http://users.rockweb.org/tebrabibi/coppermine/

This is the debug output:
Code: [Select]
USER:
------------------
Array
(
    [ID] => 8c6452ac5224fc90fdaa4d417e4cbcc3
    [am] => 1
    [lang] => french
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => *****
    [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] => 1
    [num_URI_upload] => 1
    [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 cpg143_filetypes; (0s)
    [1] => select * from cpg143_plugins order by priority asc; (0.001s)
    [2] => delete from `tebrabibi`.cpg143_sessions where time<1145370211 and remember=0; (0.001s)
    [3] => delete from `tebrabibi`.cpg143_sessions where time<1144164211; (0.005s)
    [4] => select user_id from `tebrabibi`.cpg143_sessions where session_id=md5("1f4d5d03884fc4f5a76634bdc5a8a06f385cb25f72cdc02998aa5e5622823fb5"); (0.001s)
    [5] => select user_id as id, user_password as password from `tebrabibi`.cpg143_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 `tebrabibi`.cpg143_users AS u INNER JOIN `tebrabibi`.cpg143_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `tebrabibi`.cpg143_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 cpg143_usergroups WHERE group_id in (1) (0s)
    [9] => SELECT group_name FROM  cpg143_usergroups WHERE group_id= 1 (0.001s)
    [10] => update `tebrabibi`.cpg143_sessions set time='1145373811' where session_id=md5('1f4d5d03884fc4f5a76634bdc5a8a06f385cb25f72cdc02998aa5e5622823fb5'); (0.001s)
    [11] => SELECT user_favpics FROM cpg143_favpics WHERE user_id = 1 (0.001s)
    [12] => DELETE FROM cpg143_banned WHERE expiry < '2006-04-18 15:23:31' (0.001s)
    [13] => SELECT * FROM cpg143_banned WHERE (ip_addr='88.147.4.236' OR ip_addr='88.147.4.236' OR user_id=1) AND brute_force=0 (0s)
    [14] => SELECT aid, title FROM cpg143_albums WHERE category < 10000 ORDER BY title (0s)
    [15] => SELECT aid, title FROM cpg143_albums WHERE category='10001' ORDER BY title (0s)
    [16] => SELECT encoded_string FROM cpg143_temp_data WHERE unique_ID = '96e1dc65' (0.001s)
    [17] => UPDATE cpg143_temp_data SET encoded_string = 'YTowOnt9' WHERE unique_ID = '96e1dc65' (0.001s)
    [18] => SELECT category FROM cpg143_albums WHERE aid='1' (0.001s)
    [19] => DELETE FROM cpg143_temp_data WHERE unique_ID = '96e1dc65' (0.001s)
    [20] => SELECT COUNT(*) FROM cpg143_pictures WHERE approved = 'NO' (0s)
)

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

==========================
POST :
------------------
Array
(
    [album] => 1
    [title] => Jilo
    [caption] =>
    [keywords] =>
    [control] => phase_2
    [unique_ID] => 96e1dc65
    [debugtext] => USER:
------------------
Array
(
    [ID] => 8c6452ac5224fc90fdaa4d417e4cbcc3
    [am] => 1
    [lang] => french
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => tebra
    [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] => 1
    [num_URI_upload] => 1
    [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 cpg143_filetypes; (0s)
    [1] => select * from cpg143_plugins order by priority asc; (0s)
    [2] => delete from `tebrabibi`.cpg143_sessions where time<1145370199 and remember=0; (0.001s)
    [3] => delete from `tebrabibi`.cpg143_sessions where time<1144164199; (0.001s)
    [4] => select user_id from `tebrabibi`.cpg143_sessions where session_id=md5("1f4d5d03884fc4f5a76634bdc5a8a06f385cb25f72cdc02998aa5e5622823fb5"); (0.001s)
    [5] => select user_id as id, user_password as password from `tebrabibi`.cpg143_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 `tebrabibi`.cpg143_users AS u INNER JOIN `tebrabibi`.cpg143_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `tebrabibi`.cpg143_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 cpg143_usergroups WHERE group_id in (1) (0s)
    [9] => SELECT group_name FROM  cpg143_usergroups WHERE group_id= 1 (0s)
    [10] => update `tebrabibi`.cpg143_sessions set time='1145373799' where session_id=md5('1f4d5d03884fc4f5a76634bdc5a8a06f385cb25f72cdc02998aa5e5622823fb5'); (0.001s)
    [11] => SELECT user_favpics FROM cpg143_favpics WHERE user_id = 1 (0.001s)
    [12] => DELETE FROM cpg143_banned WHERE expiry < '2006-04-18 15:23:19' (0.001s)
    [13] => SELECT * FROM cpg143_banned WHERE (ip_addr='88.147.4.236' OR ip_addr='88.147.4.236' OR user_id=1) AND brute_force=0 (0.001s)
    [14] => SELECT aid, title FROM cpg143_albums WHERE category < 10000 ORDER BY title (0s)
    [15] => SELECT aid, title FROM cpg143_albums WHERE category='10001' ORDER BY title (0s)
    [16] => SELECT encoded_string FROM cpg143_temp_data WHERE unique_ID = '96e1dc65' (0.001s)
    [17] => UPDATE cpg143_temp_data SET encoded_string = 'YToxOntpOjA7YTozOntzOjExOiJhY3R1YWxfbmFtZSI7czoxNToiYXZhdGFyLWppbG8uYm1wIjtzOjE0OiJ0ZW1wb3JhcnlfbmFtZSI7czoyMzoibUhUVFBfdGVtcF8wNDcwODY3Yy5ibXAiO3M6MTI6InByZXZpZXdfcGF0aCI7czozNDoiLi9hbGJ1bXMvZWRpdC9wcmV2aWV3XzA1N2IyN2IwLmJtcCI7fX0=' WHERE unique_ID = '96e1dc65' (0.001s)
    [18] => SELECT COUNT(*) FROM cpg143_pictures WHERE approved = 'NO' (0s)
    [19] => SELECT cat.name FROM cpg143_categories cat, cpg143_albums alb WHERE alb.aid='1' AND cat.cid=alb.category (0.002s)
)

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

==========================
POST :
------------------
Array
(
    [unique_ID] => 96e1dc65
    [control] => phase_2
    [debugtext] => USER:
------------------
Array
(
    [ID] => 8c6452ac5224fc90fdaa4d417e4cbcc3
    [am] => 1
    [lang] => french
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => tebra
    [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] => 1
    [num_URI_upload] => 1
    [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 cpg143_filetypes; (0s)
    [1] => select * from cpg143_plugins order by priority asc; (0s)
    [2] => delete from `tebrabibi`.cpg143_sessions where time<1145370194 and remember=0; (0.001s)
    [3] => delete from `tebrabibi`.cpg143_sessions where time<1144164194; (0.001s)
    [4] => select user_id from `tebrabibi`.cpg143_sessions where session_id=md5("1f4d5d03884fc4f5a76634bdc5a8a06f385cb25f72cdc02998aa5e5622823fb5"); (0.001s)
    [5] => select user_id as id, user_password as password from `tebrabibi`.cpg143_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 `tebrabibi`.cpg143_users AS u INNER JOIN `tebrabibi`.cpg143_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `tebrabibi`.cpg143_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 cpg143_usergroups WHERE group_id in (1) (0s)
    [9] => SELECT group_name FROM  cpg143_usergroups WHERE group_id= 1 (0s)
    [10] => update `tebrabibi`.cpg143_sessions set time='1145373794' where session_id=md5('1f4d5d03884fc4f5a76634bdc5a8a06f385cb25f72cdc02998aa5e5622823fb5'); (0.001s)
    [11] => SELECT user_favpics FROM cpg143_favpics WHERE user_id = 1 (0.001s)
    [12] => DELETE FROM cpg143_banned WHERE expiry < '2006-04-18 15:23:15' (0.001s)
    [13] => SELECT * FROM cpg143_banned WHERE (ip_addr='88.147.4.236' OR ip_addr='88.147.4.236' OR user_id=1) AND brute_force=0 (0s)
    [14] => SELECT aid, title FROM cpg143_albums WHERE category < 10000 ORDER BY title (0s)
    [15] => SELECT aid, title FROM cpg143_albums WHERE category='10001' ORDER BY title (0s)
    [16] => SELECT COUNT(*) FROM cpg143_pictures WHERE approved = 'NO' (0s)
    [17] => SELECT unique_ID FROM cpg143_temp_data (0.001s)
    [18] => INSERT INTO cpg143_temp_data VALUES ('96e1dc65', 'YToxOntpOjA7YToyOntzOjExOiJhY3R1YWxfbmFtZSI7czoxNToiYXZhdGFyLWppbG8uYm1wIjtzOjE0OiJ0ZW1wb3JhcnlfbmFtZSI7czoyMzoibUhUVFBfdGVtcF8wNDcwODY3Yy5ibXAiO319', '1145373795') (0.005s)
)

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

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

    [control] => phase_1
)


==========================
VERSION INFO :
------------------
PHP version: 4.4.0-4 - OK
------------------
mySQL version: 4.1.15-Debian_1-log
------------------
Coppermine version: 1.4.4(stable)
==========================
Module: GD
------------------
GD Version: 2.0 or higher
FreeType Support: 1
FreeType Linkage: with freetype
T1Lib Support: 1
GIF Read Support: 1
GIF Create Support: 1
JPG Support: 1
PNG Support: 1
WBMP Support: 1
XBM Support:
JIS-mapped Japanese Font Support:

==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 4.1.15
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.3
Linked Version 1.2.2
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | On | 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 | rmdir,unlink,opendir,glob,strip_tags,emalloc,socket_iovec_alloc,socket_recv,socket_recvfrom,socket_iovec_alloc,openlog,escapeshellarg,escapeshellcmd,exec,passthru,popen,pclose,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,socket_accept,socket_listen,stream_socket_accept,stream_socket_server,system,fsockopen,pfsockopen,socket_create,socket_write,socket_connect,highlight_file | ftp_mkdir,ftp_rename,ftp_delete,ftp_site,ftp_rmdir,ftp_chdir,ftp_login,ftp_nb_fget,ftp_connect,rmdir,unlink,mkdir,exec,unlink,shell_exec,rmdir,ftp_login,escapeshellarg,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,socket_accept,socket_listen,stream_socket_accept,stream_socket_server,pfsockopen,socket_create,socket_write,socket_connec
file_uploads | On | On
include_path | .:/usr/share/php:/usr/share/pear | .:/usr/share/php:/usr/share/pear
open_basedir | /home/users/ | /home/users:/var/www/:/home/easy/
==========================
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.704 seconds - 20 queries in 0.011 seconds - Album set : ; Meta set: ;
)

==========================
VERSION INFO :
------------------
PHP version: 4.4.0-4 - OK
------------------
mySQL version: 4.1.15-Debian_1-log
------------------
Coppermine version: 1.4.4(stable)
==========================
Module: GD
------------------
GD Version: 2.0 or higher
FreeType Support: 1
FreeType Linkage: with freetype
T1Lib Support: 1
GIF Read Support: 1
GIF Create Support: 1
JPG Support: 1
PNG Support: 1
WBMP Support: 1
XBM Support:
JIS-mapped Japanese Font Support:

==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 4.1.15
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.3
Linked Version 1.2.2
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | On | 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 | rmdir,unlink,opendir,glob,strip_tags,emalloc,socket_iovec_alloc,socket_recv,socket_recvfrom,socket_iovec_alloc,openlog,escapeshellarg,escapeshellcmd,exec,passthru,popen,pclose,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,socket_accept,socket_listen,stream_socket_accept,stream_socket_server,system,fsockopen,pfsockopen,socket_create,socket_write,socket_connect,highlight_file | ftp_mkdir,ftp_rename,ftp_delete,ftp_site,ftp_rmdir,ftp_chdir,ftp_login,ftp_nb_fget,ftp_connect,rmdir,unlink,mkdir,exec,unlink,shell_exec,rmdir,ftp_login,escapeshellarg,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,socket_accept,socket_listen,stream_socket_accept,stream_socket_server,pfsockopen,socket_create,socket_write,socket_connec
file_uploads | On | On
include_path | .:/usr/share/php:/usr/share/pear | .:/usr/share/php:/usr/share/pear
open_basedir | /home/users/ | /home/users:/var/www/:/home/easy/
==========================
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.698 seconds - 21 queries in 0.016 seconds - Album set : ; Meta set: ;
Logged

Nibbler

  • Guest
Logged

tebra

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: upload don't work
« Reply #2 on: April 19, 2006, 09:45:44 am »

OK, now I have done all for test configuration but it don't work better.

Please help
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Logged

tebra

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: upload don't work
« Reply #4 on: April 19, 2006, 10:49:10 am »

OK, I have make your patch on picmgmt.inc.php file but it don't work.
I have the same error with other type of picture like png and bmp
Logged
Pages: [1]   Go Up
 

Page created in 0.024 seconds with 19 queries.