coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: anakaine on January 24, 2005, 10:25:20 AM

Title: Issue: The previous file could not be placed
Post by: anakaine on January 24, 2005, 10:25:20 AM
Ive an issue while trying to set up the uploads...
Ive read a few posts on this particular issue so far, and not found anything of help to me.

Basically I'm getting

QuoteThe previous file could not be placed.

You have successfully placed all the files.

My settings:

PHP 4.3.10
Imagemagick (absolute path: /usr/bin/convert)
CPG: 1.3

albums and images directories are CHMOD set to 777

The album is set to allow users to upload to it. Although I'm running in admin mode.

In debug mode I'm getting

QuoteNotice: Undefined index: user1 in /home/alterna/public_html/gallerys/upload.php on line 2146

Notice: Undefined index: user2 in /home/alterna/public_html/gallerys/upload.php on line 2147

Notice: Undefined index: user3 in /home/alterna/public_html/gallerys/upload.php on line 2148

Notice: Undefined index: user4 in /home/alterna/public_html/gallerys/upload.php on line 2149

Notice: Undefined index: OS in /home/alterna/public_html/gallerys/include/picmgmt.inc.php on line 157


I can supply a transcript of the debug output window if you want me to....


Thanks for any help, I hope thats enough info to work off.

Regards,
Anakaine
Title: Re: Issue: The previous file could not be placed
Post by: Abbas Ali on January 24, 2005, 10:43:25 AM
What path for ImageMagick did you supplied during installation?

The correct path in your case would be /usr/bin/

If this is not the path which you supplied then please go to config page and enter this path for imagemagick.
Title: Re: Issue: The previous file could not be placed
Post by: Joachim Müller on January 25, 2005, 09:02:34 AM
enable debug mode, turn off notices, set upload method to "Single file uploads" in your groups panel. You should then get a more detailed error message what actually happened/failed.

Joachim