You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating the language in Prestashop, current language is updated with latest available translations
Actual behavior
Upon update I get an error:
PrestaShop\PrestaShop\Adapter\EntityTranslation\DataLangFactory::buildFromClassName(): Return value must be of type DataLangCore, MolPaymentMethodLang returned [TypeError 0]
Because of the MolPaymentMethodLang I think this has something to do with Mollie.
Steps to reproduce the behavior
Go to translations page (International -> Translations -> Add/Update a language) and update the language. In my case Dutch. Upon update the error is shown.
Environment
I get this error on multiple sites with same settings. Some are updated from 1.7.8 (or before), one site is freshly installed.
Prestashop 8.2.0
Mollie: 6.2.6
PHP 8.1
The text was updated successfully, but these errors were encountered:
Expected behavior
When updating the language in Prestashop, current language is updated with latest available translations
Actual behavior
Upon update I get an error:
PrestaShop\PrestaShop\Adapter\EntityTranslation\DataLangFactory::buildFromClassName(): Return value must be of type DataLangCore, MolPaymentMethodLang returned [TypeError 0]
Because of the MolPaymentMethodLang I think this has something to do with Mollie.
Steps to reproduce the behavior
Go to translations page (International -> Translations -> Add/Update a language) and update the language. In my case Dutch. Upon update the error is shown.
Environment
I get this error on multiple sites with same settings. Some are updated from 1.7.8 (or before), one site is freshly installed.
Prestashop 8.2.0
Mollie: 6.2.6
PHP 8.1
The text was updated successfully, but these errors were encountered: