jrgene Posted April 10, 2014 Share Posted April 10, 2014 Any tips on where to start to fix this? After changing logo in new 1.6 it all messed up. And now after second re-install. Luckily on a development site :-) This is the development site with the error message: http://www.verdensmagasinet.no/ [PrestaShopDatabaseException]Unknown column 'll.link' in 'field list' SELECT l.id_linksmenutop, l.new_window, ll.link, ll.label FROM ps_linksmenutop l LEFT JOIN ps_linksmenutop_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 8 AND ll.id_shop=1) WHERE 1 AND l.id_linksmenutop = "3" AND l.id_shop IN (0, 1) at line 623 in file classes/db/Db.php 617. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);618. }619. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))620. {621. if ($sql)622. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');623. throw new PrestaShopDatabaseException($this->getMsgError());624. }625. }626. 627. /** DbCore->displayError - [line 313 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 489 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 37 - modules/blocktopmenu/menutoplinks.class.php] - [1 Arguments] MenuTopLinks::gets - [line 42 - modules/blocktopmenu/menutoplinks.class.php] - [3 Arguments] MenuTopLinks::get - [line 425 - modules/blocktopmenu/blocktopmenu.php] - [3 Arguments] Link to comment Share on other sites More sharing options...
Recommended Posts