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 Images  (Read 3012 times)

0 Members and 1 Guest are viewing this topic.

ladyjobi

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Can't upload Images
« on: August 18, 2007, 01:15:36 am »

For some strange reason I am able to add albums and categories but I am not able to add any images. I was able to add one image yesterday but since then I keep getting error messages. I have tried adding them by batch, ftp, http and url but no luck. I keep getting the "images were not added to the previous album". Any help would be appreciated. Here is a link to my gallery: http://www.ultimatevanessa.com/gallery
Logged

Nibbler

  • Guest
Re: Can't upload Images
« Reply #1 on: August 18, 2007, 02:38:16 am »

You missed the upload support board. Presumably that means you didn't search before posting, so please at least follow the upload troubleshooting guide.

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

ladyjobi

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Re: Can't upload Images
« Reply #2 on: August 18, 2007, 06:59:15 am »

I followed the steps in the troubleshooting guide and I am still having troubles. This is what I got when I tried batch uploading the images again:

Code: [Select]
USER:
------------------
Array
(
    [ID] => ae8304405ad50b31cf563e152ddf000a
    [am] => 1
    [lang] => english
    [liv] => Array
        (
            [0] => 1
        )

)

==========================
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] => 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
(
    [0] => SELECT extension, mime, content, player FROM cpg1411_filetypes; (0s)
    [1] => select * from cpg1411_plugins order by priority asc; (0s)
    [2] => delete from `ladyjobi_gallery`.cpg1411_sessions where time<1187409297 and remember=0; (0s)
    [3] => delete from `ladyjobi_gallery`.cpg1411_sessions where time<1186203297; (0s)
    [4] => select user_id from `ladyjobi_gallery`.cpg1411_sessions where session_id=md5("0ce01833232fe1dcf4a55ca527272a3c02c97ca0a3e94ff27842745cac9c1d7e"); (0s)
    [5] => select user_id as id, user_password as password from `ladyjobi_gallery`.cpg1411_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 `ladyjobi_gallery`.cpg1411_users AS u INNER JOIN `ladyjobi_gallery`.cpg1411_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `ladyjobi_gallery`.cpg1411_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 cpg1411_usergroups WHERE group_id in (1) (0s)
    [9] => SELECT group_name FROM  cpg1411_usergroups WHERE group_id= 1 (0s)
    [10] => update `ladyjobi_gallery`.cpg1411_sessions set time='1187412897' where session_id=md5('0ce01833232fe1dcf4a55ca527272a3c02c97ca0a3e94ff27842745cac9c1d7e'); (0s)
    [11] => SELECT user_favpics FROM cpg1411_favpics WHERE user_id = 1 (0s)
    [12] => DELETE FROM cpg1411_banned WHERE expiry < '2007-08-18 04:54:57' (0s)
    [13] => SELECT * FROM cpg1411_banned WHERE (ip_addr='76.199.171.180' OR ip_addr='76.199.171.180' OR user_id=1) AND brute_force=0 (0s)
    [14] => SELECT aid, title FROM cpg1411_albums WHERE 1 (0s)
    [15] => SELECT COUNT(*) FROM cpg1411_pictures WHERE approved = 'NO' (0s)
)

==========================
GET :
------------------
Array
(
    [insert] => 1
)

==========================
POST :
------------------
Array
(
    [d0000] => 6
    [pics] => Array
        (
            [0] => i0000
            [1] => i0001
            [2] => i0002
            [3] => i0003
            [4] => i0004
            [5] => i0005
            [6] => i0006
            [7] => i0007
            [8] => i0008
            [9] => i0009
            [10] => i0010
            [11] => i0011
            [12] => i0012
            [13] => i0013
            [14] => i0014
            [15] => i0015
            [16] => i0016
            [17] => i0017
            [18] => i0018
            [19] => i0019
            [20] => i0020
            [21] => i0021
        )

    [album_lb_id_i0000] => d0000
    [picfile_i0000] => aW1hZ2VzL2pvaG5zb25mYW1pbHkuanBn
    [album_lb_id_i0001] => d0000
    [picfile_i0001] => aW1hZ2VzL2pvaG5zb25mYW1pbHkxLmpwZw==
    [album_lb_id_i0002] => d0000
    [picfile_i0002] => aW1hZ2VzL2pvaG5zb25mYW1pbHkyLmpwZw==
    [album_lb_id_i0003] => d0000
    [picfile_i0003] => aW1hZ2VzL2pvaG5zb25mYW1pbHkzLmpwZw==
    [album_lb_id_i0004] => d0000
    [picfile_i0004] => aW1hZ2VzL2pvaG5zb25mYW1pbHk0LmpwZw==
    [album_lb_id_i0005] => d0000
    [picfile_i0005] => aW1hZ2VzL3ZhbmVzc2ExNC5qcGc=
    [album_lb_id_i0006] => d0000
    [picfile_i0006] => aW1hZ2VzL3ZhbmVzc2FsaW5zdHlsZS5qcGc=
    [album_lb_id_i0007] => d0000
    [picfile_i0007] => aW1hZ2VzL3ZhbmVzc2FsaW5zdHlsZTEuanBn
    [album_lb_id_i0008] => d0000
    [picfile_i0008] => aW1hZ2VzL3ZhbmVzc2FsaW5zdHlsZTMuanBn
    [album_lb_id_i0009] => d0000
    [picfile_i0009] => aW1hZ2VzL3ZhbmVzc2FsaW5zdHlsZTQuanBn
    [album_lb_id_i0010] => d0000
    [picfile_i0010] => aW1hZ2VzL3ZhbmVzc2FsaW5zdHlsZTUuanBn
    [album_lb_id_i0011] => d0000
    [picfile_i0011] => aW1hZ2VzL3ZhbmVzc2FsaW5zdHlsZTYuanBn
    [album_lb_id_i0012] => d0000
    [picfile_i0012] => aW1hZ2VzL3ZhbmVzc2FsaW5zdHlsZTcuanBn
    [album_lb_id_i0013] => d0000
    [picfile_i0013] => aW1hZ2VzL3ZhbmVzc2Fsd2VkZGluZy5qcGc=
    [album_lb_id_i0014] => d0000
    [picfile_i0014] => aW1hZ2VzL3ZhbmVzc2Fsd2VkZGluZzEuanBn
    [album_lb_id_i0015] => d0000
    [picfile_i0015] => aW1hZ2VzL3ZhbmVzc2Fsd2VkZGluZzIuanBn
    [album_lb_id_i0016] => d0000
    [picfile_i0016] => aW1hZ2VzL3ZhbmVzc2Fsd2VkZGluZzMuanBn
    [album_lb_id_i0017] => d0000
    [picfile_i0017] => aW1hZ2VzL3ZhbmVzc2Fsd2lsbGlhbXMyLmpwZw==
    [album_lb_id_i0018] => d0000
    [picfile_i0018] => aW1hZ2VzL3ZhbmVzc2Fsd2lsbGlhbXMxNi5qcGc=
    [album_lb_id_i0019] => d0000
    [picfile_i0019] => aW1hZ2VzL3ZhbmVzc2Fsd2lsbGlhbXMxNy5qcGc=
    [album_lb_id_i0020] => d0000
    [picfile_i0020] => aW1hZ2VzL3ZhbmVzc2Fsd2lsbGlhbXMxOC5qcGc=
    [album_lb_id_i0021] => d0000
    [picfile_i0021] => aW1hZ2VzL3ZhbmVzc2Fsd2lsbGlhbXMxOS5qcGc=
    [insert] => Insert selected files
)

==========================
VERSION INFO :
------------------
PHP version: 5.2.3 - OK
------------------
mySQL version: 4.1.22-standard
------------------
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 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
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.1.2
Linked Version 1.2.1.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 | system,dl,passthru,exec,shell_exec,popen,proc_close,proc_get_status,proc_nice,proc_open,chown,chgrp,escapeshellcmd,escapeshellarg,show_source,posix_mkfifo,mysql_list_dbs,get_current_user,getmyuid,posix_setuid,posix_setsid,posix_setpgid,posix_setpgid,posix_kill,apache_child_terminate,leak,pclose,read | system,dl,passthru,exec,shell_exec,popen,proc_close,proc_get_status,proc_nice,proc_open,chown,chgrp,escapeshellcmd,escapeshellarg,show_source,posix_mkfifo,mysql_list_dbs,get_current_user,getmyuid,posix_setuid,posix_setsid,posix_setpgid,posix_setpgid,posix_kill,apache_child_terminate,leak,pclose,read
file_uploads | On | On
include_path | .:/usr/lib/php:/usr/local/lib/php | .:/usr/lib/php:/usr/local/lib/php
open_basedir | /home/ladyjobi:/usr/lib/php:/usr/local/lib/php:/tmp | 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 | 10 | 10
max_input_time | 30 | 30
upload_max_filesize | 2M | 2M
post_max_size | 8M | 8M
==========================
Page generated in 0.168 seconds - 16 queries in 0 seconds - Album set : ; Meta set: ;
« Last Edit: August 18, 2007, 07:33:46 am by Sami »
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Can't upload Images
« Reply #3 on: August 18, 2007, 07:35:47 am »

Nobody asked for DEBUG info!
Please read the link that Nibbler suggested carefully, specially the red part
Logged
‍I don't answer to PM with support question
Please post your issue to related board
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 20 queries.