Closed (fixed)
Project:
Microdata
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2012 at 09:09 UTC
Updated:
26 Sep 2012 at 05:01 UTC
Jump to comment: Most recent
In the last dev version, in the microdata panel, I get the error:
Notice: Undefined index: panel in _microdata_prepare_mapping() (line 916 of /var/www/test/sites/all/modules/microdata/microdata.module).
My drupal version is 7.14
Comments
Comment #1
Anonymous (not verified) commentedWhen you say in the microdata panel, I believe you're talking about a panels page that uses microdata. Please correct me if I'm wrong.
Comment #2
dimon00 commentedI meant the microdata configuration panel in the administration: admin/config/services/microdata
Comment #3
Anonymous (not verified) commentedOK, I was able to replicate this on a client site that just came in. I believe that Panels might be inserting a node type that isn't really a node type here. I have to debug this for the client site anyway, so will post here when it's fixed.
Comment #4
Anonymous (not verified) commentedOK, I think this was fixed by http://drupalcode.org/project/microdata.git/commit/d26653b
Comment #5
dimon00 commentedLast dev version fixes the problem.
Thank you.