The selected file /tmp/tmp_PKoWzi could not be uploaded, because the destination is not properly configured.

Posts: 19
Joined: 11/09/2007

The selected file /tmp/tmp_PKoWzi could not be uploaded, because the destination is not properly configured.

i changed the /temp from public to private then back again

and i get this error

i chmd the directory 777

but nothing helps

sad sad sad

help please

--

------------------------------------------------------------------------------
Using the cart in USAindie.com -- film & music production
------------------------------------------------------------------------------

Posts: 14
Joined: 11/15/2007

Ok, I am having this issue as well.

First off, I'm "fairly" adept with Drupal overall, as I've been using in on a variety of sites for about a year now, but first time checking out Ubercart (I very muhc like what I see so far too!)

I can upload images to a product, but NOT to a category.

Currently the installation I have running is in a dev environment setup per the user's guide on this site.

My files & /tmp "should" be correct, in that I can upload images to individual products.

If I can provide any other required info (versions etc) I'm here...

thanks...

Posts: 14
Joined: 11/15/2007

One last thing I decided to try, that was a step I skipped over, was the creation of an "admin" role, and assigning a user to that role...in hopes that maybe this would be related to this other drupal issue:

http://drupal.org/node/112729

but nope...is there something out there I might have missed...like I stated earlier, my filesystem is working right, I can upload images to the products, but not to categories...

In any case, I'm hoping someone out there might have come across this and have a solution, but I'll keep banging away at it, and if I find such...of course, I'll be sure to post it in this thread...

-Trev

Posts: 14
Joined: 11/15/2007

Something I noticed, is that the imagecache directories were not getting created...

I tried creating them manually, and settting 777 on them recursively, still no dice...

/files/imagecache/category/files

was hoping this might work...nope Sad

another thing I tried, was changing the /tmp path to tmp, and creating tmp in my root web folder, this at least shows me that the file is being uploaded...but something, somewhere is not moving it out of the tmp folder into the /foles/imagecache folder...maybe this will provide some insight.

The selected file tmp/tmp_7T65da could not be uploaded, because the destination is not properly configured.

The file tmp/tmp_7T65da does exist, and "lingers", so it's not getting unlinked either.

Posts: 89
Joined: 11/06/2007
Bug FinderGetting busy with the Ubercode.

You can try using chown to set user:group permissions to the directory. For instance your server user name might be 'apache' or '_www'. You can do so by issuing the command 'sudo chown apache' or sudo chown apache:apache'. Hope this helps.

Posts: 89
Joined: 11/06/2007
Bug FinderGetting busy with the Ubercode.

I came across the issue of not being able to add images to category terms. I created the folder called 'ubercart_images' in the files directory and it seemed to remedy the issue.

Posts: 14
Joined: 11/15/2007

that's the ticket...

thanks!!!!

Posts: 3
Joined: 09/15/2007

Fine and dandy if you have access to the sudo accnt, but I unfortunately don't have access to sudo, nor will I be given the access by act of congress...

I didn't have a problem in 1.0 alpha 7e, but I seem to have the problem in 1.0 alpha 8

What's Changed?

Posts: 4727
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

This is an unfortunate bug that we thought had been fixed for the A8 release. I'll ask Lyle to doublecheck it to make sure... this shouldn't be an issue, and there's really no reason to have a separate directory for the images (since Drupal renames conflicting files for you).

Posts: 80
Joined: 08/09/2007
Uber DonorBug Finder

I was getting frustrated with this one. Creating the "ubercart_images" directory solved the problem. This problem seems to still be in the latest dev.

--

Biodiesel * (ubercart + drupal) = Sundays Energy

Posts: 2102
Joined: 08/07/2007
AdministratoreLiTe!

The catalog module didn't get the memo that we weren't relying on the existence of the ubercart_images directory anymore. That'll be changed shortly.

Posts: 43
Joined: 12/09/2007
Bug FinderEarly adopter... addicted to alphas.

greenSkin hit it on the nail for me that worked... to add files/ubercart_images/ directory.