Reviewed & tested by the community
Project:
Internationalization Views
Version:
6.x-2.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Jan 2011 at 16:47 UTC
Updated:
20 Dec 2012 at 19:33 UTC
Comments
Comment #1
danon1981 commentedI'm Also having this issue but don't think I can use this patch. Are there other solutions for this problem.
I'm also using TVI to provide a different view per vocabulary and in the default language al works wel untill I switch to translation of another language with a language prefix in the url.
Comment #2
summit commentedsubscribing, greetings, Martijn
Comment #3
geaseSeems related to, if not a duplicate of #595160: Fatal error: Cannot use object of type views_handler_field_node as array in ... \i18nviews.module on line 74
Comment #4
jackbravo commentedI just added this on line 124 and it worked:
$data = (array) $data;
I'm not using tvi but got the same error.
Comment #5
kasiawaka commentedWe had exactly the same error, not using TVI module. The patch provided in the first post fixed the problem for our Views translation 6.x-2.x-dev version.
Thank you!
Comment #6
bartezz commented