Drupal 6.9, MySQL 5, PHP 5

user warning: Table 'grendel_dtb.biblio_field_type_data' doesn't exist query: SELECT title, ftdid FROM biblio_field_type_data in /home/roffe/www/modules/biblio/biblio.install on line 1208.

Comments

rjerome’s picture

I just fixed that in the -dev version. You can either wait for the next -dev build (it happens every 12 hours) or change line 1208 in your install file to the following...

    $res = db_query("SELECT ".$table['name_column'].", ".$table['id_column']." FROM {".$table['tablename']."}");
bekasu’s picture

Status: Active » Closed (fixed)

Closing issue.
bekasu