terminal42 / contao-easy_themes

Contao extension "easy_themes"
https://unmaintained.tech/
MIT License
13 stars 11 forks source link

Warning: Undefined array key "appendRT" in contao backend when dev mode is active. #54

Open koertho opened 2 years ago

koertho commented 2 years ago

As the title says, I get a warning Warning: Undefined array key "appendRT" in the contao backend when dev mode is active. Workaround is to go in prod mode, but a simple key check would fix this also for dev mode :)

image

PHP 8.1 Contao 4.11.9

Thanks for this great extension!

EDIT: I fixed this locally and got more warnings :innocent:

rustykowski commented 2 years ago

In my case the warning is: Undefined array key "TL_EASY_THEMES_MODULES" Contao 4.13, PHP 8

Aybee commented 2 years ago

In my case the warning is: Undefined array key "TL_EASY_THEMES_MODULES" Contao 4.13, PHP 8

Me too. Thank you.