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: [Solved]: Add Batch will not load  (Read 5690 times)

0 Members and 1 Guest are viewing this topic.

sleepyjim

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
[Solved]: Add Batch will not load
« on: March 29, 2008, 07:34:44 pm »

I loaded several pics in one album via Add Batch and all worked great, started to load next group of pics into another album and I get no thumbnails showing on the page "List Of New Files" where you select which album to insert into.

Any ideas?


Jim
« Last Edit: April 03, 2008, 07:49:23 am by Joachim Müller »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Add Batch will not load
« Reply #1 on: March 30, 2008, 03:27:13 pm »

Yes: do exactly as suggested in the "upload troubleshooting" section of the docs. Continue reading the "asking for support on upload issues" section. Do as suggested there. Additionally, post a deep link to one of the files you're having issues with.
Logged

sleepyjim

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Add Batch will not load
« Reply #2 on: March 31, 2008, 02:46:07 pm »

OK I did what you said, settings are changed, and new user name in admin group is "tester" and password is "tester".

Here is the data from after trying to load from "Batch Add" (Note no thumbnails are displayed on this page).

Code: [Select]
USER:
------------------
Array
(
    [ID] => 6ba4ff985e7d4908d87803d679fab08f
    [am] => 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 cpg_filetypes; (0s)
    [1] => delete from `adhog2_copp1`.cpg_sessions where time<1206963470 and remember=0; (0s)
    [2] => delete from `adhog2_copp1`.cpg_sessions where time<1205757470; (0s)
    [3] => select user_id from `adhog2_copp1`.cpg_sessions where session_id=md5("d8b7aef98fdab5414062d365af28aa312326e1e3848f012157766284e7fa2678"); (0s)
    [4] => select user_id as id, user_password as password from `adhog2_copp1`.cpg_users where user_id=1 (0s)
    [5] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `adhog2_copp1`.cpg_users AS u INNER JOIN `adhog2_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [6] => SELECT user_group_list FROM `adhog2_copp1`.cpg_users AS u WHERE user_id='1' and user_group_list <> ''; (0s)
    [7] => 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)
    [8] => SELECT group_name FROM  cpg_usergroups WHERE group_id= 1 (0s)
    [9] => update `adhog2_copp1`.cpg_sessions set time='1206967070' where session_id=md5('d8b7aef98fdab5414062d365af28aa312326e1e3848f012157766284e7fa2678'); (0s)
    [10] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0s)
    [11] => DELETE FROM cpg_banned WHERE expiry < '2008-03-31 16:37:50' (0s)
    [12] => SELECT * FROM cpg_banned WHERE (ip_addr='195.229.236.250' OR ip_addr='217.164.34.71' OR user_id=1) AND brute_force=0 (0s)
    [13] => SELECT aid, title FROM cpg_albums WHERE 1 (0s)
    [14] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0s)
    [15] => SELECT filepath, filename FROM cpg_pictures WHERE filepath LIKE 'uploads/Exiles Annual Party%' (0.005s)
    [16] => SELECT aid, title FROM cpg_albums WHERE category = 0 (0.001s)
    [17] => 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' (0.003s)
    [18] => SELECT aid, CONCAT('(', user_name, ') ', a.title) AS title
                                                        FROM cpg_albums AS a
                                                        INNER JOIN `adhog2_copp1`.cpg_users AS u
                                                        ON category = (10000 + 1) AND user_id = 1 ORDER BY title (0s)
)

==========================
GET :
------------------
Array
(
    [startdir] => uploads/Exiles Annual Party
)

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

==========================
VERSION INFO :
------------------
PHP version: 5.2.5 - OK
------------------
mySQL version: 4.1.22-standard-log
------------------
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.3
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 | no value | no value
file_uploads | On | On
include_path | .:/usr/local/php52/pear | .:/usr/local/php52/pear
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 | 24M | 24M
post_max_size | 32M | 32M
==========================
Page generated in 0.114 seconds - 19 queries in 0.009 seconds - Album set : ; Meta set: ;

As a note I can upload other pics fine (Normal) with getting a thumbnail pic......

Jim

[edit by PYAP]to take a smaller place inside this topic[/edit]
« Last Edit: March 31, 2008, 06:06:36 pm by Pascal YAP »
Logged

sleepyjim

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Add Batch will not load
« Reply #3 on: March 31, 2008, 02:51:12 pm »

This data is from after you select destination album, I get a "Click here for details or to reload" where the thumbnail would be. Once I click that I get "Unable to create thumbnail or reduced size image" msg.....

Note the pics are same size as others that already loaded.

Thanks for your help


Jim

Code: [Select]
USER:
------------------
Array
(
    [ID] => 6ba4ff985e7d4908d87803d679fab08f
    [am] => 1
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => adhog2
    [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 cpg_filetypes; (0s)
    [1] => delete from `adhog2_copp1`.cpg_sessions where time<1206963894 and remember=0; (0s)
    [2] => delete from `adhog2_copp1`.cpg_sessions where time<1205757894; (0s)
    [3] => select user_id from `adhog2_copp1`.cpg_sessions where session_id=md5("d8b7aef98fdab5414062d365af28aa312326e1e3848f012157766284e7fa2678"); (0s)
    [4] => select user_id as id, user_password as password from `adhog2_copp1`.cpg_users where user_id=1 (0s)
    [5] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `adhog2_copp1`.cpg_users AS u INNER JOIN `adhog2_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [6] => SELECT user_group_list FROM `adhog2_copp1`.cpg_users AS u WHERE user_id='1' and user_group_list <> ''; (0s)
    [7] => 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)
    [8] => SELECT group_name FROM  cpg_usergroups WHERE group_id= 1 (0s)
    [9] => update `adhog2_copp1`.cpg_sessions set time='1206967494' where session_id=md5('d8b7aef98fdab5414062d365af28aa312326e1e3848f012157766284e7fa2678'); (0.041s)
    [10] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0.002s)
    [11] => DELETE FROM cpg_banned WHERE expiry < '2008-03-31 16:44:54' (0s)
    [12] => SELECT * FROM cpg_banned WHERE (ip_addr='195.229.236.250' OR ip_addr='217.164.34.71' OR user_id=1) AND brute_force=0 (0s)
    [13] => SELECT aid, title FROM cpg_albums WHERE 1 (0s)
    [14] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0.208s)
)

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

==========================
POST :
------------------
Array
(
    [d0000] => 54
    [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
        )

    [album_lb_id_i0000] => d0000
    [picfile_i0000] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDM2LkpQRw==
    [album_lb_id_i0001] => d0000
    [picfile_i0001] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDM3LkpQRw==
    [album_lb_id_i0002] => d0000
    [picfile_i0002] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDM4LkpQRw==
    [album_lb_id_i0003] => d0000
    [picfile_i0003] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDM5LkpQRw==
    [album_lb_id_i0004] => d0000
    [picfile_i0004] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDQwLkpQRw==
    [album_lb_id_i0005] => d0000
    [picfile_i0005] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDQxLkpQRw==
    [album_lb_id_i0006] => d0000
    [picfile_i0006] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDQyLkpQRw==
    [album_lb_id_i0007] => d0000
    [picfile_i0007] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDQzLkpQRw==
    [album_lb_id_i0008] => d0000
    [picfile_i0008] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDQ0LkpQRw==
    [album_lb_id_i0009] => d0000
    [picfile_i0009] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDQ1LkpQRw==
    [album_lb_id_i0010] => d0000
    [picfile_i0010] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDQ2LkpQRw==
    [album_lb_id_i0011] => d0000
    [picfile_i0011] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDQ3LkpQRw==
    [album_lb_id_i0012] => d0000
    [picfile_i0012] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDQ4LkpQRw==
    [album_lb_id_i0013] => d0000
    [picfile_i0013] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDQ5LkpQRw==
    [album_lb_id_i0014] => d0000
    [picfile_i0014] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDUwLkpQRw==
    [album_lb_id_i0015] => d0000
    [picfile_i0015] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDUxLkpQRw==
    [album_lb_id_i0016] => d0000
    [picfile_i0016] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDUyLkpQRw==
    [album_lb_id_i0017] => d0000
    [picfile_i0017] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDUzLkpQRw==
    [album_lb_id_i0018] => d0000
    [picfile_i0018] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDU0LkpQRw==
    [album_lb_id_i0019] => d0000
    [picfile_i0019] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDU1LkpQRw==
    [album_lb_id_i0020] => d0000
    [picfile_i0020] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDU2LkpQRw==
    [album_lb_id_i0021] => d0000
    [picfile_i0021] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDU3LkpQRw==
    [album_lb_id_i0022] => d0000
    [picfile_i0022] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDU4LkpQRw==
    [album_lb_id_i0023] => d0000
    [picfile_i0023] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDU5LkpQRw==
    [album_lb_id_i0024] => d0000
    [picfile_i0024] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDYwLkpQRw==
    [album_lb_id_i0025] => d0000
    [picfile_i0025] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDYxLkpQRw==
    [album_lb_id_i0026] => d0000
    [picfile_i0026] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDYyLkpQRw==
    [album_lb_id_i0027] => d0000
    [picfile_i0027] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDYzLkpQRw==
    [album_lb_id_i0028] => d0000
    [picfile_i0028] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDY2LkpQRw==
    [album_lb_id_i0029] => d0000
    [picfile_i0029] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDY3LkpQRw==
    [album_lb_id_i0030] => d0000
    [picfile_i0030] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDY4LkpQRw==
    [album_lb_id_i0031] => d0000
    [picfile_i0031] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDY5LkpQRw==
    [album_lb_id_i0032] => d0000
    [picfile_i0032] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDcwLkpQRw==
    [album_lb_id_i0033] => d0000
    [picfile_i0033] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDcxLkpQRw==
    [album_lb_id_i0034] => d0000
    [picfile_i0034] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDcyLkpQRw==
    [album_lb_id_i0035] => d0000
    [picfile_i0035] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDczLkpQRw==
    [album_lb_id_i0036] => d0000
    [picfile_i0036] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDc0LkpQRw==
    [album_lb_id_i0037] => d0000
    [picfile_i0037] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDc2LkpQRw==
    [album_lb_id_i0038] => d0000
    [picfile_i0038] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDc3LkpQRw==
    [album_lb_id_i0039] => d0000
    [picfile_i0039] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDc4LkpQRw==
    [album_lb_id_i0040] => d0000
    [picfile_i0040] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDc5LkpQRw==
    [album_lb_id_i0041] => d0000
    [picfile_i0041] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDgwLkpQRw==
    [album_lb_id_i0042] => d0000
    [picfile_i0042] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDgxLkpQRw==
    [album_lb_id_i0043] => d0000
    [picfile_i0043] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDgyLkpQRw==
    [album_lb_id_i0044] => d0000
    [picfile_i0044] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDgzLkpQRw==
    [album_lb_id_i0045] => d0000
    [picfile_i0045] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDg0LkpQRw==
    [album_lb_id_i0046] => d0000
    [picfile_i0046] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDg1LkpQRw==
    [album_lb_id_i0047] => d0000
    [picfile_i0047] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDg2LkpQRw==
    [album_lb_id_i0048] => d0000
    [picfile_i0048] => dXBsb2Fkcy9FeGlsZXMgQW5udWFsIFBhcnR5L1AzMjgwMDg3LkpQRw==
    [insert] => Insert selected files
)

==========================
VERSION INFO :
------------------
PHP version: 5.2.5 - OK
------------------
mySQL version: 4.1.22-standard-log
------------------
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.3
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 | no value | no value
file_uploads | On | On
include_path | .:/usr/local/php52/pear | .:/usr/local/php52/pear
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 | 24M | 24M
post_max_size | 32M | 32M
==========================
Page generated in 0.446 seconds - 15 queries in 0.251 seconds - Album set : ; Meta set: ;

[edit by PYAP]to take a smaller place inside this topic[/edit]
« Last Edit: March 31, 2008, 06:06:50 pm by Pascal YAP »
Logged

Pascal YAP

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 13833
  • Hello World :-)
    • CPG 1.5.x ExperiMental website
Re: Add Batch will not load
« Reply #4 on: March 31, 2008, 06:08:26 pm »

Joachim said :
Quote
Additionally, post a deep link to one of the files you're having issues with.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Add Batch will not load
« Reply #5 on: March 31, 2008, 06:30:07 pm »

Nobody asked for debug_output. The instructions say explicitely not to post debug_output unless requested.

OK I did what you said, settings are changed, and new user name in admin group is "tester" and password is "tester".
Test user accounts are so much more helpfull if we knew the URL of your gallery. ::)

Again: read the sections I referd to and do exactly as suggested there. Roughly doing as suggested doesn't help. Wake up.
Logged

sleepyjim

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Add Batch will not load
« Reply #6 on: April 01, 2008, 04:18:01 pm »

WAKE UP?

How about not everyone is an expert on this stuff, and how about no matter how bad you feel, dont take it out on us!

So that being said what is a deep link? and to what file? do you want a link to the photo page on the website or do you want a link to the web host company where the pics are first loaded?

http://www.adhog.org/gallery/index.php is the gallery.

jim
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Add Batch will not load
« Reply #7 on: April 01, 2008, 11:22:46 pm »

WAKE UP?
I was refering to the nickname you chose, please excuse my pun. ::)

So that being said what is a deep link?
Something like http://www.adhog.org/gallery/albums/folder/to/the/pic/i_m/trying/to/upload/file.jpg

and to what file?
You said in your initial posting that you have issues batch-adding, so the pics already exist on your webserver, but coppermine is not aware of them. Post a link to the pic file that already exists on your webserver but that you're having issues with batch-adding.

do you want a link to the photo page on the website or do you want a link to the web host company where the pics are first loaded?
I have no idea what you mean by that. A deep link is a deep link. If you don't understand a technical term, google for it. In your caase, review http://en.wikipedia.org/wiki/Deep_link
Logged

sleepyjim

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Add Batch will not load
« Reply #8 on: April 02, 2008, 02:26:15 pm »

LOL ok maybe I do need to wake up............Or pull my head out.

Sorry.

Here is the link to where i am trying to Batch add them:  http://www.adhog.org/gallery/index.php

Here is the webserver where the pics are loaded :   http://www.adhog.org/public_html/gallery/albums/uploads/Exiles Annual Party


Thanks

Jim
Logged

Hein Traag

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 2166
  • A, B, Cpg
    • Personal website - Spintires.nl
Re: Add Batch will not load
« Reply #9 on: April 02, 2008, 02:35:46 pm »

Besides your reported problem you are also running a older version of cpg.
<!--Coppermine Photo Gallery 1.4.12 (stable)-->

First upgrade. Then see if the problem is gone or not. If it stil there we continue to resolve the problem.

Cheers
Hein
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Add Batch will not load
« Reply #10 on: April 02, 2008, 03:32:12 pm »

Actual deep link to the folder is http://www.adhog.org/gallery/albums/uploads/Exiles%20Annual%20Party/ - everything else you posted is nonsense. What I originally requested was a deep link to one of the files you're having issues with, so the correct deep link for that would have been http://www.adhog.org/gallery/albums/uploads/Exiles%20Annual%20Party/P3280036.JPG
Google for the terms "link", "URL", "URI" and "path". You're mixing them up.

Your issue is caused by the fact that you're using spaces in folder names, which is just silly. A space character is not websave. Use your FTP app to rename the folder http://www.adhog.org/gallery/albums/uploads/Exiles%20Annual%20Party/ to http://www.adhog.org/gallery/albums/uploads/ExilesAnnualParty/ and you should be fine. Do anyway as Hein suggested and upgrade!

Joachim

Sidenotes (not related to your issues): review you usage of upper-/lower case. Not a bright tidea to do what you're doing on a webserver unless you really know your way around. For security reasons you should toggle indexes in your .htaccess file - it's not a bright idea to allow users to browse a folder if there is no index file in it.
Logged

sleepyjim

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Add Batch will not load
« Reply #11 on: April 03, 2008, 03:53:03 am »

OK will try these.

Thanks

Jim
Logged

sleepyjim

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Add Batch will not load
« Reply #12 on: April 03, 2008, 03:59:33 am »

Yep that did it.



Thanks!!


Sorry to be so dam dumb........LOL


Jim
Logged
Pages: [1]   Go Up
 

Page created in 0.028 seconds with 20 queries.