Hi,
I'm digging this module. It's generally working great for me. However, it's not correctly outputting data when cron runs. I'm getting the following error:
user warning: Table 'dbname.salesforce_ids' doesn't exist query: SELECT drupal_id FROM salesforce_ids WHERE drupal_type = 'webform' AND sfid = '' in /var/www/html/sites/all/modules/sf_webform/sf_webform.module on line 848.
It's true, there's no table called salesforce_ids. Does SalesForce_API create that table? I wonder if there's some mandatory order required for installing/activating the modules and forms to ensure this table gets created.
Any advice would be greatly appreciated.
Thanks for the great module.
Colin
Comments
Comment #1
cduwe commentedOK. I think I solved it. Here is the patch. This is my first attempt to patch a Drupal module so please let me know if I did it incorrectly.
C-
Comment #2
stella commentedCommitted with some changes. Thanks!