Closed (works as designed)
Project:
Entity API
Version:
7.x-1.x-dev
Component:
Code - misc
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2012 at 16:18 UTC
Updated:
2 Apr 2012 at 15:11 UTC
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
Comment #1
4kant commentedSame here.
I chose the latest dev of entity API because I was adviced to do so by commerce_email and variable_email (for internationalization...)
Comment #2
4kant commented... 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.
Comment #3
4kant commented... 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.
Comment #4
berdirIf you're using i18n, make sure you're using the latest dev snapshot.
Comment #5
ayalon commentedit'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.
Comment #6
summit commentedHi, Yes this solved it for me also!
Greetings, Martijn
Comment #7
fago