No me deja adjuntar imagenes del producto
Se necesita especificar el tipo de imagen y la información para cada vista de tienda
Actualmente uso magento 1.9.2.4
Image type and information need to be specified for each store view.
for this issue you can follow below solution
Fatal error: Uncaught Error: Function name must be a string in root directory /lib/Varien/File/Uploader.php:274
The Solution for this error is:
The line lib/Varien/File/Uploader.php:274
$params['object']->$params['method']($this->_file['tmp_name']);
should be
$params['object']->{$params['method']}($this->_file['tmp_name']);
Aún sigue el error
This is just an warning not an issue. Issue seems different as it seems flash player issue with your browser. Can you check your in other browser.
He probado con otro navegador y me da la opción de subir la imagen pero al cargarla me aparece un error de carga http.