Sunday, September 25

Magento : Image Upload Problem/Issue Magento 1.6

Hi Guys,

I figured out problem occurred with Magento image upload in version 1.6, for that I am posting a thread which can easily short the problem.

1. Download prototype.js version 1.6.0.3

2. Go to Magento/js/prototype – here rename prototype.js with prototype.js.BKP

3. Then copy downloaded prototype.js in Magento/js/prototype

4. In the /app/etc/config.xml file change the initStatements node from:

SET NAMES utf8

to:

SET NAMES utf8; SET FOREIGN_KEY_CHECKS=0; SET UNIQUE_CHECKS=0;

Flush the cache and then you can upload image for products.

That’s all, go to admin panel in Magento admin panel and upload and import product successfully.

Hope it Helps... Thanks....

No comments:

Post a Comment