filfae Posted August 21, 2015 Share Posted August 21, 2015 Salve a tutti, da ieri riscontro un errore sul mio frontend prestashop relativo al carrello (ovviamente non ho effettuato nessun aggiornamento del modulo di recente). Con il modulo attivo e provando ad acquistare un prodotto, mi compare il seguente errore: "Impossible to add the product to the cart. textStatus: 'error' errorThrown: 'Internal Server Error' responseText:"; proseguendo a navigare, invece, mi compare soltanto una schermata del tutto bianca. Disattivando il modulo del carrello, il sito funziona normalmente tuttavia, non è possibile poter acquistare. Qualcun altro ha già avuto questo tipo di "esperienza" e magari ha già risolto il problema? grazie, Filippo Link to comment Share on other sites More sharing options...
filfae Posted August 21, 2015 Author Share Posted August 21, 2015 problema risolto grazie al debug. un file del modulo preinstallato di Shopgate si era (inspiegabilmente) danneggiato e mi creava tutto quel casino. se a qualcuno dovesse tornare utile il debug per ps 1.6.x, lascio qui una mini guida su come attivarlo: HOW TO ENABLE PRETASHOP DEBUG: PrestaShop 1.5.3 -- 1.6 open file: config/defines.inc.php (using FTP or hosting control panel) change false-->true: define('_PS_MODE_DEV_', false); define('_PS_MODE_DEV_', true); poi, basta caricare la pagina come frontend, leggere l'errore e correre ai rimedi. Buon PrestaShop a tutti!!! 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