HELP ME WITH THE "The previous file could not be placed."MESSAGE!!!! HELP ME WITH THE "The previous file could not be placed."MESSAGE!!!!
 

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

HELP ME WITH THE "The previous file could not be placed."MESSAGE!!!!

Started by dougwi, September 13, 2006, 06:34:22 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dougwi

AFTER UPLOADING A PIC, THE SYSTEM ASK TO SELECT AN ALBUM.....AFTER SELECTING, I RECIEVE ALWAYS THE SAME MESSAGE:"The previous file could not be placed.

You have successfully placed all the files."AND THE PIC IS NOT ADDED.....WHAT SHOULD I DO????


Sami

‍I don't answer to PM with support question
Please post your issue to related board

dougwi


Joachim Müller

So you did what the upload troubleshooting suggests? One can see that you read very thoroughly. So let me quote the section bmossavari linked to, highlighting the important bits (the ones you apparently failed to read):
Quote4.11.4 Upload troubleshooting

If you are experiencing issues with coppermine's upload process, temporarily change your coppermine settings as suggested below to get more detailed error messages:

    * Go to your coppermine page and log in as admin
    * Go to the config screen
    * Scroll to the bottom of the page
    * Expand the "Maintenance settings" section by clicking on it
    * Enable debug mode for everyone
    * Leave display of notices switched off
    * Save the new settings by clicking on "Save new configuration"
    * Go to the "groups" panel
    * Set the upload form configuration for all groups to "Single file uploads only" (set File upload boxes to "1", URI upload boxes to "0" and No. of boxes to "fixed")
    * Save your new settings

Then try to upload (using http uploads, even if you experienced troubles using another upload method) - you should get a more detailed error message that tells you what exactly goes wrong with your uploads. If the error message doesn't mean anything to you, search the support board for the error message you get.
When asking for support on the coppermine forum, post a link to your site and a test user account (the test user mustn't be in the admin group!) with upload privileges, with the above mentioned settings in place - this way, supporters can see the error messages as well. Do not post debug_output unless requested.

When people have issues with uploading and decide to post their question on the Coppermine support board, they usually are told to read this upload troubleshooting section. Many of them fail to do so properly, which results in frustration both for users as well as supporters. To make this absolutely clear: the above mentioned steps are absolutely mandatory, no matter what skill level you have, no matter what upload method you have troubles with. Failing to do exactly as suggested will result in your request for help being ignored. Yes, this applies to you. We mean it!

dougwi

Sorry,
i thought that  this should be an common error.

my website link is : www.mednanet.com.br/gallery
user: coppermine
pass: coppermine

Sorry again!
Thanks

Joachim Müller

Actual error message:
QuoteThe file 'albums/userpics/10003/Beispiel.jpg' can't be inserted in the album

Error executing ImageMagick - Return value: 127

Cmd line :
/usr/binconvert -quality 80 -antialias -geometry 100x74 'albums/userpics/10003/Beispiel.jpg' 'albums/userpics/10003/thumb_Beispiel.jpg'


The convert program said:
sh: /usr/binconvert: No such file or directory
This is a very common error. Searching for it would have told you the answer: you have specified the wrong path to ImageMagick, or you don't have ImageMagic at all. Specifying the path to ImageMagick on the install page, you probably just guessed. You mustn't. Go to Coppermine's config, set "method for resizing pics" to GD2. Then try again and report back.