Postponed
Project:
Entity API
Version:
7.x-1.x-dev
Component:
Entity tokens
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2011 at 15:17 UTC
Updated:
17 Jan 2017 at 09:06 UTC
Jump to comment: Most recent
Comments
Comment #1
aaronpinero commentedYes, I also had a problem. Enabling Entity Tokens caused fields in custom content types to not be displayed. They were also not editable (didn't even show up in the node edit form). Deactivating and uninstalling the Entity Token module fixed the problem. This was when using Drupal 7.2.
Comment #2
fagoThat is a problem with token tree widget provided by the token module, which appears if there are to many tokens. See #1068990: Optimize and add caching for theme_token_tree().
I leave this issue open as a reference for others for now.
Comment #3
zilverdistel commentedsubscribing
Comment #4
fagoSetting to postponed until it has been fixed in token.
Comment #5
tahiticlic commentedsubscribe
Comment #6
dazz commentedsubscribe
Comment #7
ADLongwell commentedThis issue still occurs on Drupal 7.14 with Entity Token 7.x-1.0-rc3 and Token 7.x-1.1.
It appears that the optimization issue referred to in #2 is indeed the cause, but that issue is closed. The optimizations that were done do not go far enough to fix the problem for me. Luckily, there's the token_tweaks module (http://drupal.org/project/token_tweaks) allows a way to push the optimization further.
Here's what fixed it for me:
Comment #8
tgriswold commentedI had this problem a long time ago ... 6 mo. or so, and the cashe fix helped. It just came back when I updated to the current version of Token, but I also started working with Commerce so it may well have been a result of that rather significant change.
In any case I just installed token_tweak and set the level to #2 and that took care of the problem.
I know this is a tough "bug" that crosses a lot of areas so it has been hard to get a single conclusive resolution. In the mean time a lot of effort has been expended by some really dedicated folks, and I want you to know how much I appreciate your sticking with this to get a fix/workaround to the community until the ultimate solution is implemented.
Thanks Tim
Comment #9
themic8 commentedI have a similar issue.
I am using Drupal 7.14 with Entity Token 7.x-1.0-rc2 and Token 7.x-1.1.
I developed my site in LAMP, now the production site is on IIS 7 and this issue is occurring. Everything was good in LAMP.
The content types can be edited or deleted but the manage fields and manage display options are not there.
Any thoughts? I have not tried the module yet. Wanted to get some feedback first.
Comment #10
themic8 commentedI have figured out my problem. Somehow my field ui module was turned off. After re-enabling it, it solved my problem.
Comment #11
Anonymous (not verified) commentedI have been frustrated by this problem for about a month, and just now came across this issue. Drupal 7.22 with numerous modules.
#7 worked for me.
Thanks!!!
Comment #12
hanksterr7 commentedIs there a description somewhere of what the token tree is, and what can break if the depth is set too low? I installed token tweaks and set the depth to 1. Everything seem fine, and my site is MUCH faster now. What should I be looking for that might not be working?
Thanks
Comment #13
cargoman commentedI am also having the same issue of being unable to edit content types. I am redirected to a white screen with basic text of the links. All the other primary links work fine (manage fields, manage display). Just the Edit tab does not work. Another thing I noticed is that the words (Active tab) appear in parenthesis only next to the "Edit" text.
Not sure if this is also related but the Permissions tab (admin/people/permissions) is also similarly affected. I am unable to access my permissions settings.
Does anyone have a work around until fixed.
Thank you
Comment #14
cargoman commentedI installed and enabled Token Tweak 7.x-1.x-dev. however I do not see the "Token" link at admin/config/system/
I am using core 7.31 and Entity API, Entity Tokens & Tokens 7.x-1.5
Comment #15
sh radhoush commented#7 worked for me.
thanks thanks thanks!
Comment #16
Dra-SiAn commentedIt ocurred with Drupal 7.41 and it seems fixed by instaling token_tweaks-7.x-1.x-dev.tar.gz. Thanks a lot!
Comment #17
texasintegratedservices commented#10 fixed it for me
Comment #18
zincdesign commented#7 fixed it for me.
Drupal 7.43
Entity Tokens 7.x-1.7
Token 7.x-1.6
Comment #19
nehapandya55 commentedThanks ADLongwell
#7 worked for me.
Comment #20
DrupalViator commentedThanks again to #7 for the invaluable hint and solution.