HTTP upload error while uploading to product tab

1

On the Product tab, under Images, when uploading the image the following error is returned:

  

HTTP load error

I've already given 775 permissions to the media folder via FTP. I've already given 775 permissions to the downloader folder via FTP.

How can I solve the problem?

    
asked by anonymous 04.11.2014 / 16:54

1 answer

1

This error is usually caused due to the apache protection in htaccess / .htpasswd. You need to disable .htpasswd protection by simply commenting on the lines with #. After the upload (usually image in the product) just uncomment releasing and deleting the # hasttags, hosting again on the server, restarting the service and ready. problem solved

Reference: link

    
12.02.2015 / 07:23