"Call stack" of a page with cleared caches:

  1. entity_get_info() triggers
  2. module_invoke_all('entity_info') triggers
  3. i18n_translation_entity_info() triggers
  4. i18n_object_info triggers()
  5. entity_i18n_object_info() triggers
  6. entity_i18n_controller() triggers
  7. entity_get_info() triggers
  8. Please start over at 2 until you reach maximum nesting level.

I've no idea how I could fix this atm.
Setting to critical since this leaves a site in an unusable / "unrecoverable" state.

Comments

fubhy’s picture

Status: Needs work » Active

Description of "Needs work":
There is a patch attached to the issue, but the patch needs additional work before it should be reviewed. The author of the patch may indicate that it is incomplete, or the patch has gone through the reviewing process and has received feedback about areas where it needs improvement.

So this should be "Active" :)

fago’s picture

Title: entity_i18n_controller() introduces circular dependency on entity_get_info() » Recent entity API dev version requires a recent i18n dev version
Status: Active » Fixed

That's fixed in the recent i18n version, see #1406778: impossible to expose entities to i18n string translation.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

fago’s picture

Status: Closed (fixed) » Postponed

setting back to postponed for better visibility until the next i18n release.

tim.plunkett’s picture

husumiao-1’s picture

I really crazy for this issue. Thanks you so much, fago.
I spent almost 2 days try to solving this bugs, but never did work.
I just try to upgrade entity api module, it's no data error when i use update.php. Also i got segmentation fault when i use drush up entity command. So it's just i18n version problem.
Please upgrade your i18n version to 7.x-1.x-dev if you want to upgrade to version 7.x-1.x-dev of the entity.
I hope it's works for you. Have a good luck. Man.

AdrianB’s picture

i18n 7.x-1.5 is released now: http://drupal.org/node/1541602

tim.plunkett’s picture

Status: Postponed » Reviewed & tested by the community
fago’s picture

Status: Reviewed & tested by the community » Fixed
mautumn’s picture

I can confirm that both i18n 7.x-1.5 AND entity 7.x-1.0-rc2 are required to fix this problem. One without the other results in WSOD for something as simple as /user page.

@fago and @Jose Reyero thanks very much for your work on this - it is really appreciated. I am a happy bunny now - after having spent a good few hours on this problem :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

fixed html