terminal42 / contao-easy_themes

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

Update to Contao 4.13 and easy_themes v2/v3 failed #61

Closed frontendschlampe closed 1 year ago

frontendschlampe commented 1 year ago

My update to Contao 4.13 and PHP 8 with easy_themes v2 or v3 could not be finished, because of the following error:

In service_unavailable.html.twig line 4:

  An exception has been thrown during the rendering of a template ("Warning: Undefined global variable $TL_EASY_THEMES_MODULES").  

In config.php line 65:

  Warning: Undefined global variable $TL_EASY_THEMES_MODULES  

The extension will be installed, but the manager quit on vendor/bin/contao-console contao:maintenance-mode enable

Do you have any hint for me?

frontendschlampe commented 1 year ago

I deleted system/modules/easy_themes, vendor and composer.lock and make an install again with v3 and now it works.