Closed (fixed)
Project:
Theme developer
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2011 at 16:32 UTC
Updated:
1 Jan 2013 at 21:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
kenneth.venken commentedCould you please provide steps to reproduce this issue?
Comment #2
kenneth.venken commentedClosing due to inactivity. Feel free to reopen if you have more info on how to reproduce this issue.
Comment #3
jide commentedHaving the same issue at node/[nid], and unfortunately I have no more clues since I enable devel_themer occasionally while developing... If I find more info, I'll let you know.
Comment #4
jide commentedOkay, after investigating a little using some quick and dirty debug code :
Outputs :
So it seems that it's rate module's fault (or maybe a wrong custom theme implementation), with variables passed as strings somehow. I'll try and see if I can find more info.
Comment #5
kenneth.venken commented#1359402: TD Module breaks pages admin with Fatal error is a duplicate of this issue.
Comment #6
kenneth.venken commentedThese errors are caused by modules that use the old Drupal 6 way of passing variables to theming functions. See http://drupal.org/node/224333#theme_changes.
We could log the affected theming functions so that it's easier to debug. (see attached patch.)
Comment #7
kenneth.venken commentedIt can't hurt to have more debugging info so i've committed this to 7.x-1.x.