Closed (duplicate)
Project:
Weight
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2012 at 13:53 UTC
Updated:
23 Nov 2013 at 20:15 UTC
Jump to comment: Most recent
I've installed the weight module (required by the "impress" feature module) on my multilingual site and now I get the following errors:
Notice: Undefined index: sync_translations in _weight_get_weight() (line 489 of sites\all\modules\weight\weight.module).
The line in the code is the following:
489 if ($settings['sync_translations']) {
490 $nid = $node->tnid;
Any ideas on how to solve this
Comments
Comment #1
rondev commentedHello,
This seems related to #1807690-5: Synchronize translations support and the patch in #1807690-2: Synchronize translations support.
Hope I can help this time.
Comment #2
rondev commentedComment #3
davisben