- Issue created by @adixon
- π¨π¦Canada adixon
Seems likely to be related to the release note here https://www.drupal.org/project/civicrm_entity/releases/4.0.0-beta6 β
CiviCRM Entity implements hook_civicrm_pre() and hook_civicrm_post() to trigger Drupal based entity CRUD hooks. This can be time consuming / memory intensive. Often sites do not require this for every entity type, and some CiviCRM operations can have performance issues. These hooks' action runs whether or not an entity type is "enabled" or not. An enabled entity type provides MORE functionality, but if an entity type is not enabled, CE still integrates all entity types into Drupal. We had previously added a "Disable pre/post hooks" setting that disables them for ALL entity types. Now these hooks implementation's actions can be disabled per entity type.
- πΊπΈUnited States markusa
Its probably this: https://github.com/eileenmcnaughton/civicrm_entity/pull/515
We'll be working on a patch for this.
- πΊπΈUnited States markusa
@allen
See this line: https://github.com/eileenmcnaughton/civicrm_entity/blob/4.0.x/src/Hook/Q...
Wanna try putitng a "\" in front of CRM_Core_I18n_SchemaStructure::columns();
$columns = \CRM_Core_I18n_SchemaStructure::columns();
I think it maybe that simple.
- π¨π¦Canada adixon
- πΊπΈUnited States markusa
This is merged, and will be out in a new release soon
Automatically closed - issue fixed for 2 weeks with no activity.