Go to magneto root directory and find lib\Varien\File\Uploader.php
Edit file and go line no. 259
$params['object']->$params['method']($this->_file['tmp_name']);
should be
$params['object']->{$params['method']}($this->_file['tmp_name']);
Done! :)
No comments:
Post a Comment