coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: SickOneNine on January 09, 2005, 05:48:17 AM

Title: Uploading Problem
Post by: SickOneNine on January 09, 2005, 05:48:17 AM
Hi, on my web site im trying to upload pictures but its not leting me well it let me but the it tells me this

The previous file could not be placed.

You have successfully placed all the files.

??? ???

if any one know why is the happening let me know thank you
Title: Re: Uploading Problem
Post by: donnoman on January 09, 2005, 05:56:55 AM
There is a whole board dedicated to helping folks with upload problems, I've moved your post to it.

Please read the stickies in this forum as they cover most of the problems.

After you have read and followed the advice in the stickies and FAQ, you can post the results here and request aditional help if still needed.
Title: Re: Uploading Problem
Post by: kegobeer on January 09, 2005, 05:57:29 AM
Did you search the forums for your error and try those solutions, like I asked you to in your other post?
Title: Re: Uploading Problem
Post by: SickOneNine on January 09, 2005, 06:10:07 AM
ok thanks ill look around to see if i can get that fix  ;)
Title: Re: Uploading Problem
Post by: SickOneNine on January 09, 2005, 06:40:26 AM
USER:
------------------
Array
(
    [ID] => 65d29754e8c971b70a17938f1d0dbb28
    [am] => 1
    [liv] => Array
        (
           
Title: Re: Uploading Problem
Post by: kegobeer on January 09, 2005, 06:45:43 AM
You have php 5.xx.  Do you have register_long_arrays enabled in php.ini?

You've tried ALL the various fixes for:

The previous file could not be placed
and
You have successfully placed all the files
?
Title: Re: Uploading Problem
Post by: kegobeer on January 09, 2005, 06:48:39 AM
Specifically, did you try:

http://forum.coppermine-gallery.net/index.php?topic=5451.0

You need to enable debug and notices for all users.

Post a link to your site, with a test user/password.
Title: Re: Uploading Problem
Post by: SickOneNine on January 09, 2005, 07:12:44 AM
this is what it says when im on the page were it tell's me :

The previous file could not be placed.

You have successfully placed all the files.


............................................................................................................



USER:
------------------
Array
(
    [ID] => 65d29754e8c971b70a17938f1d0dbb28
    [am] => 1
    [liv] => Array
        (
           
Title: Re: Uploading Problem
Post by: SickOneNine on January 09, 2005, 07:18:39 AM
by changing the setting on the groups to singel file uplaods only this is what it says :



The file 'albums/userpics/32~5.gif' can't be inserted in the album

Error executing ImageMagick - Return value: 127


Cmd line :
convert -quality 80 -antialias -geometry 100x100 'albums/userpics/32~5.gif' 'albums/userpics/thumb_32~5.gif'



The convert program said:



File: /usr/local/apache2/misc/20/656/695/583/web/new.pacificautowrecking.com/pictures/db_input.php - Line: 304
Title: Re: Uploading Problem
Post by: kegobeer on January 09, 2005, 03:48:02 PM
That error is from the OS and not Coppermine - it means command not found, which can be caused by improper permissions on the ImageMagick directory, or a faulty installation.

Change your Method for resizing images to GD2 and try again.
Title: Re: Uploading Problem
Post by: SickOneNine on January 09, 2005, 08:54:18 PM
problem fix thank you for all you help ! ! ! !

and your welcome to visit my web site www.sickonenine.com
Title: Re: Uploading Problem
Post by: kegobeer on January 09, 2005, 09:50:31 PM
Did you solve the ImageMagick problem, or did you switch to GD?
Title: Re: Uploading Problem
Post by: SickOneNine on January 09, 2005, 10:27:45 PM
I to switch to GD. im working on the ImageMagick problem as soon as thats done ill let you know, you never know if some one else has the same problem ! ! ! !  ;)
Title: Re: Uploading Problem
Post by: SickOneNine on January 10, 2005, 01:01:56 AM
http://www.sickonenine.com/users/pictures/index.php      8)

username : test
Password : test
Title: Re: Uploading Problem
Post by: Joachim Müller on January 10, 2005, 09:22:04 AM
Works as expected - issue solved I guess...

Joachim