daninapoli Posted March 28 Share Posted March 28 salve a tutti. Mi sono accorto che in fase di pagamento al momento del checkout cliccando su pagamento tornava alla Homepage. Ho abilitato la modalità debug ed è uscito fuori questo errore cosa posso fare sono bloccato: Symfony\Component\Debug\Exception\ContextErrorException in override/classes/Product.php (line 201) Product::priceCalculation(1, '41987', '104330', 10, 149, '95100', 1, 1, 1, true, 2, false, false, true, array('id_product' => '41987', 'reduction' => '0', 'reduction_type' => '', 'from_quantity' => 1, 'price' => 60.800000000000004), true, null, true, null, 0, null)in classes/Product.php (line 3279) ProductCore::getPriceStatic('41987', true, null, 2, null, false, false, 1, true, null, null, null, array('id_product' => '41987', 'reduction' => '0', 'reduction_type' => '', 'from_quantity' => 1, 'price' => 60.800000000000004), true, true)in src/Adapter/Product/AdminProductDataProvider.php (line 387) AdminProductDataProvider->getCatalogProductList(0, 100, 'id_product', 'desc', array('filter_category' => '', 'filter_column_id_product' => '', 'filter_column_name' => '', 'filter_column_reference' => '07525BMAF', 'filter_column_name_category' => '', 'filter_column_price' => '', 'filter_column_active' => '1'))in src/PrestaShopBundle/Controller/Admin/ProductController.php (line 160) ProductController->catalogAction(object(Request), 100, 0, 'id_product', 'desc')in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php (line 151) HttpKernel->handleRaw(object(Request), 1)in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php (line 68) HttpKernel->handle(object(Request), 1, false)in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php (line 200) Link to comment Share on other sites More sharing options...
fedesib Posted March 28 Share Posted March 28 Ciao, da quello che scrivi c'è un errore nell'override della classe Product alla riga 201 -> per capire cosa succede bisognerebbe sapere anche cosa fa questo override Continuando a leggere sembra che vanga calcolato il prezzo del prodotto che ha ID 41987 -> esiste questo prodotto? Buon pomeriggio, Federica Link to comment Share on other sites More sharing options...
daninapoli Posted March 28 Author Share Posted March 28 Non so come sia successo, ma il modulo con il quale gestisco prezzi, sconti ecc ecc, causava il problema, almeno penso. Ho fatto il ripristino del modulo ed è ripartito. mi ha perso tutte le configurazione ma le ho recuperate da sql. 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