AnthoDevelo Posted November 17, 2021 Share Posted November 17, 2021 Bonjour, J'ai un souci avec un module depuis ce matin, le module de monnaie personnalisée. Lorsque je veux accéder à la gestion des Wallet de mes clients, j'ai un soucis avec les ID visiblement. Le problème est que je n'ai rien modifier sur ce module.. C'est apparu comme ça.. J'ai bien evidemment essayé de supprimer le cache, pareil... Voici les résultats du mode débug: Quote Some mandatory parameters are missing ("customerId") to generate a URL for route "admin_customers_view". Symfony\Component\Routing\Exception\MissingMandatoryParametersException in vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGenerator.php (line 134) UrlGenerator->doGenerate(array('customerId' => 0), array('_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::viewAction', '_legacy_controller' => 'AdminCustomers', '_legacy_link' => 'AdminCustomers:viewcustomer', '_legacy_parameters' => array('id_customer' => 'customerId')), array('customerId' => '\\d+'), array(array('text', '/view'), array('variable', '/', '\\d+', 'customerId'), array('text', '/sell/customers')), array('id_customer' => null), 'admin_customers_view', 0, array(), array())in var/cache/dev/appDevDebugProjectContainerUrlGenerator.php (line 396) appDevDebugProjectContainerUrlGenerator->generate('admin_customers_view', array('id_customer' => null), 0)in vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php (line 240) Router->generate('admin_customers_view', array('id_customer' => null), 0)in src/PrestaShopBundle/Service/Routing/Router.php (line 49) Router->generate('admin_customers_view', array('id_customer' => null), 0)in src/PrestaShopBundle/Routing/Converter/LegacyUrlConverter.php (line 92) LegacyUrlConverter->convertByParameters(array('id_customer' => null))in classes/Link.php (line 822) LinkCore->getAdminLink('AdminCustomers', true, array(), array('id_customer' => null, 'viewcustomer' => true, 'token' => '02e69a1fe371f05ef29c5006280c9738'))in modules/walletcustomcurrency/controllers/admin/AdminWalletDashboardController.php (line 416) AdminWalletDashboardController->displayWallets()in modules/walletcustomcurrency/controllers/admin/AdminWalletDashboardController.php (line 397) AdminWalletDashboardController->renderView()in classes/controller/AdminController.php (line 2121) AdminControllerCore->initContent()in modules/walletcustomcurrency/controllers/admin/AdminWalletDashboardController.php (line 366) AdminWalletDashboardController->initContent()in classes/controller/Controller.php (line 292) ControllerCore->run()in classes/Dispatcher.php (line 515) DispatcherCore->dispatch()in admin1017/index.php (line 97) Je suis persuadé que c'est une connerie mais je ne vois pas laquelle... Merci à tous ! 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