matthias24 Posted June 29, 2018 Share Posted June 29, 2018 (edited) Bonjour, Après de longues recherches sur mon problème j'en viens à demander votre aide. J'ai réalisé une mise à jour qui c'est visiblement mal déroulé car plusieurs bugs sur le front. Du coup j'ai tenté la restauration de sauvegarde faite avant mais sa a planté, je me retrouve donc sans site et avec une page d'erreur ci dessous. Mon site bijoux-discount.net Si quelqu'un à une idée. Merci d'avance. Matthias [PrestaShopDatabaseException] Table 'bijouxdishop.extra_shop_url' doesn't exist SELECT s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main FROM extra_shop_url su LEFT JOIN extra_shop s ON (s.id_shop = su.id_shop) WHERE (su.domain = 'bijoux-discount.net' OR su.domain_ssl = 'bijoux-discount.net') AND s.active = 1 AND s.deleted = 0 ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC at line 746 in file classes/db/Db.php 741. if ($webservice_call && $errno) { 742. $dbg = debug_backtrace(); 743. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97); 744. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) { 745. if ($sql) { 746. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>'); 747. } 748. 749. throw new PrestaShopDatabaseException($this->getMsgError()); 750. } 751. } DbCore->displayError - [line 378 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 597 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 344 - classes/shop/Shop.php] - [1 Arguments] ShopCore::initialize - [line 117 - config/config.inc.php] require - [line 43 - admin/index.php] - [1 Arguments] Edited June 29, 2018 by matthias24 (see edit history) Link to comment Share on other sites More sharing options...
Ether Création Posted June 29, 2018 Share Posted June 29, 2018 Bonjour, L'erreur indique que la table " extra_shop_url " n'existe pas. Cordialement, Link to comment Share on other sites More sharing options...
Eolia Posted June 29, 2018 Share Posted June 29, 2018 Et il doit en manquer d'autres surement... Link to comment Share on other sites More sharing options...
matthias24 Posted June 29, 2018 Author Share Posted June 29, 2018 Merci pour vos réponses, une idée de quoi et comment faire ? Merci d'avance. Link to comment Share on other sites More sharing options...
Ether Création Posted June 29, 2018 Share Posted June 29, 2018 Votre backup est en sql ? récupérable ? Si oui il faut comparer votre restauration avec votre backup voir ce qui manque et dans quel mesure c'est récupérable Link to comment Share on other sites More sharing options...
Ether Création Posted June 29, 2018 Share Posted June 29, 2018 Oui il y a des chances ! 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