Closed (fixed)
Project:
Ray Enterprise Translation
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Oct 2013 at 21:29 UTC
Updated:
28 Oct 2013 at 21:40 UTC
Joe Wood reported the following error during the finishing process of a sync that included pulling imported translations from localize.drupal.org:
Fatal error: Cannot use object of type stdClass as array in /Users/joekayak/Sites/UD-chp3/sites/all/modules/lingotek/lingotek.admin.inc on line 794
He was using the packages and etc. included with the book "Using Drupal", so there may be some issues there with other modules that have not been tested before.
Comments
Comment #1
robertdbailey commentedCommitted revision b6ddbe4..d6702ea to fix the above error:
Normalized results from sync batch operation to be arrays on the condition they are objects of the stdClass, as they sometimes are during initial sync processes with some module sets.