Search the Community
Showing results for tags 'AdminCategoryController'.
-
Hi, I am getting 302 response code while deleting category from administration. Can someone help me in this?
- 3 replies
-
- admincategorycontroller
- category
-
(and 1 more)
Tagged with:
-
Hi, I want to delete some categories from my Prestashop 1.6 backoffice. Nothing is happening on deletion. When I enable the debug mode from defines.inc.php, then I got below error: PHP Fatal error: Uncaught You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'LIMIT 1' at line 4<br /><br /><pre> SELECT m.* FROM `ps_module` m JOIN `ps_module_shop` ms ON (m.`id_module` = ms.`id_module` AND ms.`id_shop` = 1) WHERE m.`id_module` = LIMIT 1</pre> thrown in C:\xampp\htdocs\abcxyz\classes\db\Db.php on line 791 Can someone help me to resolve this?
-
Hi everyone ! As you can see , I've difficulties to add a custom field into category admin page. More precisely, i found this hook : hookActionCategoryFormBuilderModifier but i can't register it , like it doesn't exist in prestashop. However i find it on presta documentation. Does anybody have already make this ? could you please help me ... Thanks
-
- prestashop
- 1.7.6
-
(and 5 more)
Tagged with:
-
When I edit category I got this notice in backend. Notice on line 541 in file /home/public_html/controllers/admin/AdminCategoriesController.php [8] Undefined index: category I don't know how it comes. If anyone has this types of notice please guide me to solve this.
- 7 replies
-
- .php
- prestashop 1.6
- (and 3 more)