Prestashop 1.7.6.2 ajax call backoffice module
问题 I have problem with ajax from select2 in prestashop 1.7. When I try writte something the calling is 200 but I got error "The Controller Psb2BAjaxModuleAdmin is missing or invalid." I create Controller for test in my module modules/psb2b/src/Controller/Psb2BAjaxModuleAdminController.php <?php namespace Scenario\PSB2B\Controller; use Symfony\Component\HttpFoundation\JsonResponse; use PrestaShopBundle\Controller\Admin\FrameworkBundleAdminController; class Psb2BAjaxModuleAdminController extends