PDOException: INSERT INTO {vocabulary_node_types} (vid, type) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1) - Array ( [:db_insert_placeholder_0] => 1 [:db_insert_placeholder_1] => article )

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal.simpletest58247vocabulary_node_types' doesn't exist in default_profile_tasks() (line 152 of /home/dhubler/work/org.drupal/profiles/default/default.profile).

If I comment out line 152
db_insert('vocabulary_node_types')->fields(array('vid' => $vid, 'type' => 'article'))->execute();
then it works

I'm using the ./scripts/run-tests.sh script

obviously the vocabulary_node_types table is not created in simpletest's prefixed world, but I do not know when or where this is supposed to happen

Comments

asimmonds’s picture

cvs update your installation, it's 3 weeks out of date.

catch’s picture

Status: Active » Postponed (maintainer needs more info)
dlhubler’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

cvs update cleared the issue, i had a local edit that was for some reason botching up the update.