Jump to content

errore al actualiza de 1.7.4 a 1.7.5


Recommended Posts

En modo depuracion en la pagina principal me pone eso:

Fatal error: Uncaught Unknown column 'h.live_edit' in 'field list'<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` WHERE (h.`name` != "displayPayment" AND h.`name` != "displayPaymentEU") AND (hm.`id_shop` = 1) GROUP BY hm.id_hook, hm.id_module ORDER BY hm.`position` </pre> thrown in /var/www/vhosts/prettysecrets.es/httpdocs/classes/db/Db.php on line 769

 

y en el back office en modo depuracion esto:

 

in classes/db/Db.php (line 769)
DbCore->displayError('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`WHERE (h.`name` != "displayPayment" AND h.`name` != "displayPaymentEU") AND (hm.`id_shop` = 1)GROUP BY hm.id_hook, hm.id_moduleORDER BY hm.`position`')in classes/db/Db.php (line 385)
DbCore->query('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`WHERE (h.`name` != "displayPayment" AND h.`name` != "displayPaymentEU") AND (hm.`id_shop` = 1)GROUP BY hm.id_hook, hm.id_moduleORDER BY hm.`position`')in classes/db/Db.php (line 613)
DbCore->executeS('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`WHERE (h.`name` != "displayPayment" AND h.`name` != "displayPaymentEU") AND (hm.`id_shop` = 1)GROUP BY hm.id_hook, hm.id_moduleORDER BY hm.`position`')in override/classes/Hook.php (line 85)
Hook::getHookModuleExecList('actionAdminControllerSetMedia')in src/Adapter/LegacyHookSubscriber.php (line 244)
LegacyHookSubscriber::getSubscribedEvents()in vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php (line 167)
EventDispatcher->addSubscriber(object(LegacyHookSubscriber))in var/cache/dev/ContainerLyg5qt6/appDevDebugProjectContainer.php (line 1660)
appDevDebugProjectContainer->getPrestashop_Hook_DispatcherService()in var/cache/dev/ContainerLyg5qt6/appDevDebugProjectContainer.php (line 1598)
appDevDebugProjectContainer->getPrestashop_Core_Hook_DispatcherService()in var/cache/dev/ContainerLyg5qt6/appDevDebugProjectContainer.php (line 1638)
appDevDebugProjectContainer->getPrestashop_Dispatcher_LegacyHooks_SubscriberService()in var/cache/dev/ContainerLyg5qt6/appDevDebugProjectContainer.php (line 2454)
appDevDebugProjectContainer->ContainerLyg5qt6\{closure}()in vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php (line 229)
EventDispatcher->sortListeners('kernel.controller')in vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php (line 61)
EventDispatcher->getListeners('kernel.controller')in vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php (line 128)
ContainerAwareEventDispatcher->getListeners('kernel.controller')in vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php (line 250)
TraceableEventDispatcher->preProcess('kernel.controller')in vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php (line 134)
TraceableEventDispatcher->dispatch('kernel.controller', object(FilterControllerEvent))in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php (line 139)
HttpKernel->handleRaw(object(Request), 1)in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php (line 68)
HttpKernel->handle(object(Request), 1, false)in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php (line 200)
Kernel->handle(object(Request), 1, false)in carpetadeladmin/index.php (line 88)
 
en modo normal la pagina solo sale el logo y en el admin no hay módulos ni nada
muchas gracias y feliz año

 

 

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...