I just tried to install the latest dev and I get an Internal Server Error. Disabling the module (and all its dependencies) eliminates the problem but re-enabling only the main Entity API module causes it to reoccur. Rolling back to RC1 fixes it. This is on Drupal 7.12 and I FWIW upgraded to the latest dev of Ctools at the same time.

Comments

4kant’s picture

Same here.
I chose the latest dev of entity API because I was adviced to do so by commerce_email and variable_email (for internationalization...)

4kant’s picture

... I think I should mention that - in my case - the system does not crash immediately after updating from rc1 to dev. That happens later - as soon as I activate or install or update any modules.

But I just saw that there is new dev release. Will try that next and write here again.

4kant’s picture

... just tested latest dev version of entity API (March 16). Same again: everything seemed to work fine. Cron-run was OK but then I deactivated Commerce Email and I got: Error 324 (net::ERR_EMPTY_RESPONSE) - No data sent.

Berdir’s picture

If you're using i18n, make sure you're using the latest dev snapshot.

ayalon’s picture

it's because of the php bug 48034

https://bugs.php.net/bug.php?id=48034
A file in the i18n module is exactly 8192 Bytes long.

Using the latest dev of i18n will solve the problem.

Summit’s picture

Hi, Yes this solved it for me also!
Greetings, Martijn

fago’s picture

Status: Active » Closed (works as designed)