Closed (fixed)
Project:
Search and Replace Scanner
Version:
5.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Mar 2008 at 17:02 UTC
Updated:
21 Jul 2009 at 21:21 UTC
(PHP 5.2.4, MySQL 5.0.45, Drupal 5.7.1)
I get this error when I navigate to module's admin page (where "DBNAME" = name of my database and PATH = some directory path on my server):
* user warning: Table 'DBNAME.drupal_node_field_instance' doesn't exist query: SELECT nfi.field_name, nfi.type_name, nf.db_storage FROM drupal_node_field_instance nfi INNER JOIN drupal_node_field nf USING (field_name) WHERE nfi.widget_type='text' in /PATH/includes/database.mysql.inc on line 172.
* user warning: Table 'DBNAME.drupal_node_field_instance' doesn't exist query: SELECT nfi.field_name, nfi.type_name, nf.db_storage FROM drupal_node_field_instance nfi INNER JOIN drupal_node_field nf USING (field_name) WHERE nfi.widget_type='text' in /PATH/includes/database.mysql.inc on line 172.I peeked into the module file and didn't see anything that would create the table in question. Is there another module (perhaps CCK?) that this one depends on?
Comments
Comment #1
starbow commentedGood point. The current version does assume CCK is installed. I should fix that.
Comment #2
starbow commented