Closed (fixed)
Project:
CiviNode And Civinode CCK
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 May 2006 at 15:36 UTC
Updated:
9 May 2006 at 17:25 UTC
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
Comment #1
Torenware commentedThis 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.