I attempted to reinstall the sheetnode module (7.x-1.x-dev) on a fresh drupal site (drupal 7.9). I enabled only one modules, which is "Sheetnode"
I went to the page mysite/admin/by-module/sheetnode and selected HTML table.... for simplicity.
I then went to structure/content type and created a new content type.
I attempted to create a new field set using the "sheet" field type. When I attempted to save it I got the following error.
Notice: Undefined index: node in sheetnode_field_widget_form() (line 81 of /home/mysite/sites/all/modules/sheetnode/sheetnode.module).
EntityMalformedException: Missing bundle property on entity of type node. in entity_extract_ids() (line 7405 of /home/mysite/includes/common.inc).
Any idea why this is not working?
Comments
Comment #1
gravisrs commentedSame here, seems no solution yet..
Comment #2
infojunkiePlease try the new 7.x-1.0-alpha1. It's completely new code - I wasn't working on previous D7 code. Make sure to read the release notes.