Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.0
-
Fix Version/s: 4.7.25
-
Component/s: Drupal Integration Modules
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
Description
One cannot use any drupal modules provided by civicrm If -
- logging is enabled.
- civicrm and drupal share same database.
To replicate -
- Enable logging on civicrm.
- Enable drupal module provided by civicrm. Eg. civicrm_member_sync etc.
- Perform any action that does an insert/update action on the table provided by the module. Eg. create any rule for member_sync.
- Error - cannot insert on log_civicrm_table_name_of the module as table not found.
As both share the same db - I guess logging tables must be created for civi-drupal modules too while enabling them.