Closed (fixed)
Project:
Entity Construction Kit (ECK)
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2018 at 13:40 UTC
Updated:
10 May 2023 at 13:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
murzOn Drupal 7.x same page with Tokens renders successfully without errors.
Comment #3
murzThis problem is still reproducible with last release (8.x-1.0-alpha5) too.
Comment #4
legolasboThanks for reporting this Murz.
Could you please provide some detailed steps to reproduce this. How do I need to configure the eck entity type / bundle. Do I need to configure devel in a certain way to be able to reproduce your issue? Providing this information will make it easier for me to reproduce the issue you're experiencing without much trial and error.
Comment #5
8bitplateau commentedThis is issue still exists April 2022 - 8.x-1.x-dev.
The issue is just as explained in the description.
If Token and Devel are installed, and you visit the Token tab within the Devel tab for an ECK content item, you get the error as described.
Other modules have this issue to (when token/devel installed), and fix it in the same way - most notably webform.
It is very handy to visit this tab, especilly when debugging tokens for your custom ECK type/bundle.
This patch fixes the issue.
Comment #6
dieterholvoet commentedI was able to reproduce the issue with the provided steps and fix it using the latest patch.
Comment #8
matroskeenThanks!