Closed (outdated)
Project:
Entity connect
Version:
7.x-2.0-rc1
Component:
Documentation
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Jul 2016 at 11:23 UTC
Updated:
20 Oct 2025 at 09:49 UTC
Jump to comment: Most recent
Comments
Comment #2
jygastaud commentedHi,
I'm sorry but I can't reproduce that issue on a fresh install with node article containing a entity reference field to an other node.
What kind of entity did you try to create from the node form ?
Comment #3
jygastaud commentedComment #4
jygastaud commentedComment #5
caldenjacobs commentedI'm experiencing a similar error as well when attempting to edit an ECK Entity via EntityConnect from a core Node Entity.
The error from the log is as follows:
Exception: Entity type can not be empty in entityconnect_eck_entityconnect_edit_info() (line 163 of /sites/all/modules/entityconnect/modules/entityconnect_eck/entityconnect_eck.module).I'm using ECK-7.x-2.0-rc9.
Thoughts? Apologies if I should've opened another issue...
Comment #6
tobiasbComment #7
Dan Kennard commentedI had similar issues and narrowed it down to the cache class (I was using Redis).
Adding the following to the settings file was enough to get me moving again:
$conf['cache_class_cache_entityconnect'] = 'DrupalDatabaseCache';Comment #8
jsibley commented#7 was a huge help. Was getting a similar error and WSOD using memcache and now everything seems to be fine.
Thank you!
Comment #9
jygastaud commentedThanks Dan for the tips and happy tout ses IT works for others.
I am moving the issue as a documentation issue and I will add a notice into project page and readme.
Comment #10
astonvictor commentedD7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.