Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 4.6.10
-
Fix Version/s: None
-
Component/s: CiviCRM API, CiviMail
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
1. Enable "webform civicrm integration" module.
2. Do an API call: Entity: Mailing; Action: gettokens; Entity * = Mailing, Contact
3. Returns DB error no such table webform_civicrm_forms.
This table exists in my drupal database with the "dr" prefix (dr_webform_civicrm_forms) like all the other tables in the db. But the api call is looking for it without "dr_" and failing. The only workaround for now is to disable webform civicrm integration module.