coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: PaulAbbott on July 19, 2005, 08:50:40 PM

Title: Batch Add Problem
Post by: PaulAbbott on July 19, 2005, 08:50:40 PM
Hey everyone,
  I uploaded somewhere around 100-150 pics in subfolders inside /albums on my website. (http://pics.paul-abbott.net)

I used batch upload and everything went okay, until I tried to upload them. I selected the folder (which in this case happened to be /males) and all my pics turned up in red x's, I am not sure what happened. All the files are uploaded correctly and all the subfolders and album folder i CHMOD'ed to 777. Any ideas.

http://pics.paul-abbott.net
Username: test
password: tester

Debug:

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

==========================
USER DATA:
------------------
Array
(
   [user_id] => 1
   [user_group] => 1
   [user_active] => YES
   [user_name] => PaulAbbott
   [user_password] => ********
   [user_lastvisit] => 2005-07-19 10:36:09
   [user_regdate] => 2005-07-18 21:31:00
   [user_group_list] =>
   [user_email] =>
   [user_website] => http://www.paul-abbott.net
   [user_location] => Pittsburgh, PA
   [user_interests] => Computers, Women
   [user_occupation] => Foodland Stock Clerk, Freelance Web Designer
   [user_actkey] =>
   [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] => 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] => 0
   [can_see_all_albums] => 1
   [group_id] => 1
   [groups] => Array
       (
           [1] => 1
       )

)

==========================
Queries:
------------------
Array
(
   
Title: Re: Batch Add Problem
Post by: Nightwalker on July 19, 2005, 09:11:52 PM
Module: gd
------------------
module doesn't exist

^^^ Well, there's your problem. You can't generate thumbnails without a GD or ImageMagick module installed with the server's PHP package. If you're webhosted, only your webhost can install the module.

@powers that be: I hope I didn't step on any toes by answering.  ;)
Title: Re: Batch Add Problem
Post by: Tranz on July 19, 2005, 10:55:02 PM
Quote from: Nightwalker on July 19, 2005, 09:11:52 PM
@powers that be: I hope I didn't step on any toes by answering. ;)
Of course not. We appreciate the help. :)
Title: Re: Batch Add Problem
Post by: Joachim Müller on July 20, 2005, 08:29:43 AM
GD might exist even if it doesn't show up in coppermine's debug output (depending on your PHP version). Use the method mentioned in the FAQ (http://coppermine.sourceforge.net/faq.php#VersionGD) to find out. Another thing you should test first if your server is configured correctly in the first place - try the steps mentioned in http://coppermine.sourceforge.net/tutorial/uploads/troubleshooting.php as well.
Title: Re: Batch Add Problem
Post by: PaulAbbott on July 22, 2005, 02:59:07 AM
GD is under PERL MODULES on the server
Title: Re: Batch Add Problem
Post by: Nibbler on July 22, 2005, 03:17:28 AM
Having GD support for perl doesn't help coppermine much. You need to have GD support for PHP or use ImageMagick instead.
Title: Re: Batch Add Problem
Post by: PaulAbbott on July 22, 2005, 03:48:36 AM
so i need to have my host intall imagemagik or can i do it?
Title: Re: Batch Add Problem
Post by: kegobeer on July 22, 2005, 03:55:24 AM
Ask your host to install it.