Jump to content

Tengo el error Unknown column 'id_shop' in 'where clause' y no puedo crear páginas CMS


equalizer

Recommended Posts

  [PrestaShopDatabaseException]

Unknown column 'id_shop' in 'where clause'

 

SELECT * FROM `ps_cms_category_lang`

                                WHERE `id_cms_category` = 2 AND `id_shop` = 1

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

 

641.             WebserviceRequest::getInstance()->setError(500, '
 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);

642.         }

643.         elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))

644.         {

645.             if ($sql)

646.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');

647.             throw new PrestaShopDatabaseException($this->getMsgError());

648.         }

649.     }

650.

651.     /**

 

 

Tengo este error, me gustaria saber como solucionarlo. Mi versión de Prestashop es la 1.6.0.14

 

No puedo crear ni categorías ni nuevas páginas CMS ni modificar las páginas CMS ya creadas.

 

Gracias de antemano.

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