Jump to content

PrestaShopDatabaseException


Recommended Posts

Hi, can anyone help me with this? i cannot see my shop, the error is below:

 

[PrestaShopDatabaseException]

Table 'xxx_pres810.ps_shopgate_order' doesn't exist
 

SELECT *FROM `ps_shopgate_order` aWHERE (a.id_cart = 7) LIMIT 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

Shopgate is a Prestashop addon and not a part of the main package. So you should either disable Shopgate or consult with your supplier of Shopgate. It looks like something has gone wrong with your installation of that module.

Shopgate isn`t installed. So... let me try to install it and see what happens. Ok, i tried to install it and I had an error first. Then I tried again and it worked. Now I can see my shop but still I have these Error: customer_number,shop_number,apikey. So...I have to enter these details from Shopgate administration panel. But the problem is that is a payd contract and I don`t whant it. How can I fix the problem without it?

Edit:

:) I disabled the module and the shop is still running. Strange :) but fine to me.

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

  • 3 months later...
×
×
  • Create New...