What dependency versions are recommended, I cannot find anything about it in the docs - here is an extract of what I have installed. The site is fresh created by drush make my basic install profile https://github.com/groovehunter/openspirit
Core is 7.22
Package Name Type Version
Administration Administration menu (admin_menu) Module 7.x-3.0-rc4
Chaos tool suite Chaos tools (ctools) Module 7.x-1.3
Context Context (context) Module 7.x-3.0-beta6
Context Context UI (context_ui) Module 7.x-3.0-beta6
Development Devel (devel) Module 7.x-1.3
Features Features (features) Module 7.x-1.0
Features UUID Features (uuid_features) Module 7.x-1.0-alpha3
Features extra FE Block (fe_block) Module 7.x-1.0-beta1
Features extra FE Profile (fe_profile) Module 7.x-1.0-beta1
Fields Entity Reference (entityreference) Module 7.x-1.0
Input filters SimpleWiki filter (simplewiki) Module 7.x-1.x-dev
Message Message (message) Module 7.x-1.8
Other Entity API (entity) Module 7.x-1.0
RedHen RedHen (redhen) Module 7.x-1.3
RedHen RedHen Activity (redhen_activity) Module 7.x-1.3
RedHen RedHen Contacts (redhen_contact) Module 7.x-1.3
RedHen RedHen Engagement (redhen_engagement) Module 7.x-1.3
RedHen RedHen Fields (redhen_fields) Module 7.x-1.3
RedHen RedHen Notes (redhen_note) Module 7.x-1.3
RedHen Redhen Organizations (redhen_org) Module 7.x-1.3
RedHen Redhen Registration (redhen_registration) Module 7.x-1.3
RedHen RedHen Relation (redhen_relation) Module 7.x-1.3
Registration Registration (registration) Module 7.x-1.1
Relation Relation (relation) Module 7.x-1.0-rc4
Relation Relation Endpoints Field (relation_endpoint) Module 7.x-1.0-rc4
Relation Relation UI (relation_ui) Module 7.x-1.0-rc4
UUID Universally Unique ID (uuid) Module 7.x-1.0-alpha3
Views Views (views) Module 7.x-3.6
Views Views UI (views_ui) Module 7.x-3.6
I'm receiving a similar error when visiting /redhen/activity: EntityMetadataWrapperException: Unknown data property message_text. in EntityStructureWrapper->getPropertyInfo() (line 339 of ///public_html/sites/all/modules/entity/includes/entity.wrapper.inc).
I'm also seeing the following when visiting /admin/reports/fields
Notice: Undefined index: message_type in _field_ui_bundle_admin_path() (line 325 of /home4/joemaine/public_html/modules/field_ui/field_ui.module).
Notice: Undefined index: message_type in field_ui_fields_list() (line 35 of /home4/joemaine/public_html/modules/field_ui/field_ui.admin.inc).
are the Entity and Message modules not playing nicely with Redhen?
...also when I installed the Redhen modules the note type vocabulary was not set up.
...FWIW...here are the enabled modules...
Chaos tools
7.x-1.3
Custom rulesets
7.x-1.3
Page manager
7.x-1.3
Date
7.x-2.6
Date All Day
7.x-2.6
Date API
7.x-2.6
Date Popup
7.x-2.6
Date Repeat API
7.x-2.6
Date Repeat Field
7.x-2.6
Date Tools
7.x-2.6
Date Views
7.x-2.6
Devel
7.x-1.3
Address Field
7.x-1.0-beta4
Email
7.x-1.2
Entity Reference
7.x-1.0
Fieldgroup
7.x-1.1
Link
7.x-1.1
Name Field
7.x-1.9
Phone
7.x-1.x-dev
Message
7.x-1.8
Entity API
7.x-1.1
Entity tokens
7.x-1.1
Pathauto
7.x-1.2
Real name
7.x-1.1
Token
7.x-1.5
RedHen
7.x-1.3
RedHen Activity
7.x-1.3
RedHen Contacts
7.x-1.3
RedHen Fields
7.x-1.3
RedHen Notes
7.x-1.3
Redhen Organization Groups
7.x-1.3
Redhen Organizations
7.x-1.3
Redhen Registration
7.x-1.3
RedHen Relation
7.x-1.3
Registration
7.x-1.1
Registration Entity Access
7.x-1.1
Registration Views
7.x-1.1
Relation
7.x-1.0-rc4
Relation Dummy Field
7.x-1.0-rc4
Relation Endpoints Field
7.x-1.0-rc4
Relation Entity Collector block
7.x-1.0-rc4
Relation UI
7.x-1.0-rc4
Rules
7.x-2.3
Rules Scheduler
7.x-2.3
Rules UI
7.x-2.3
CKEditor
7.x-1.13
Views
7.x-3.7
Views UI
7.x-3.7
Webform
7.x-4.0-alpha8
...edit update... when trying to save a note:
EntityMetadataWrapperException: Unknown data property redhen_note_body. in EntityStructureWrapper->getPropertyInfo() (line 339 of ///public_html/sites/all/modules/entity/includes/entity.wrapper.inc).
A full Drupal (and other module) reinstall seems to be a cure. Might have been a table corruption in the first install (note type vocabulary was created this time).
There is now a 'theme' warning in the logs "Theme hook redhen_pr operty_field not found."
I still see the following when visiting /admin/reports/fields
Notice: Undefined index: message_type in _field_ui_bundle_admin_path() (line 325 of /home4/joemaine/public_html/modules/field_ui/field_ui.module).
Notice: Undefined index: message_type in field_ui_fields_list() (line 35 of /home4/joemaine/public_html/modules/field_ui/field_ui.admin.inc).
...on another note(s);
any way to get the contact name fields to work with the Real Name module?
is there a preferred contact/organization address format (address field or location) for Redhen?
Thanks for the update joemaine. The theme error has already been fixed. We prefer using the Address module, although either will work fine for RedHen contacts.
Comments
Comment #1
seanberto commentedI can't replicate this. Could you please provide more info and check that you're module dependencies are using the recommended versions?
Comment #2
groovehunter commentedWhat dependency versions are recommended, I cannot find anything about it in the docs - here is an extract of what I have installed. The site is fresh created by drush make my basic install profile https://github.com/groovehunter/openspirit
Core is 7.22
Comment #3
seanberto commentedThere are a lot of interdependent modules in that stack, so it's hard to say if one of them is causing the issue....
We test RedHen against the recommended releases of all of it's dependencies. Entity API should be using the 1.1 release. Not sure if that helps.
Comment #4
joemaine commentedI'm receiving a similar error when visiting /redhen/activity: EntityMetadataWrapperException: Unknown data property message_text. in EntityStructureWrapper->getPropertyInfo() (line 339 of ///public_html/sites/all/modules/entity/includes/entity.wrapper.inc).
I'm also seeing the following when visiting /admin/reports/fields
Notice: Undefined index: message_type in _field_ui_bundle_admin_path() (line 325 of /home4/joemaine/public_html/modules/field_ui/field_ui.module).
Notice: Undefined index: message_type in field_ui_fields_list() (line 35 of /home4/joemaine/public_html/modules/field_ui/field_ui.admin.inc).
are the Entity and Message modules not playing nicely with Redhen?
...also when I installed the Redhen modules the note type vocabulary was not set up.
...FWIW...here are the enabled modules...
...edit update... when trying to save a note:
EntityMetadataWrapperException: Unknown data property redhen_note_body. in EntityStructureWrapper->getPropertyInfo() (line 339 of ///public_html/sites/all/modules/entity/includes/entity.wrapper.inc).
Comment #5
joemaine commentedA full Drupal (and other module) reinstall seems to be a cure. Might have been a table corruption in the first install (note type vocabulary was created this time).
There is now a 'theme' warning in the logs "Theme hook redhen_pr operty_field not found."
I still see the following when visiting /admin/reports/fields
Notice: Undefined index: message_type in _field_ui_bundle_admin_path() (line 325 of /home4/joemaine/public_html/modules/field_ui/field_ui.module).
Notice: Undefined index: message_type in field_ui_fields_list() (line 35 of /home4/joemaine/public_html/modules/field_ui/field_ui.admin.inc).
...on another note(s);
Comment #6
levelos commentedThanks for the update joemaine. The theme error has already been fixed. We prefer using the Address module, although either will work fine for RedHen contacts.