Closed (cannot reproduce)
Project:
Microdata
Version:
7.x-1.0-alpha3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2012 at 21:57 UTC
Updated:
21 Feb 2012 at 20:48 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedAre you still running into this issue? If so, try clearing your cache and checking again.
Also, are you using panels or any other layout tool to format the page? The module only works if it is processed using the Node and Field theme functions and templates.
Comment #2
Blooniverse commented... thanx for your reply.
I use
$ sudo drush @alias cc allpractically every five minutes during development ;)Yes, there are panels & there are context specific blocks — but the mentioned error occurs during a regular 'domain.tld/node/foo'. Sorry to confirm this.
Comment #3
Anonymous (not verified) commentedAre you using a non-core theme? If so, can you try with Bartik? I'm thinking there's a chance there's theme function overrides or something getting in the way.
Comment #4
Blooniverse commented... Bartik (slightly adapted variant) is already in use.
Let me do some further testing with a test site [in the coming weeks]. It might be a conflict with one of the ~90 contrib modules -- if I move these to the test site and deactivate them one by one [via classical reduction method], I will very probably find the culprit.
Comment #5
Anonymous (not verified) commentedBTW, just noticed that one of those is a file field. That formatter is the only core one that isn't supported yet, http://drupal.org/node/1196440.
The body field is handled in microdata_preprocess_theme, so if you want to try using Devel module, you can use
dpm()calls to see if the variables added there get reset or anything throughout the processing.Comment #6
Anonymous (not verified) commentedNo response from OP, closing out.
Comment #6.0
Anonymous (not verified) commentedsimilar (grammar)