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 Add - No new file was found  (Read 3912 times)

0 Members and 1 Guest are viewing this topic.

crouge

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Batch Add - No new file was found
« on: April 05, 2007, 04:46:32 pm »

Im trying to upload my photos using the Batch Add, but its always giving the same error 'No new file was found" altought I can see the photo files in the folder & already did the CHMOD 777.
Does anybody know how can I solve this problem??

thank you :)
Logged

Joachim Müller

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

bence8810

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
Re: Batch Add - No new file was found
« Reply #2 on: April 06, 2007, 08:47:51 pm »

Hi

Sorry to nose into this thread, but I have the exact same problem and the FAQ didnt help.

The permission on the folder where I would like to batch-add from is 777 and the files under are 644.

There are files in the folder, but it still says "No new file was found"

This is the debug message:

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

)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => bence8810
    [groups] => Array
        (
            [0] => 1
        )

    [disk_max] => 300000
    [disk_min] => 300000
    [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] => 300000
    [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 `celiforn_copp1`.cpg_sessions where time<1175881426 and remember=0; (0.001s)
    [3] => delete from `celiforn_copp1`.cpg_sessions where time<1174675426; (0s)
    [4] => select user_id from `celiforn_copp1`.cpg_sessions where session_id=md5("67ad702f4504a1344895f7957b19fb83f3b8eff6f0f0cbc74fb569a145c21e1f"); (0s)
    [5] => select user_id as id, user_password as password from `celiforn_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 `celiforn_copp1`.cpg_users AS u INNER JOIN `celiforn_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `celiforn_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 `celiforn_copp1`.cpg_sessions set time='1175885026' where session_id=md5('67ad702f4504a1344895f7957b19fb83f3b8eff6f0f0cbc74fb569a145c21e1f'); (0s)
    [11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0s)
    [12] => DELETE FROM cpg_banned WHERE expiry < '2007-04-06 19:43:46' (0s)
    [13] => SELECT * FROM cpg_banned WHERE (ip_addr=MYIP ip_addr=MYIP 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 'Europe/Czechair%' (0s)
)

==========================
GET :
------------------
Array
(
    [startdir] => Europe/Czechair
)

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

==========================
VERSION INFO :
------------------
PHP version: 4.4.3 - OK
------------------
mySQL version: 4.0.27-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 3
Active Links 4
Client API version 4.0.27
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.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, shell_exec, passthru | system, shell_exec, passthru
file_uploads | On | On
include_path | .:/usr/lib/php:/usr/local/lib/php | .:/usr/lib/php:/usr/local/lib/php
open_basedir | /home/celiforn/:/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 | 30 | 30
max_input_time | -1 | -1
upload_max_filesize | 2M | 2M
post_max_size | 55M | 55M
==========================
Page generated in 0.087 seconds - 17 queries in 0.001 seconds - Album set : ; Meta set: ;

Thanks for any pointers,

Ben
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Batch Add - No new file was found
« Reply #3 on: April 06, 2007, 10:34:08 pm »

Read the upload troubleshooting section of the docs that I refered to above and do exactly as suggested there (in your own thread).
Logged

bence8810

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
Re: Batch Add - No new file was found
« Reply #4 on: April 06, 2007, 11:37:51 pm »

Hi

That is why I posted, as I have tried everything. Single file upload works like a charm, if I set the boxes to multiple file upload, works like a charm, its only the batch upload which fails, showing the No new file was found.

Thanks

Ben
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Batch Add - No new file was found
« Reply #5 on: April 07, 2007, 10:55:41 am »

1) I told you to start a thread of your own
2) I told you to do exactly as suggested in the docs. In the docs, it clearly says not to post debug_output, but to post a link to your gallery and a non-admin test user account. It clearly says that you're suppossed to do that even if you have issues with other uploading methods.

I'm not willing to discuss this any further with you. Do as I suggested or get your postings deleted and a temporary ban on your account.
Logged

bence8810

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
Re: Batch Add - No new file was found
« Reply #6 on: April 08, 2007, 09:17:37 pm »

1) I told you to start a thread of your own
2) I told you to do exactly as suggested in the docs. In the docs, it clearly says not to post debug_output, but to post a link to your gallery and a non-admin test user account. It clearly says that you're suppossed to do that even if you have issues with other uploading methods.

I'm not willing to discuss this any further with you. Do as I suggested or get your postings deleted and a temporary ban on your account.

Wow, very nice and welcoming for a new user. Thanks for your kindness, it really helps. I will open my own thread.....
Logged

crouge

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: Batch Add - No new file was found
« Reply #7 on: April 10, 2007, 01:50:09 pm »

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

Read it before posting my topic. It doesnt help :) I think its a bug since many users having the same problem. There was no such problem in the previous version of Coppermine.

Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Batch Add - No new file was found
« Reply #8 on: April 11, 2007, 07:59:23 am »

Not a bug. You haven't done as I suggested. Do so now if you want help.
Logged
Pages: [1]   Go Up
 

Page created in 0.027 seconds with 19 queries.