claudioverga Posted May 3 Share Posted May 3 ciao a tutti Ho appena installato PrestaShop 8.21 e ho installato un template. Quando apro un modulo del template, mi appare questo errore. per quale motivo mi da questo errore? saluti Link to comment Share on other sites More sharing options...
El Patron Posted May 3 Share Posted May 3 To fix it, edit this file: /modules/cp_salenotification/views/templates/hook/form.tpl And replaced this incorrect line on line 127: {l s='Add' mod='cp_salenotification'" With the corrected version: {l s='Add' mod='cp_salenotification'} Make sure the tag is properly closed and doesn't have unmatched quotation marks. After the fix: Clear the PrestaShop cache from Advanced Parameters > Performance > Clear Cache Or manually delete /var/cache/prod/ (or /dev/ if in dev mode) After making this change, the module loaded correctly and the error was resolved. Hope this helps someone facing the same issue! Link to comment Share on other sites More sharing options...
claudioverga Posted May 3 Author Share Posted May 3 grazie mille! cosa straordinaria è che sono riuscito a modificare la riga e adesso è tutto ok ... curiosità come hai fatto a verificare che il problema è stato risolto? hai lo stesso template? saluti Link to comment Share on other sites More sharing options...
El Patron Posted May 3 Share Posted May 3 Hi, the problem was not very complicated so I did not test. I have dozens of PS clients and development PS installations where I can look at various scenarios. Have a great day, and you are very welcome. Link to comment Share on other sites More sharing options...
claudioverga Posted May 3 Author Share Posted May 3 grazie di nuovo e buona giornata a te 1 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