Movable Type to Drupal 4.6 needs new scripts

naudefj - August 2, 2005 - 19:45
Project:Drupal
Component:other
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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,

#1

killes@www.drop.org - August 13, 2005 - 21:53
Status:active» fixed

fixed

#2

Anonymous - August 27, 2005 - 22:00

#3

Anonymous - September 10, 2005 - 22:20

#4

Anonymous - September 24, 2005 - 22:20

#5

Anonymous - October 8, 2005 - 22:20
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.