Closed biowebfr closed 3 months ago
I was not able to reproduce that error. Where exactly does this happen?
What language are you using in the backend?
Can you please post the whole stacktrace (or a screenshot of it)?
Sorry for the lack of details.
I did some test, so :
It happens when I create or edit a slider (module or content) in APP_ENV=dev.
It's French in BE.
Thank you.
I was still not able to reproduce it.
Are there any other extensions installed?
Does the error also happen if you switch the language in the Backend to English?
Do you have any custom translations files?
Something like contao/languages/fr/tl_module.php for example?
Yes there are some extensions installed
It happens in English too.
I don't have custom translations.
Do you think it could help if I give you a BE access to my test environnement? Can we talk in private?
Ok I made some investigations and I found that it happens when this extension is installed. https://github.com/codefog/contao-news_categories/
I don't understand what relation is there between them.
The issue was caused by that line: https://github.com/codefog/contao-news_categories/blob/f27222b3215079ca637a97735f4785dc3532d4a6/contao/languages/en/tl_module.php#L30
However the bug was still that the slider extension used the wrong label reference for the rsts_thumbs_imgSize
field.
This is fixed now in version 2.2.6. So after an update the issue should disappear.
Thank you.
Hi, I tried the slider today on the lastest contao and I get this error when creating/editing a module :
Thank you for your time.