From admin/config/regional/translate/edit/7643 when trying to add a translation for builtin interface, I get:
Fatal error: Call to a member function cache_reset() on a non-object in /data/disk/o5189739716/static/ef-20140624/profiles/commons/modules/contrib/i18n/i18n_string/i18n_string.pages.inc on line 402
There is no problem, when translating fields etc.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | update-i18n-2298601-1.patch | 575 bytes | devin carlson |
Comments
Comment #1
devin carlson commentedIt looks like this is a bug in the latest stable release of i18n #2227523: Fatal error: Call to a member function cache_reset() on a non-object in i18n_string.pages.
The attached patch updates i18n to the latest commit hash.
Comment #2
devin carlson commentedTested #1 locally and verified that it fixed the issue; I was able to save string translations that were previously throwing the error mentioned in the issue report.