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: Batch Upload used to work and now gives me issues.  (Read 4979 times)

0 Members and 1 Guest are viewing this topic.

Jack.Straw

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Batch Upload used to work and now gives me issues.
« on: January 29, 2008, 08:01:23 pm »

Hello.  My gallery has recently developed a problem with batch uploads.  It used to work fine.  Everything appears to be working up to the point that I click on  the "Insert Selected Files" button.  Instead of inserting the selected files the browser takes me back to the directory selection screen.

Debug info:

Code: [Select]
USER:
------------------
Array
(
    [ID] => 69aa51ef793ce3d9089e9587e21b914f
    [am] => 1
    [lang] => english
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => Scott
    [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] => 10
    [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 `olfactor_copp1`.cpg_sessions where time<1201628908 and remember=0; (0s)
    [3] => delete from `olfactor_copp1`.cpg_sessions where time<1200422908; (0s)
    [4] => select user_id from `olfactor_copp1`.cpg_sessions where session_id=md5("d947f376c109c1c435b0c5fe972aa9a9725a4cc5c0faac0cbf1804ac5880d341"); (0s)
    [5] => select user_id as id, user_password as password from `olfactor_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 `olfactor_copp1`.cpg_users AS u INNER JOIN `olfactor_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `olfactor_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 `olfactor_copp1`.cpg_sessions set time='1201632508' where session_id=md5('d947f376c109c1c435b0c5fe972aa9a9725a4cc5c0faac0cbf1804ac5880d341'); (0s)
    [11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0s)
    [12] => DELETE FROM cpg_banned WHERE expiry < '2008-01-29 18:48:28' (0s)
    [13] => SELECT * FROM cpg_banned WHERE (ip_addr='70.246.201.22' OR ip_addr='70.246.201.22' OR user_id=1) AND brute_force=0 (0s)
    [14] => SELECT aid, title FROM cpg_albums WHERE 1 (0s)
    [15] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0s)
    [16] => SELECT filepath, filename FROM cpg_pictures WHERE filepath LIKE 'uploads/costarica%' (0s)
    [17] => SELECT aid, title FROM cpg_albums WHERE category = 0 (0s)
    [18] => SELECT DISTINCT a.aid as aid, a.title as title, c.name as cname FROM cpg_albums as a, cpg_categories as c WHERE a.category = c.cid AND a.category < '10000' (0s)
    [19] => SELECT aid, CONCAT('(', user_name, ') ', a.title) AS title
FROM cpg_albums AS a
INNER JOIN `olfactor_copp1`.cpg_users AS u
ON category = (10000 + user_id)
ORDER BY title (0s)
)

==========================
GET :
------------------
Array
(
    [startdir] => uploads/costarica
)

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

==========================
VERSION INFO :
------------------
PHP version: 4.4.8 - OK
------------------
mySQL version: 4.1.22-standard
------------------
Coppermine version: 1.4.2(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 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 | exec,passthru,proc_open,shell_exec,system,posix_kill,popen | exec,passthru,proc_open,shell_exec,system,posix_kill,popen
file_uploads | On | On
include_path | .:/usr/php4/lib/php:/usr/local/php4/lib/php | .:/usr/php4/lib/php:/usr/local/php4/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 | 60 | 60
upload_max_filesize | 2M | 2M
post_max_size | 8M | 8M
==========================
Page generated in 0.12 seconds - 20 queries in 0 seconds - Album set : ; Meta set: ;

... and the debug notices...
Code: [Select]
Warning line 2898: cannot yet handle MBCS in html_entity_decode()!
Notice line 100: Undefined variable: sel_album
Notice line 168: Undefined variable: fullimagesize
Notice line 169: Undefined variable: fullimagesize
I get a BUNCH of each of those, presumably one for each picture.


Thanks in advance for any help you can offer!
-Jack
« Last Edit: February 01, 2008, 07:58:20 pm by Joachim Müller »
Logged

Nibbler

  • Guest
Re: Batch Upload used to work and now gives me issues.
« Reply #1 on: January 29, 2008, 09:59:38 pm »

First of all update your gallery.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Batch Upload used to work and now gives me issues.
« Reply #2 on: January 30, 2008, 09:57:48 am »

...then do exactly as suggested in the upload troubleshooting section of the docs. ::)
Logged

Jack.Straw

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Batch Upload used to work and now gives me issues.
« Reply #3 on: January 30, 2008, 10:59:52 pm »

I didn't want to upgrade because i had customize the code.  I went ahead and did it, but the problem persists.  I followed the Troubleshooting Uploads.  I'm not sure which page's debug info to post, so i'll post both.

This is from the batch area where you select which pictures to include in the batch:
Code: [Select]
USER:
------------------
Array
(
    [ID] => 69aa51ef793ce3d9089e9587e21b914f
    [am] => 1
    [lang] => english
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => Scott
    [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 cpg_filetypes; (0s)
    [1] => select * from cpg_plugins order by priority asc; (0s)
    [2] => delete from `olfactor_copp1`.cpg_sessions where time<1201726242 and remember=0; (0s)
    [3] => delete from `olfactor_copp1`.cpg_sessions where time<1200520242; (0s)
    [4] => select user_id from `olfactor_copp1`.cpg_sessions where session_id=md5("d947f376c109c1c435b0c5fe972aa9a9725a4cc5c0faac0cbf1804ac5880d341"); (0s)
    [5] => select user_id as id, user_password as password from `olfactor_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 `olfactor_copp1`.cpg_users AS u INNER JOIN `olfactor_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `olfactor_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 `olfactor_copp1`.cpg_sessions set time='1201729842' where session_id=md5('d947f376c109c1c435b0c5fe972aa9a9725a4cc5c0faac0cbf1804ac5880d341'); (0s)
    [11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0s)
    [12] => DELETE FROM cpg_banned WHERE expiry < '2008-01-30 21:50:42' (0s)
    [13] => SELECT * FROM cpg_banned WHERE (ip_addr='24.240.180.181' OR ip_addr='24.240.180.181' OR user_id=1) AND brute_force=0 (0s)
    [14] => SELECT aid, title FROM cpg_albums WHERE 1 (0s)
    [15] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0.001s)
)

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

==========================
POST :
------------------
Array
(
    [d0000] => 32
    [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
            [22] => i0022
            [23] => i0023
            [24] => i0024
            [25] => i0025
            [26] => i0026
            [27] => i0027
            [28] => i0028
            [29] => i0029
            [30] => i0030
            [31] => i0031
            [32] => i0032
            [33] => i0033
            [34] => i0034
            [35] => i0035
            [36] => i0036
            [37] => i0037
            [38] => i0038
            [39] => i0039
            [40] => i0040
            [41] => i0041
            [42] => i0042
            [43] => i0043
            [44] => i0044
            [45] => i0045
            [46] => i0046
            [47] => i0047
            [48] => i0048
            [49] => i0049
            [50] => i0050
            [51] => i0051
            [52] => i0052
            [53] => i0053
            [54] => i0054
            [55] => i0055
            [56] => i0056
            [57] => i0057
            [58] => i0058
            [59] => i0059
            [60] => i0060
            [61] => i0061
            [62] => i0062
            [63] => i0063
            [64] => i0064
            [65] => i0065
            [66] => i0066
        )

    [album_lb_id_i0000] => d0000
    [picfile_i0000] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAwNTYuSlBH
    [album_lb_id_i0001] => d0000
    [picfile_i0001] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAwNTguSlBH
    [album_lb_id_i0002] => d0000
    [picfile_i0002] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAwNjcuSlBH
    [album_lb_id_i0003] => d0000
    [picfile_i0003] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAwNjguSlBH
    [album_lb_id_i0004] => d0000
    [picfile_i0004] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAwODYuSlBH
    [album_lb_id_i0005] => d0000
    [picfile_i0005] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAwODguSlBH
    [album_lb_id_i0006] => d0000
    [picfile_i0006] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAwOTMuSlBH
    [album_lb_id_i0007] => d0000
    [picfile_i0007] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAwOTQuSlBH
    [album_lb_id_i0008] => d0000
    [picfile_i0008] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAwOTUuSlBH
    [album_lb_id_i0009] => d0000
    [picfile_i0009] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAxMjUuSlBH
    [album_lb_id_i0010] => d0000
    [picfile_i0010] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAxMjcuSlBH
    [album_lb_id_i0011] => d0000
    [picfile_i0011] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAxNDIuSlBH
    [album_lb_id_i0012] => d0000
    [picfile_i0012] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAxNDYuSlBH
    [album_lb_id_i0013] => d0000
    [picfile_i0013] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAxNjMuSlBH
    [album_lb_id_i0014] => d0000
    [picfile_i0014] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAxNjQuSlBH
    [album_lb_id_i0015] => d0000
    [picfile_i0015] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAxNjUuSlBH
    [album_lb_id_i0016] => d0000
    [picfile_i0016] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAxNzIuSlBH
    [album_lb_id_i0017] => d0000
    [picfile_i0017] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAxOTEuSlBH
    [album_lb_id_i0018] => d0000
    [picfile_i0018] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzMzYuSlBH
    [album_lb_id_i0019] => d0000
    [picfile_i0019] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzNDAuSlBH
    [album_lb_id_i0020] => d0000
    [picfile_i0020] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzNDEuSlBH
    [album_lb_id_i0021] => d0000
    [picfile_i0021] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzNDguSlBH
    [album_lb_id_i0022] => d0000
    [picfile_i0022] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzNTkuSlBH
    [album_lb_id_i0023] => d0000
    [picfile_i0023] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzNjEuSlBH
    [album_lb_id_i0024] => d0000
    [picfile_i0024] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzNjMuSlBH
    [album_lb_id_i0025] => d0000
    [picfile_i0025] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzNjUuSlBH
    [album_lb_id_i0026] => d0000
    [picfile_i0026] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzNjcuSlBH
    [album_lb_id_i0027] => d0000
    [picfile_i0027] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzNjguSlBH
    [album_lb_id_i0028] => d0000
    [picfile_i0028] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzNzQuSlBH
    [album_lb_id_i0029] => d0000
    [picfile_i0029] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzNzUuSlBH
    [album_lb_id_i0030] => d0000
    [picfile_i0030] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzNzcuSlBH
    [album_lb_id_i0031] => d0000
    [picfile_i0031] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzODIuSlBH
    [album_lb_id_i0032] => d0000
    [picfile_i0032] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzODUuSlBH
    [album_lb_id_i0033] => d0000
    [picfile_i0033] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzODguSlBH
    [album_lb_id_i0034] => d0000
    [picfile_i0034] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzOTEuSlBH
    [album_lb_id_i0035] => d0000
    [picfile_i0035] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzOTUuSlBH
    [album_lb_id_i0036] => d0000
    [picfile_i0036] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzOTYuSlBH
    [album_lb_id_i0037] => d0000
    [picfile_i0037] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzAzOTguSlBH
    [album_lb_id_i0038] => d0000
    [picfile_i0038] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0MDAuSlBH
    [album_lb_id_i0039] => d0000
    [picfile_i0039] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0MDUuSlBH
    [album_lb_id_i0040] => d0000
    [picfile_i0040] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0MDcuSlBH
    [album_lb_id_i0041] => d0000
    [picfile_i0041] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0MDkuSlBH
    [album_lb_id_i0042] => d0000
    [picfile_i0042] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0MTUuSlBH
    [album_lb_id_i0043] => d0000
    [picfile_i0043] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0MjEuSlBH
    [album_lb_id_i0044] => d0000
    [picfile_i0044] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0MjUuSlBH
    [album_lb_id_i0045] => d0000
    [picfile_i0045] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0MjguSlBH
    [album_lb_id_i0046] => d0000
    [picfile_i0046] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0MjkuSlBH
    [album_lb_id_i0047] => d0000
    [picfile_i0047] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0MzIuSlBH
    [album_lb_id_i0048] => d0000
    [picfile_i0048] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0MzguSlBH
    [album_lb_id_i0049] => d0000
    [picfile_i0049] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0MzkuSlBH
    [album_lb_id_i0050] => d0000
    [picfile_i0050] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0NDEuSlBH
    [album_lb_id_i0051] => d0000
    [picfile_i0051] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0NDIuSlBH
    [album_lb_id_i0052] => d0000
    [picfile_i0052] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0NDMuSlBH
    [album_lb_id_i0053] => d0000
    [picfile_i0053] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0NDQuSlBH
    [album_lb_id_i0054] => d0000
    [picfile_i0054] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0NTEuSlBH
    [album_lb_id_i0055] => d0000
    [picfile_i0055] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0NTYuSlBH
    [album_lb_id_i0056] => d0000
    [picfile_i0056] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0NTguSlBH
    [album_lb_id_i0057] => d0000
    [picfile_i0057] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0NjAuSlBH
    [album_lb_id_i0058] => d0000
    [picfile_i0058] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0NjIuSlBH
    [album_lb_id_i0059] => d0000
    [picfile_i0059] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0NjMuSlBH
    [album_lb_id_i0060] => d0000
    [picfile_i0060] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0NjguSlBH
    [album_lb_id_i0061] => d0000
    [picfile_i0061] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0NjkuSlBH
    [album_lb_id_i0062] => d0000
    [picfile_i0062] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0NzAuSlBH
    [album_lb_id_i0063] => d0000
    [picfile_i0063] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0NzEuSlBH
    [album_lb_id_i0064] => d0000
    [picfile_i0064] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0NzIuSlBH
    [album_lb_id_i0065] => d0000
    [picfile_i0065] => dXBsb2Fkcy9jb3N0YXJpY2EvSU1HXzA0NzUuSlBH
)

==========================
VERSION INFO :
------------------
PHP version: 4.4.8 - OK
------------------
mySQL version: 4.1.22-standard
------------------
Coppermine version: 1.4.12(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 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 | exec,passthru,proc_open,shell_exec,system,posix_kill,popen | exec,passthru,proc_open,shell_exec,system,posix_kill,popen
file_uploads | On | On
include_path | .:/usr/php4/lib/php:/usr/local/php4/lib/php | .:/usr/php4/lib/php:/usr/local/php4/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 | 60 | 60
upload_max_filesize | 2M | 2M
post_max_size | 8M | 8M
==========================
Page generated in 0.115 seconds - 16 queries in 0.001 seconds - Album set : ; Meta set: ;
Logged

Jack.Straw

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Batch Upload used to work and now gives me issues.
« Reply #4 on: January 30, 2008, 11:00:08 pm »



And this is after you press the 'Insert Selected Files' button (sitting at the 'Select Directory' area of the batch upload process... where i get kicked back to):
Code: [Select]
USER:
------------------
Array
(
    [ID] => 69aa51ef793ce3d9089e9587e21b914f
    [am] => 1
    [lang] => english
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => Scott
    [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 cpg_filetypes; (0s)
    [1] => select * from cpg_plugins order by priority asc; (0s)
    [2] => delete from `olfactor_copp1`.cpg_sessions where time<1201725980 and remember=0; (0s)
    [3] => delete from `olfactor_copp1`.cpg_sessions where time<1200519980; (0s)
    [4] => select user_id from `olfactor_copp1`.cpg_sessions where session_id=md5("d947f376c109c1c435b0c5fe972aa9a9725a4cc5c0faac0cbf1804ac5880d341"); (0.065s)
    [5] => select user_id as id, user_password as password from `olfactor_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 `olfactor_copp1`.cpg_users AS u INNER JOIN `olfactor_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `olfactor_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 `olfactor_copp1`.cpg_sessions set time='1201729580' where session_id=md5('d947f376c109c1c435b0c5fe972aa9a9725a4cc5c0faac0cbf1804ac5880d341'); (0s)
    [11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0s)
    [12] => DELETE FROM cpg_banned WHERE expiry < '2008-01-30 21:46:20' (0s)
    [13] => SELECT * FROM cpg_banned WHERE (ip_addr='24.240.180.181' OR ip_addr='24.240.180.181' OR user_id=1) AND brute_force=0 (0s)
    [14] => SELECT aid, title FROM cpg_albums WHERE 1 (0s)
    [15] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0s)
    [16] => SELECT filepath, filename FROM cpg_pictures WHERE filepath LIKE 'uploads/costarica%' (0.003s)
    [17] => SELECT aid, title FROM cpg_albums WHERE category = 0 (0s)
    [18] => SELECT DISTINCT a.aid as aid, a.title as title, c.name as cname FROM cpg_albums as a, cpg_categories as c WHERE a.category = c.cid AND a.category < '10000' (0s)
    [19] => SELECT aid, CONCAT('(', user_name, ') ', a.title) AS title
                                                        FROM cpg_albums AS a
                                                        INNER JOIN `olfactor_copp1`.cpg_users AS u
                                                        ON category = (10000 + 1) AND user_id = 1 ORDER BY title (0s)
)

==========================
GET :
------------------
Array
(
    [startdir] => uploads/costarica
)

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

==========================
VERSION INFO :
------------------
PHP version: 4.4.8 - OK
------------------
mySQL version: 4.1.22-standard
------------------
Coppermine version: 1.4.12(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 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 | exec,passthru,proc_open,shell_exec,system,posix_kill,popen | exec,passthru,proc_open,shell_exec,system,posix_kill,popen
file_uploads | On | On
include_path | .:/usr/php4/lib/php:/usr/local/php4/lib/php | .:/usr/php4/lib/php:/usr/local/php4/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 | 60 | 60
upload_max_filesize | 2M | 2M
post_max_size | 8M | 8M
==========================
Page generated in 0.266 seconds - 20 queries in 0.068 seconds - Album set : ; Meta set: ;

Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Batch Upload used to work and now gives me issues.
« Reply #5 on: January 31, 2008, 07:48:24 am »

Read the upload troubleshooting section once more, but more carefully. It clearly says that you mustn't post debug_output unless requested. Nobody asked for it. You're suppossed to post a link to your gallery and a non-admin test user account instead.
Upgrade - you're running cpg1.4.12, while the most recent stable release currently is cpg1.4.15!
Logged

Jack.Straw

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Batch Upload used to work and now gives me issues.
« Reply #6 on: January 31, 2008, 01:15:35 pm »

My server uses Fantastico to install and upgrade coppermine, and 1.4.12 is the most recent version available to me.  I'll see if i can do it manually if you think that upgrading further will fix the problem.  Upgrading to 1.4.12 didn't help me, but i'll can try... my customizations are gone now anyway.

Also, I do not want to post a link to my site as the pictures there, while not in any way naughty, would be considered private by some of my friends.  Can you still help me? 
Logged

Jack.Straw

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Batch Upload used to work and now gives me issues.
« Reply #7 on: February 01, 2008, 05:14:23 pm »

Ok, i upgraded to 1.4.15 (stable).  The documentation for that version is much more explicit than the version I had, is very clear on your requirements here.  I apologize for any frustration I may have caused.  Ii think I've followed the instructions correctly.  Below are the things requested:

Error message:
No file was uploaded !
If you have really selected a file to upload, check that the server allows file uploads...
File: /home/olfactor/public_html/notfadeaway/db_input.php - Line: 311


link: www.olfactoryhues.com/notfadeaway/

Test Acct:
Name: test
Pass: 111

Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Batch Upload used to work and now gives me issues.
« Reply #8 on: February 01, 2008, 05:27:01 pm »

I was able to upload a file without any problems using http upload. Your error message before indicates you have trouble with that also.

http://www.olfactoryhues.com/notfadeaway/displayimage.php?pos=-1255

Jack.Straw

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Batch Upload used to work and now gives me issues.
« Reply #9 on: February 01, 2008, 05:43:53 pm »

ok, thanks.  I see now that it has to do with the pictures and not the program.  Sorry to have taken your time.

Thanks again,
-Jack
Logged
Pages: [1]   Go Up
 

Page created in 0.03 seconds with 20 queries.