SMF Support > Converting to SMF
[SMF Converter] Drupal 6.2
Oskar Calvo:
The module to move drupal forum to smf forum (smf 1.) can be downloaded from here:
http://github.com/oskarcalvo/drupal2smf/tree/6.x-1.x
Oskar
J3SUS:
--- Code: ---Converting topics... Unsuccessful!
This query:
SELECT
t.nid AS ID_TOPIC, f.tid AS ID_BOARD, t.sticky AS isSticky,
t.nid AS ID_FIRST_MSG,
IF (MAX(c.nid)>0, MAX(c.nid), t.nid) AS ID_LAST_MSG,
t.uid AS ID_MEMBER_STARTED,
IF (MAX(c.uid)>0, MAX(c.uid), t.uid) AS ID_MEMBER_UPDATED
FROM `drupal`.node AS t
INNER JOIN `drupal`.forum AS f ON (f.nid = t.nid)
LEFT JOIN `drupal`.comments AS c ON (c.nid = t.nid)
WHERE t.type='forum'
GROUP BY t.nid
LIMIT 0, 500;
Caused the error:
Table 'drupal.forum' doesn't exist
--- End code ---
I need some help guys!
TE:
J3SUS,
which version of drupal do you use?
ssace:
I am also getting this...
--- Code: ---Converting members... Successful.
Converting categories...Unknown column 'catorder' in 'field list'
--- End code ---
I am running Drupal 6.22. I have the migrate.php file set up and in the Drupal root directory. Any ideas please.
oldbastard:
--- Quote from: ssace on August 31, 2011, 08:50:02 PM ---I am also getting this...
--- Code: ---Converting members... Successful.
Converting categories...Unknown column 'catorder' in 'field list'
--- End code ---
I am running Drupal 6.22. I have the migrate.php file set up and in the Drupal root directory. Any ideas please.
--- End quote ---
Same error here.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version