Problem/Motivation
I get the following error when creating a new view with the ECK module installed:
Error: Call to a member function render() on string in {closure}() (line 32 of /[..]/web/modules/contrib/config_views/config_views.module).
Proposed resolution
Check if a string is passed.
Issue fork config_views-3496094
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
dieterholvoet commentedComment #4
scott_euser commentedConfirmed, its not possible to use this module and ECK at the same time without this patch. Thank you!
Comment #6
scott_euser commentedThank you!