PhilHal Posted June 17, 2017 Share Posted June 17, 2017 Bonsoir, J'ai un gros problème à l'affichage d'une des catégories principales de la boutique qui m'affiche ceci : [PrestaShopDatabaseException]The table '#sql-36b_101e' is full ALTER TABLE ps_cat_restriction ADD PRIMARY KEY (id_product), ADD KEY `id_manufacturer` (`id_manufacturer`,`id_product`) USING BTREE, ADD KEY `condition` (`condition`,`id_product`) USING BTREE, ADD KEY `weight` (`weight`,`id_product`) USING BTREEat line 791 in file classes/db/Db.php DbCore->displayError - [line 425 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 601 - classes/db/Db.php] - [1 Arguments] DbCore->execute - [line 2142 - modules/blocklayered/blocklayered.php] - [2 Arguments] BlockLayered->getFilterBlock - [line 688 - modules/blocklayered/blocklayered.php] - [1 Arguments] BlockLayered->hookHeader - [line 591 - classes/Hook.php] - [1 Arguments] HookCore::coreCallHook - [line 548 - classes/Hook.php] - [3 Arguments] HookCore::exec - [line 579 - classes/controller/FrontController.php] - [1 Arguments] FrontControllerCore->initContent - [line 129 - controllers/front/CategoryController.php] CategoryControllerCore->initContent - [line 189 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Je ne vois aucune trace de table ps_cat_restriction dans phpmyadmin. Pour info je suis sur un vps Debian et j'ai encore de l'espace disponible. Toutes les autres catégories s'affichent correctement. A tout hasard j'ai réindexé les produits dans la navigation à facettes sans succès. Rien de signalé non plus en faisant un nettoyage via ps_cleaner. Peut-être y a-t-il un paramètre à modifier mais là je sèche.. Merci d'avance pour votre aide. Philippe 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