Upon enabling Entity Tokens my edit content types screen breaks.
The theme is completly broken, see attached screen of admin/structure/types/manage/page (the edit page), and it is the same for att content types. No form is displayed so the page is useless.

This can be toggled by enabling and disabling the forementioned module so there is a direct link.

CommentFileSizeAuthor
screen.pdf34.07 KBvglocus

Comments

aaronpinero’s picture

Yes, 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.

fago’s picture

Version: 7.x-1.0-beta8 » 7.x-1.x-dev
Component: Core integration » Entity tokens

That 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.

zilverdistel’s picture

subscribing

fago’s picture

Status: Active » Postponed

Setting to postponed until it has been fixed in token.

tahiticlic’s picture

subscribe

dazz’s picture

subscribe

ADLongwell’s picture

This 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:

  1. Install token_tweaks
  2. Set maximum depth on /admin/config/system/tokens to 2. The default was 4. The issue still occurs at 3, and instantly disappears at 2. No clearing of cache is needed.
tgriswold’s picture

I 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

themic8’s picture

I 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.

themic8’s picture

I have figured out my problem. Somehow my field ui module was turned off. After re-enabling it, it solved my problem.

Anonymous’s picture

I 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!!!

hanksterr7’s picture

Is 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

cargoman’s picture

I 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

cargoman’s picture

I 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

sh radhoush’s picture

Issue summary: View changes

#7 worked for me.
thanks thanks thanks!

Dra-SiAn’s picture

It ocurred with Drupal 7.41 and it seems fixed by instaling token_tweaks-7.x-1.x-dev.tar.gz. Thanks a lot!

texasintegratedservices’s picture

#10 fixed it for me

zincdesign’s picture

#7 fixed it for me.

Drupal 7.43
Entity Tokens 7.x-1.7
Token 7.x-1.6

nehapandya55’s picture

Thanks ADLongwell
#7 worked for me.

DrupalViator’s picture

Thanks again to #7 for the invaluable hint and solution.