forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: mtod on July 04, 2006, 04:56:17 am

Title: Help with new install Upload problems
Post by: mtod on July 04, 2006, 04:56:17 am
I installed Coppermine the install went fine.
I configured it and changed the folder and file attribs on the albums and sub dirs folders.
I read the manuals and searched the fourms for a similar problem.

When I go to upload a jpeg file I sometimes get it to upload but then it never shows up in the album.
Other time it just hangs and does not upload anything.
Also the Batch Upload does not show folders. It says not folders have been created.
I tried creating a folder under Albums I still get the same error.

Title: Re: Help with new install Upload problems
Post by: Joachim Müller on July 04, 2006, 05:56:28 am
http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#upload_trouble
Title: Re: Help with new install Upload problems
Post by: mtod on July 04, 2006, 06:00:23 am
Already Tried that no Luck.

Title: Re: Help with new install Upload problems
Post by: Tranz on July 04, 2006, 06:08:32 am
Why/how is it that people miss the stuff in red? ???

mtod, you haven't done what was instructed and you DID something the instructions said not to do. Re-read.
Title: Re: Help with new install Upload problems
Post by: mtod on July 04, 2006, 06:40:57 am
This site is in a configuration Lab and has no inbound Internet access.

I will have to move it to a DMZ server before I can setup an account and allow access.

 
Title: Re: Help with new install Upload problems
Post by: Sami on July 04, 2006, 07:00:25 am
please edit your first post and remove debug info or at least put on code block by using # button
Title: Re: Help with new install Upload problems
Post by: mtod on July 04, 2006, 07:12:53 am
Ok I put the site on the internet.

www.mtod.com

UserID: TestUsr
PW: test

Thanks
Title: Re: Help with new install Upload problems
Post by: Joachim Müller on July 04, 2006, 07:15:49 am
Do exactly as suggested: you're suppossed to set the number of uri upload fields to "0"!
Title: Re: Help with new install Upload problems
Post by: mtod on July 04, 2006, 07:34:51 am
My mistake.

Done.
Title: Re: Help with new install Upload problems
Post by: Sami on July 04, 2006, 07:50:03 am
ImageMagick issue !
- configure it
or
- try GD2 instead
Title: Re: Help with new install Upload problems
Post by: mtod on July 04, 2006, 07:55:04 am
I looked at the command line it's trying to execute:

"C:/ImageMagick6283Q16/convert" -quality 80 -antialias -geometry 100x68 "C:/cpg148/albums/userpics/10001/_MG_6759_copy_1~0.jpg" "C:/cpg148/albums/userpics/10001/thumb__MG_6759_copy_1~0.jpg"

The file that is uploaded is C:/cpg148/albums/userpics/10001/_MG_6759_copy_1.jpg
The file that is passed in the cmd line: C:/cpg148/albums/userpics/10001/_MG_6759_copy_1~0.jpg

for some reason there is a ~0 added to the file name.

Is this a Coppermine issue or ImageMagick?

If I remove the ~0 the command line works fine.
Title: Re: Help with new install Upload problems
Post by: Sami on July 04, 2006, 08:54:05 am
this is not CPG issue