coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: guchuj05 on April 02, 2007, 02:42:01 AM

Title: Cannot Upload A Folder of Files: Error
Post by: guchuj05 on April 02, 2007, 02:42:01 AM
Hello,

I'm trying to upload a folder of files but all .JPG  but I get the error message:

QuoteOnly files with the following extensions are accepted :

jpg/jpeg/jpe/gif/png/bmp/jpc/jp2/jpx/jb2/swc/iff/asf/asx/mpg/mpeg/wmv/swf/avi/mov/mp3/midi/mid/wma/wav/ogg/psd/doc/txt/rtf/pdf/xls/pps/ppt/zip/gz/mdb.

What am I doing wrong?

Thanks
Title: Re: Cannot Upload A Folder of Files: Error
Post by: Joachim Müller on April 02, 2007, 08:34:50 AM
Do exactly as suggested in the upload troubleshooting section of the docs (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#upload_trouble). Additionally, post a deep link to the file(s) that you're trying to upload.
What's "a folder of files" anyway?
Title: Re: Cannot Upload A Folder of Files: Error
Post by: guchuj05 on April 03, 2007, 01:39:34 AM
oops, I meant that I was trying to 'batch add'  several  .jpg images, about 40 of them.  All of them have .jpg
extension.

I uploaded them, but when I go to batch add them it gives me the above error message.  To try to add them each individually would be difficult.

Quotejpg/jpeg/jpe/gif/png/bmp/jpc/jp2/jpx/jb2/swc/iff/asf/asx/mpg/mpeg/wmv/swf/avi/mov/mp3/midi/mid/wma/wav/ogg/psd/doc/txt/rtf/pdf/xls/pps/ppt/zip/gz/mdb.

File: /home/guchuj05/public_html/gallery/searchnew.php - Line: 243

The problem may be the: searchnew.php - Line: 243

What is wrong here?

Thank you very much?
http://gallery.thesportsjournal.ws/ (http://gallery.thesportsjournal.ws/)

test user name: test
password: password

The path to the file of .jpgs is
/albums/custom_upload/Tennis_Channel_Open_03-02-2007
Title: Re: Cannot Upload A Folder of Files: Error
Post by: Joachim Müller on April 03, 2007, 07:19:39 AM
You have some strange sort of redirection set up: http://gallery.thesportsjournal.ws/albums/custom_upload/Tennis_Channel_Open_03-02-2007/ shows a broken coppermine page (instead of a list of jpeg files or a forbidden error. Post a deep link to one of the files you're trying to add.

Re-read the upload-troubleshooting section - you're suppossed to set the number of uri upload fields to 0 instead of 3.
Title: Re: Cannot Upload A Folder of Files: Error
Post by: guchuj05 on April 03, 2007, 05:18:46 PM
I uploaded one of the pictures individually and that worked fine http://gallery.thesportsjournal.ws/displayimage.php?pos=-376 (http://gallery.thesportsjournal.ws/displayimage.php?pos=-376)

Here's a link to one of the uploaded pictures.   http://gallery.thesportsjournal.ws/albums/uploadfolder/TTC2/IMG_2349.jpg (http://gallery.thesportsjournal.ws/albums/uploadfolder/TTC2/IMG_2349.jpg)

The problem is that I use dial up & it would take too long to upload them individually again.

I still get this same error message when I try to batch add them:

QuoteUSER:
------------------
Array
(
    [ID] => 204344fcf1b2b78efedd3c7d3bbb5adf
    [am] => 1
    [lang] => english_gb
    [liv] => Array
        (
           
  • => 114
                [1] => 126
                [2] => 105
                [3] => 109
                [4] => 112
            )

        [theme] => fruity
    )

    ==========================
    USER DATA:
    ------------------
    Array
    (
        [user_id] => 1
        [user_name] => guchuj05
        [groups] => Array
            (
               
  • => 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
    (
       
  • => SELECT extension, mime, content, player FROM cpg_filetypes; (0s)
        [1] => select * from cpg_plugins order by priority asc; (0s)
        [2] => delete from `guchuj05_copp1`.cpg_sessions where time<1175609784 and remember=0; (0s)
        [3] => delete from `guchuj05_copp1`.cpg_sessions where time<1174403784; (0s)
        [4] => select user_id from `guchuj05_copp1`.cpg_sessions where session_id=md5("5963b53b1df51ebf70e3d6d14cfb158becdb12cfc7064eb350659586e67e9fb6"); (0s)
        [5] => select user_id as id, user_password as password from `guchuj05_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 `guchuj05_copp1`.cpg_users AS u INNER JOIN `guchuj05_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
        [7] => SELECT user_group_list FROM `guchuj05_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 `guchuj05_copp1`.cpg_sessions set time='1175613384' where session_id=md5('5963b53b1df51ebf70e3d6d14cfb158becdb12cfc7064eb350659586e67e9fb6'); (0s)
        [11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0s)
        [12] => DELETE FROM cpg_banned WHERE expiry < '2007-04-03 10:16:24' (0s)
        [13] => SELECT * FROM cpg_banned WHERE (ip_addr='67.72.98.45' OR ip_addr='72.236.237.64' 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 'uploadfolder/TTC2%' (0.001s)
    )

    ==========================
    GET :
    ------------------
    Array
    (
        [startdir] => uploadfolder/TTC2
    )

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

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 4.4.4 - OK
    ------------------
    mySQL version: 4.1.21-standard
    ------------------
    Coppermine version: 1.4.10(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.21
    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 | dl | dl
    file_uploads | On | On
    include_path | .:/usr/lib/php:/usr/local/lib/php | .:/usr/lib/php:/usr/local/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 | 10M | 10M
    post_max_size | 8M | 8M
    ==========================
    Page generated in 0.171 seconds - 17 queries in 0.001 seconds - Album set : ; Meta set: ;
Title: Re: Cannot Upload A Folder of Files: Error
Post by: Joachim Müller on April 03, 2007, 06:40:06 PM
Quote from: guchuj05 on April 03, 2007, 05:18:46 PM
I still get this same error message when I try to batch add them:
Not an error message, but expected behaviour - it's debug_output. Happens if you turn debug_mode on ::) - that's what debug_mode is meant for. As suggested in the upload troubleshooting section of the docs, you're not suppossed to post it unless a supporter explicitely asks for it.
Title: Re: Cannot Upload A Folder of Files: Error
Post by: guchuj05 on April 03, 2007, 06:48:31 PM
OK, Sorry.  It still says the files on the wrong formatt, & that there is a problem on line 243 of searchnew.php

What should I do?

Thanks,
Title: Re: Cannot Upload A Folder of Files: Error
Post by: Joachim Müller on April 03, 2007, 06:55:20 PM
Quote from: guchuj05 on April 03, 2007, 06:48:31 PM
It still says the files on the wrong formatt,
Post the actual error message then ::)
Title: Re: Cannot Upload A Folder of Files: Error
Post by: guchuj05 on April 03, 2007, 09:49:28 PM
QuoteOnly files with the following extensions are accepted :

jpg/jpeg/jpe/gif/png/bmp/jpc/jp2/jpx/jb2/swc/iff/asf/asx/mpg/mpeg/wmv/swf/avi/mov/mp3/midi/mid/wma/wav/ogg/psd/doc/txt/rtf/pdf/xls/pps/ppt/zip/gz/mdb.

Location of the folders:

http://gallery.thesportsjournal.ws/albums/uploadfolder/TTC2/ (http://gallery.thesportsjournal.ws/albums/uploadfolder/TTC2/)
http://gallery.thesportsjournal.ws/albums/uploadfolder/TTC3/ (http://gallery.thesportsjournal.ws/albums/uploadfolder/TTC3/)

Thank you.
Title: Re: Cannot Upload A Folder of Files: Error
Post by: Joachim Müller on April 04, 2007, 08:02:03 AM
Quote from: guchuj05 on April 03, 2007, 05:18:46 PM
Here's a link to one of the uploaded pictures.  http://gallery.thesportsjournal.ws/albums/uploadfolder/TTC2/IMG_2349.jpg
Try replacing the file on your server with the one I attached to this posting. Then try batch-adding once more.
Title: Re: Cannot Upload A Folder of Files: Error
Post by: guchuj05 on April 04, 2007, 06:21:41 PM
Quote from: GauGau on April 04, 2007, 08:02:03 AM
Try replacing the file on your server with the one I attached to this posting. Then try batch-adding once more.

Hi, sorry, did you mean the the picture?  I did replace that but still get
QuoteOnly files with the following extensions are accepted :

jpg/jpeg/jpe/gif/png/bmp/jpc/jp2/jpx/jb2/swc/iff/asf/asx/mpg/mpeg/wmv/swf/avi/mov/mp3/midi/mid/wma/wav/ogg/psd/doc/txt/rtf/pdf/xls/pps/ppt/zip/gz/mdb.
Title: Re: Cannot Upload A Folder of Files: Error
Post by: Nibbler on April 04, 2007, 07:00:46 PM
It's a png file, so give it a .png extension.
Title: Re: Cannot Upload A Folder of Files: Error
Post by: guchuj05 on April 04, 2007, 10:15:38 PM
I created a new folder & dragged all the images to the new folder in the ftp client.  Then I could batch add these ones.  That solved the problem.
Thanks!!