Closed (fixed)
Project:
Drupal Commons
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2014 at 20:07 UTC
Updated:
21 Jul 2014 at 17:50 UTC
Jump to comment: Most recent, Most recent file
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.