cancel
Showing results for 
Search instead for 
Did you mean: 

Can't upload images for my product.

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Can't upload images for my product.

Hi,

Since two weeks ago I am not able any more to upload images for my products.

After I am choosing the images I want to upload and press the Upload Files button, a red marked message appear and notify me that "Destination folder is not writable or does not exists."

I am confused because we made no modifications during the last images uploading.

Could somebody help me?

1 REPLY 1

Re: Can't upload images for my product.

Hello,

 

I had the same problem earlier this is what I did:

1: Check the permission for the folder which resides at may be Media/../category/product. If this is doesn't work.

====================================================================================

2:

Go to : lib/Varien/File/Uploader.php

//Log the output.

if( !is_writable($destinationFolder) ) {
//use either of the code
var_dump($destinationFolder);
// or
Mage::log($destinationFolder);
throw new Exception(''.$destinationFolder.'Destination folder is not writable or does not exists.');
}

=====================================================================================