Jump to content

(SOLUCIONADO) Error al actualizar modulo Top Menu Prestashop 1.6


Recommended Posts

Hola, tengo un problema, al actualizar al modulo Top Menu e ingresar a configurarlo, me aparece lo siquiente:

 

[PrestaShopDatabaseException]

Unknown column 'll.link' in 'field list'
 

SELECT l.id_linksmenutop, l.new_window, s.name, ll.link, ll.label
                FROM pr_linksmenutop l
                LEFT JOIN pr_linksmenutop_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 3 AND ll.id_shop=1)
                LEFT JOIN pr_shop s ON l.id_shop = s.id_shop
                WHERE 1
                AND l.id_shop IN (0, 1)

at line 639 in file classes/db/Db.php

 

634.             WebserviceRequest::getInstance()->setError(500, '
 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
635.         }
636.         elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
637.         {
638.             if ($sql)
639.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
640.             throw new PrestaShopDatabaseException($this->getMsgError());
641.         }
642.     }
643.
644.     /**

 

Alguien sabe a que se debe esto? 

 

Muchas gracias,

Edited by Julius Andre (see edit history)
Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...