AlbertoMassanet Posted October 6, 2016 Share Posted October 6, 2016 (edited) Hola, He actualizado de la versión 1.6.1.1 a la 1.6.1.6 de forma manual: primero actualicé la BD (upgrade/upgrade.php) y luego sobreescribí los archivos sobre la antigua versión, respetando el directorio img/ Todo ha ido perfecto. El front-end funciona perfectamente pero, a la hora de editar/añadir un producto, las pestañas SEO e Imágenes aparecen vacias. De igual forma, los botones de Guardar se quedan eternamente desactivados. ¿Alguien puede ayudarme a averiguar que está pasando? Estoy intentando ver el archivo AdminProductsController.php pero no me atrevo a tocar demasiado. Gracias y un saludo NOTA: Desactivando la pestaña SEO de AdminProductsController, se soluciona el problema pero yo quiero poder editar dicha pestaña: $this->available_tabs_lang = array( 'Informations' => $this->l('Information'), 'Pack' => $this->l('Pack'), 'VirtualProduct' => $this->l('Virtual Product'), 'Prices' => $this->l('Prices'), /*'Seo' => $this->l('SEO'), <------------------------------------*/ 'Images' => $this->l('Images'), 'Associations' => $this->l('Associations'), 'Shipping' => $this->l('Shipping'), 'Combinations' => $this->l('Combinations'), 'Features' => $this->l('Features'), 'Customization' => $this->l('Customization'), 'Attachments' => $this->l('Attachments'), 'Quantities' => $this->l('Quantities'), 'Suppliers' => $this->l('Suppliers'), 'Warehouses' => $this->l('Warehouses'), ); y $this->available_tabs = array_merge($this->available_tabs, array( 'Informations' => 0, 'Pack' => 7, 'VirtualProduct' => 8, 'Prices' => 1, /*'Seo' => 2, <----------------------------------*/ 'Associations' => 3, 'Images' => 9, 'Shipping' => 4, 'Combinations' => 5, 'Features' => 10, 'Customization' => 11, 'Attachments' => 12, 'Suppliers' => 13, )); Edited October 6, 2016 by AlbertoMassanet (see edit history) Link to comment Share on other sites More sharing options...
AlbertoMassanet Posted October 6, 2016 Author Share Posted October 6, 2016 Inexplicable. Desactivé la pestaña tal y como dije más arriba. No toqué nada más. Realicé algunas acciones sobre un producto editado y, tras guardarlo, reactivé la pestaña de SEO y ¡violà! funcionó todo correctamente. No se que ha pasado pero todo se ha solucionado. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now