Fix mt-to-drupal.cgi (http://cvs.drupal.org/viewcvs/drupal/contributions/tricks/mt2drupal/):

Change the following query...

$sth = $dbh->Query("SELECT vid FROM ${db_prefix}vocabulary WHERE nodes LIKE '%blog%'");

...to

$sth = $dbh->Query("SELECT vid FROM ${db_prefix}vocabulary_node_types WHERE type LIKE '%blog%'");

as described here - http://drupal.org/node/23726,

Comments

killes@www.drop.org’s picture

Status: Active » Fixed

fixed

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)