djjerom Posted May 22, 2018 Share Posted May 22, 2018 Hallo, Ik heb mijn site proberen te updaten. Nadat deze in de layout niet meer goed zichtbaar was heb ik de backup teruggezet. Alleen nu krijg de volgende meldingen te zien. [PrestaShopDatabaseException] Table 'jmligh1q_pres849.ps_shop_url' doesn't exist SELECT s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main FROM ps_shop_url su LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop) WHERE (su.domain = 'glowmania.nl' OR su.domain_ssl = 'glowmania.nl') AND s.active = 1 AND s.deleted = 0 ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC at line 744 in file classes/db/Db.php 739. if ($webservice_call && $errno) { 740. $dbg = debug_backtrace(); 741. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97); 742. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) { 743. if ($sql) { 744. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>'); 745. } 746. 747. throw new PrestaShopDatabaseException($this->getMsgError()); 748. } 749. } DbCore->displayError - [line 378 - classes/db/Db.php] - [1 Arguments] Argument [0] SELECT s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main FROM ps_shop_url su LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop) WHERE (su.domain = 'glowmania.nl' OR su.domain_ssl = 'glowmania.nl') AND s.active = 1 AND s.deleted = 0 ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC DbCore->query - [line 596 - classes/db/Db.php] - [1 Arguments] Argument [0] SELECT s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main FROM ps_shop_url su LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop) WHERE (su.domain = 'glowmania.nl' OR su.domain_ssl = 'glowmania.nl') AND s.active = 1 AND s.deleted = 0 ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC DbCore->executeS - [line 344 - classes/shop/Shop.php] - [1 Arguments] Argument [0] SELECT s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main FROM ps_shop_url su LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop) WHERE (su.domain = 'glowmania.nl' OR su.domain_ssl = 'glowmania.nl') AND s.active = 1 AND s.deleted = 0 ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC ShopCore::initialize - [line 120 - config/config.inc.php] 115. 116. $context = Context::getContext(); 117. 118. /* Initialize the current Shop */ 119. try { 120. $context->shop = Shop::initialize(); 121. } catch (PrestaShopException $e) { 122. $e->displayMessage(); 123. } 124. define('_THEME_NAME_', $context->shop->theme->getName()); 125. define('_PARENT_THEME_NAME_', $context->shop->theme->get('parent') ?: ''); require - [line 27 - index.php] - [1 Arguments] Argument [0] /home/jmligh1q/public_html/glowmania.nl/config/config.inc.php Link to comment Share on other sites More sharing options...
Inform-All Posted May 29, 2018 Share Posted May 29, 2018 Er gaat iets mis met de database, en eventueel ook met de mappen rechten. Welke prestashop gebruikt u, en naar welke bent u aan het updaten? Dit word wel lastig debuggen op afstand... Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now