Closed (fixed)
Project:
Display Suite
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jan 2012 at 13:20 UTC
Updated:
14 Nov 2014 at 17:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
czigor commentedFollowing patch solves the issue for me.
Comment #2
swentel commentedLooks sane, committed and pushed, thanks!
Comment #4
milos.kroulik commentedI still seem to have problem with this one. In my case it's view on taxonomy term page, which shows events which have that term assigned. The exact error in my case:
Notice: Undefined property: stdClass::$language in ds_render_ctools_field() (line 1024 of C:\data\www\knihovna\sites\all\modules\ds\ds.module). =>If you need more detail, let me know, please.
Comment #5
milos.kroulik commentedIt was probably my fault, will reopen if needed.
Comment #6
pyxio commentedI have the same problem adding a view to a taxonomy term page via dynamic field. The error I get is
Notice: Undefined property: stdClass::$language in ds_render_ctools_field() (line 878 of /var/www/html/drupalcommerce/sites/all/modules/contrib/ds/ds.module).
Cheers
Kevin
Comment #7
milos.kroulik commentedI also experience this error in the same situation.
Comment #8
svdhout commentedThis solved the issue for me
Comment #9
klaasvw commentedThis error still exists in 7.x-2.x. Here's a reroll of the patch in #8.
Comment #10
nedjoThe bug can be reproduced and the fix correctly addresses it. The relevant code doesn't appear in the D8 version.
Comment #11
Lemontonix commentedThe same bug also exists in ds.module line 843:
Undefined index: 27 in ds_render_ctools_field() (Zeile 843 von ../modules/ds/ds.module).
Code also does not check language:
I am using Drupal 7.32 and the latest (31.10.14) DS 2.7
Comment #12
swentel commentedCommitted and pushed, thanks!