- Issue created by @danrod
Hello folks,
I run into this WSOD when creating a clean D11 for a theme installation and then enabling the module commerce_wishlist
along with some other commerce modules:
I can install the module(s) with no issues, but when I try to add a new field in the 'Basic' or 'Article' content type I get that. It's the same situation if I try to create new Content Types and add fields to it.
Here's the list of the installed modules that related with the wishlist module:
Once I disable the module, it issue goes away.
Create a clean D11 installation, install these modules:
"drupal/core": "^10.3 || ^11",
"drupal/bootstrap": "^3.7",
"drupal/commerce": "^3.0",
"drupal/commerce_wishlist": "^3.0@beta",
"drupal/colorbox": "^2.0",
"drupal/quicktabs": "^3.0@alpha",
"drupal/fontawesome": "^2.26",
"drupal/views_slideshow": "^5.0",
"drupal/panels": "^4.7",
"drupal/page_manager": "^4.0@RC"
Enable commerce_wishlist and try to add new fields in any content type
Not sure how to fix this, I haven't found enough information to fix this, is this module D11 ready? I'll test it on D10 as well.
Active
Code