d4rkcloud Posted October 29, 2018 Share Posted October 29, 2018 Salve ragazzi, ho effettuato l'aggionamento da una versione 1.6.x alla 1.7 e sembrava essere andato tutto ok. Purtroppo ho visto prima questo errore: [ERROR] PHP 1.7.0.0 /* PHP:ps1700_stores(); */ Dopodiché dal frontend pagina bianca e questo errore: 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` 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 /web/htdocs/www.hairimport.it/home/shop/classes/db/Db.php on line 746" In pratica mi accesso negato alle pagine degli ordini e dei clienti. Cosa può essere? Grazie. Link to comment Share on other sites More sharing options...
Giorgio M. Posted October 31, 2018 Share Posted October 31, 2018 Problemi sul data base, è abbastanza frequente che succeda se utilizzi il modulo per aggiornare. La procedura corretta sarebbe quella della "migrazione" come spiegato molto bene in alcuni post che trovi all'inizio del forum. Il modulo può altresì essere estremamente comodo per aggiornare il data base che poi migrerai (tabella per tabella). Link to comment Share on other sites More sharing options...
d4rkcloud Posted October 31, 2018 Author Share Posted October 31, 2018 Quindi avendo questa "migrazione a metà" e una nuova installazione, posso eposrtare le tabelle che mi servono nella nuova? Link to comment Share on other sites More sharing options...
d4rkcloud Posted October 31, 2018 Author Share Posted October 31, 2018 Ok, andiamo per gradi sto importando le tabelle. Solo che ho notato adesso che le immagini non vengono riconosciute, invece della solita cartella img/p/6/9/1/nomeimmagine... mi dà un semplice img/p/nomeimmagine... Dove ho sbagliato? Link to comment Share on other sites More sharing options...
Giorgio M. Posted November 2, 2018 Share Posted November 2, 2018 Strano, la struttura della cartella immagini non varia dalla 1.6 alla 1.7 Temo che non sia andato tutto per il meglio con l'aggiornamento. 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