Hi, I have my civicrm tables in a separate DB from drupal (within the same mysql instance) and when enabling the module get the following error:
Sorry. A non-recoverable error has occurred.

Database Error Code: Unknown column 'civicrm_contact.id' in 'where clause', 1054

Am running Drupal 4.7 and civicrm 1.4 (HEAD).

Comments

Torenware’s picture

Assigned: Unassigned » Torenware
Status: Active » Closed (fixed)

This is not a CiviNode issue, but a CiviCRM issue. Also, I'm guessing it's a configuration problem in the civicrm.settings.php file you should have in your site/ directory

I'm guessing that you need to read the file a little more carefully, since that setting file has a different setting for the "user" table (your regular Drupal database) and the main CiviCRM database.