Jump to content

Problems with goodrelation and google site map modules


Recommended Posts

I try to aktivate google sitemap and goodrelations moduls and I got this error:

 

Someone knows? 

 

PrestaShopDatabaseException]

Unknown column 'id_shop' in 'where clause'
 

SELECT * FROM `ps_gsitemap_sitemap` WHERE id_shop = 1
at line 623 in file classes/db/Db.php

 

617.             WebserviceRequest::getInstance()->setError(500, '
 '.$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

  • 3 weeks later...
×
×
  • Create New...