- Issue created by @xmacinfo
Using Drupal 11, installing the “ZURB TwentyTwenty” module without its library files loaded in their correct locations, a 500 error with “Undefined array key "description" in drupal_check_module()”.
1. Composer require the “ZURB TwentyTwenty” module on a Drupal 11 site.
2. Forget to load its required library files.
3. Try to enable “ZURB TwentyTwenty”.
4. A 500 error message (or PHP error stack) should be displayed.
Clean up the requirement check and prevent a 500 error (or PHP stack error)
None, except to display a nice message “Zurb TwentyTwenty plugin missing in /libraries/twentytwenty”
None.
None.
Active
2.0
Code