kitoshop Posted March 13, 2014 Share Posted March 13, 2014 Salut a tous, Donc jme presente Marco réalisateur publicitaire. Depuis peut j'ai lancé ma boutique prestashop shop sur le net jusqu'a hier tout ok. Aujourdhui j'ai 2 categories qui n'affiches plus les articles alors que c'est marqué que il y en a ..... mon site www.kitoshop.com Categorie stickers -----> voitures -----> allemand pareille pour la japan que faire ? je suis hebergé chez OVH mes articles dans l'admin sont en ligne je ne comprend pas. Merci d'avance Link to comment Share on other sites More sharing options...
Amokless Posted March 14, 2014 Share Posted March 14, 2014 Bonjour, C'est étrange en effet... Prestashop vous indique bien que vous avez 63 produits dans la catégorie. J'ai créé un compte pour voir si les produits s'affichent... rien. Pouvez vous éventuellement activer le mode DEBUG de Prestashop, pour ce faire, éditer le fichier CONFIG/defines.inc.php et remplacer : define('_PS_MODE_DEV_', false); par define('_PS_MODE_DEV_', true); Bien à vous, Math Link to comment Share on other sites More sharing options...
kitoshop Posted March 14, 2014 Author Share Posted March 14, 2014 Bonjour, Merci je l'est fait mais mtn plus de site....... Normal ? J'ai une page avec que du texte..... Link to comment Share on other sites More sharing options...
kitoshop Posted March 14, 2014 Author Share Posted March 14, 2014 Le Beug vien de la ? : at line 613 in file classes/db/Db.php 607. WebserviceRequest::getInstance()->setError(500, ' '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);608. }609. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))610. {611. if ($sql)612. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');613. throw new PrestaShopDatabaseException($this->getMsgError());614. }615. }616.617. /** Link to comment Share on other sites More sharing options...
Amokless Posted March 14, 2014 Share Posted March 14, 2014 Le plus important c'est ce message d'erreur : The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay Il faut passer ce paramètre avant ta requête : SET SQL_BIG_SELECTS=1 Link to comment Share on other sites More sharing options...
kitoshop Posted March 15, 2014 Author Share Posted March 15, 2014 Je suis novice je rentre ce parametre ou ? 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