Download & Extend

Movable Type to Drupal 4.6 needs new scripts

Project:Drupal core
Component:other
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Status:active» fixed

fixed

#2

#3

#4

#5

Status:fixed» closed (fixed)