Jump to content

ERROR: [PrestaShopDatabaseException] after upgrade 1.5 to 1.6


jrgene

Recommended Posts

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. 	/**

 

Link to comment
Share on other sites

×
×
  • Create New...