Closed (duplicate)
Project:
Internationalization
Version:
7.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2012 at 18:38 UTC
Updated:
11 May 2012 at 09:59 UTC
If I enable all of the i18n and Variable modules, I reproducibly get connection reset errors.
If then I delete these modules, I have Drupal again.
Comments
Comment #1
johazielSame too with translation sets and string translation !!
Impossible to understand what happened , nothing in watchdog or error.log ??
Comment #2
jose reyero commented1. We need to know exactly which module is causing the error so please enable one at a time and report...
2. The error should be in your web server (apache) log.
3. Could it be related to this one?, #1509916: clearing caches breaks translation sets -- cache_bootstrap table issue
4. Can you reproduce it with the development (dev) version?
5. There seems to be weird caching issues lately, that may be related with other contrib modules. Have you updated any of them lately?
Comment #3
johaziel1. it was translation_sets on 1.4
2. [Tue Apr 10 11:20:36 2012] [notice] child pid 12444 exit signal Segmentation fault (11)
and "drush cc all" returns me a segmentation fault too.
3. I don't think
4. Works with the latest dev 7.x-1.4+30-dev
5. no modules about multilangue or entity
thanks
Comment #4
jose reyero commentedOk, then it looks like it is the same case as #1509916: clearing caches breaks translation sets -- cache_bootstrap table issue
Comment #5
JeremyFrench commentedI had this issue, upgrading i18n module to the 1.5 branch resolved it.