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.

CommentFileSizeAuthor
#1 update-i18n-2298601-1.patch575 bytesDevin Carlson
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Devin Carlson’s picture

Version: 7.x-3.14 » 7.x-3.x-dev
Status: Active » Needs review
Related issues: +#2227523: Fatal error: Call to a member function cache_reset() on a non-object in i18n_string.pages
FileSize
575 bytes

It 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.

Devin Carlson’s picture

Status: Needs review » Fixed

Tested #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.

  • Devin Carlson committed df09ec9 on 7.x-3.x
    Issue #2298601 by Devin Carlson: Updated the Internationalization module...

Status: Fixed » Closed (fixed)

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