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

CommentFileSizeAuthor
#1 sf_webform.patch2.94 KBcduwe

Comments

cduwe’s picture

Status: Active » Needs review
StatusFileSize
new2.94 KB

OK. 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-

stella’s picture

Status: Needs review » Fixed

Committed with some changes. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.