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 |
Jump to:
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
fixed
#2
#3
#4
#5