calzadilla Posted February 19, 2016 Share Posted February 19, 2016 Buenas a todos, necesito un poco de ayuda, y es que me he quedado aquí parado y nose por dónde coger este error.. si alguien pudiese ayudarme se lo agradecería enormemente Fatal error: Uncaught Unknown column 'module_shop.enable_device' in 'on clause'<br /><br /><pre>SELECT h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module, h.`live_edit` FROM `ps_module` m INNER JOIN ps_module_shop module_shop ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1) INNER JOIN `ps_module_shop` ms ON ms.`id_module` = m.`id_module` INNER JOIN `ps_hook_module` hm ON hm.`id_module` = m.`id_module` INNER JOIN `ps_hook` h ON hm.`id_hook` = h.`id_hook` LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module` WHERE (h.name != "displayPayment") AND (hm.id_shop = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1)) GROUP BY hm.id_hook, hm.id_module ORDER BY hm.`position` </pre> thrown in /homepages/46/d576013998/htdocs/Disfrazjaiak/classes/db/Db.php on line 791 He estado buscando en el foro pero son errores parecidos que se solucionaban eliminando el módulo que daba error, pero aquí no veo nombre de módulo ninguno. Gracias de antemano. Link to comment Share on other sites More sharing options...
jgamio Posted February 20, 2016 Share Posted February 20, 2016 Te esta indicando que el campo enable_device no existe en la tabla module_shop revisa la tabla en la Base de datos a ver que campos tienes en module_shop sino crea el campo `enable_device` tinyint(1) NOT NULL DEFAULT '7' 1 Link to comment Share on other sites More sharing options...
calzadilla Posted February 23, 2016 Author Share Posted February 23, 2016 Gracias jgamio, no lo había visto hasta ahora, voy a probarlo y comento a ver. un abrazo. Link to comment Share on other sites More sharing options...
tuk66 Posted February 24, 2016 Share Posted February 24, 2016 ¿Cuál es su versión? El campo 'module_shop.enable_device' es nuevo en PrestaShop 1.6.0.5.What is your version? The 'module_shop.enable_device' field is new in PrestaShop 1.6.0.5. Link to comment Share on other sites More sharing options...
calzadilla Posted February 24, 2016 Author Share Posted February 24, 2016 (edited) Hola tuk66, gracias por responder, actualicé de la 1.5 a la última versión... y todo fue bien hasta que me ha dado este error de BBDD. Qué es lo que tengo que hacer... crear el campo module_shop.enable_device en la tabla??? nose cuál es el tamaño ni nada... o dime si sabes otra solución. Ya te digo, es lo único que me falta para terminar... te lo agradezco en el alma... bueno, a todos los que me estáis ayudando. Bueno, el tamaño y el tipo de campo lo puedo ver en las nueva tabla que se crea en la instalación de la nueva versión. Edited February 24, 2016 by calzadilla (see edit history) Link to comment Share on other sites More sharing options...
jgamio Posted February 24, 2016 Share Posted February 24, 2016 Cuando te dice que todo ha andado bien es que lograste actualizar o te dio el error actualizando ? 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