Hi Guys,
I'm not sure why but if I enable the RC version of Field Group in my D8 site, it will result in a white screen with the text:

The website encountered an unexpected error. Please try again later.

The Error I receive is:

Recoverable fatal error: Argument 1 passed to Drupal\Core\Render\Element::children() must be of the type array, null given, called in /Users/awasson/Sites/devdesktop/pfc-d8/modules/field_group/field_group.module on line 227 and defined in Drupal\Core\Render\Element::children() (line 71 of /Users/awasson/Sites/devdesktop/pfc-d8/core/lib/Drupal/Core/Render/Element.php).

Switching to the Dev version removes this problem.

Comments

awasson created an issue. See original summary.

nils.destoop’s picture

Status: Active » Closed (outdated)

Thx for reporting. The fact that you mentions it's fixed when switching to DEV, means this issue is already fixed.

awasson’s picture

Thanks.

Field Group is one of my Goto modules. I've used it on a few Drupal 7 sites but now I find it so useful for wrapping classes around fields on my display settings that I've used it on every Drupal 8 site I've built. I could do the same with theme code but it's so easy to do it with the Field Group module and much more flexible.

Regarding the WSOD issue. Are you going to push the improvements of the DEV version into a new RC. The current 8.x-1.0-rc4 is dated 2015-Dec-10 and I'm thinking it might be a good idea just to prevent unaware developers from getting a WSOD and then dismissing the module without even trying the DEV.

The 8.x-1.x-dev seems ready for prime time.

Thanks,
Andrew