Posted by Idran on February 3, 2009 at 9:56pm
Jump to:
| Project: | Upload Image |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
On my system, we have multiple sites running off of a single Drupal 6 codebase, with the Image module shared by these sites. On one specific site, the module is unable to attach images, while the function works fine on every other site that uses that copy of the image module. Images can be previewed fine, but when you try to actually save the image, it gives two identical error messages: "The selected file could not be copied, because no file by that name exists. Please check that you supplied the correct filename."
Comments
#1
Updating my problem, it looks like the Image module was having a conflict with the Triggers core module. Disabling Triggers got it to work, though I've got no idea where exactly the conflict was going on.
#2
Okay, talking with our web designers, apparently this page has to have both Image and Trigger. I can't find any information on a conflict, however, nor would I know where to even begin to track that down. I'm setting this back to active and renaming the problem in case someone else has run into this problem and knows how it could be resolved.
#3
Hi,
I was setting up a system whereby a user could add info and an image to the database, essentially creating a node. I had this working fine until I set a trigger to send the admin an email and redirect the user to a different page.
I ran into problems and removed the image upload and also the triggers so I will keep you posted.
It seems this problem is solved when I remove the second trigger which redirected a user to a specific node.
Maybe it was because I was using 2 actions on the trigger. I am not sure.
#4
I am fairly confident that this has nothing to do with upload_image as such. Maybe one of the other modules does a redirect after creating the first image and then creation of the others fails.