Closed (cannot reproduce)
Project:
Display Suite
Version:
7.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2012 at 13:12 UTC
Updated:
9 Jun 2016 at 17:29 UTC
Jump to comment: Most recent
Comments
Comment #1
standingtallComment #2
swentel commentedThis happens in field_tokens() which has nothing todo with Display Suite afaics, so I'll leave it open for now. You'll need to give me some more steps to reproduce the error.
Comment #3
pedrogk commentedI also encountered this problem.
It only happens when trying to use display suite to modify the layout for user profile (admin/config/people/accounts/display).
I am not sure if it is specifically related to drupal 7.16. I only tried to modify the layout with DS until a couple of days ago, and I already had drupal 7.16 by then.
Please let me know what kind of info would help. I checked the watchdog but couldn't find any useful info.
Comment #4
luksakI was getting the same error. I had a vie on the user profile view panels template. That rendered a view content pane that hat a field of a rendered user using ds as a custom display mode.
cc did not solve the issue. But disabling all fields and re-enabling them solved it for me. Does it solve your problem as well?
Comment #5
swentel commentedWell Profile2 has no real support for now, see #1833320: Profile2 support (display and forms) - I hope to get a project soon that we need this so I can built this into DS.
Comment #6
luksakI am not using Profile2...
Comment #7
Taxoman commentedCross-referencing, same (?) issue with the new 2.2 release:
#1928514: Fatal error on User page
Comment #8
luksakI realized that my workaround did not solve the issue.
Comment #9
swentel commentedStill can't reproduce this. I'm on latest core and have configured a lot of stuff. So closing until I get clear steps to reproduce.
Comment #9.0
swentel commentedChanging description
Comment #10
kenorb commentedNote: This error is usually related when passing empty or invalid entity argument into token_replace() or similar function.