Issue: The previous file could not be placed Issue: The previous file could not be placed
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Issue: The previous file could not be placed

Started by anakaine, January 24, 2005, 10:25:20 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

anakaine

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

Abbas Ali

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.
Chief Geek at Ranium Systems

Joachim Müller

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