coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: infrontweb on October 20, 2005, 11:23:11 PM

Title: Batch Upload w/ Windows Server
Post by: infrontweb on October 20, 2005, 11:23:11 PM
I am having trouble with batch/upload.
- I select the directory (no thumb display on the right only red x)
- I select the Album
- I can click the file link to see the picture http://www.alchemynightclub.com/cpg135/albums/amnesia/DSC04183.JPG
- Click insert and I get "PB".

I have read & re-read the boards, FAQ & manual and have had no luck with a solution. I have it setup according to the Windows instructions.

Things I know for fact:
1. IUSR_username has full permissions on the /albums/ directory (& I have tried many variations).
2. The permissions are set to propogate to sub-folders & files.
3. All files have been put into a folder under /albums/ NOT /userpics/.
4. Files in these folders are web viewable (see link abaove).
5. GD2 is installed and active in the the PHP.INI file (confirmed in debug mode).
6. I am running Plesk 7.5.4 for Windows Server 2003
7. CPG 1.3.5
Title: Re: Batch Upload w/ Windows Server
Post by: Joachim Müller on October 21, 2005, 07:12:31 AM
http://coppermine-gallery.net/tutorial/uploads/troubleshooting.php
Title: Re: Batch Upload w/ Windows Server
Post by: infrontweb on October 21, 2005, 05:58:21 PM
http://www.alchemynightclub.com/cpg135/
Login:  gaugau
Pass: cpg135

Thanks in advance, Eric.

USER:
------------------
Array
(
    [ID] => 02b06908b0c7370f4773504dfc2f1e52
    [am] => 1
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_group] => 1
    [user_active] => YES
    [user_name] => alchemy
    [user_password] => ********
    [user_lastvisit] => 2005-10-18 15:08:07
    [user_regdate] => 2005-10-17 12:47:13
    [user_group_list] =>
    [user_email] =>
    [user_website] =>
    [user_location] =>
    [user_interests] =>
    [user_occupation] =>
    [user_actkey] =>
    [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] => 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] => 0
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
    [groups] => Array
        (
            [1] => 1
        )

)

==========================
Queries:
------------------
Array
(
   
Title: Re: Batch Upload w/ Windows Server
Post by: Nibbler on October 21, 2005, 06:19:21 PM
QuoteOnly files with the following extensions are accepted :

.
Check your config settings, you have blocked all file extensions.
Title: Re: Batch Upload w/ Windows Server
Post by: infrontweb on October 21, 2005, 06:51:42 PM
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.alchemynightclub.com%2Fgallery%2Falchemy.gif&hash=9868895a7fec1ced57b2f79df5b5fc0df4b0cfa5)
I have all necessary extensions in the proper fields (see image). Is there another place I would be blocking file extensions?
Title: Re: Batch Upload w/ Windows Server
Post by: Joachim Müller on October 23, 2005, 03:59:05 PM
don't send emails nor PMs to devs/supporters unless they ask you to!  >:(
Title: Re: Batch Upload w/ Windows Server
Post by: infrontweb on October 23, 2005, 05:10:01 PM
Certainly not my intention to irritate you. Replying via email is only a natural reaction. I will keep my replys to the board.

Do you have any further suggestions for me?
I'm not sure what else to do to get the batch upload to work properly..
Title: Re: Batch Upload w/ Windows Server
Post by: Joachim Müller on October 24, 2005, 07:54:14 AM
try "ALL" instead of the list of allowed files you supplied. If this fixes things for you, use a tool like phpMyAdmin to directly edit your database, browse coppermine's filetypes table and remove the filetypes you don't want there. Make sure to backup before doing so.
Title: Re: Batch Upload w/ Windows Server
Post by: infrontweb on October 24, 2005, 04:45:36 PM
Awesome!
This worked. Actually my issue was with the deliminator used in the config file.

Allowed image type:
jpg,jpeg,gif,png,tif
(Does not work)

Changed , to /

Allowed image type:
jpg/jpeg/gif/png/tif
(Works perfectly)
Title: Re: Batch Upload w/ Windows Server
Post by: Joachim Müller on October 25, 2005, 01:22:47 AM
thanks for your feedback, I changed the section in the docs accordingly (in the stable branch of the cvs)