I'm having some issues converting my phpNuke site to Drupal. I've narrowed the amount of porting over to Drupal I want to keep to just two nuke portions. The Users and the Forums. But if need be, I can just convert the nukeBB to a PHPbb forum and link it in Drupal (but that is not the preferred route). I've got a machine at home that I'm doing most of my testing of Drupal on, and then working the same thing on the FQDN machine. Right now i've got my nuke_users database imported into the drupal database on my home machine. Here's what's happening when I try to import user database information from nuke->drupal:
mysql> INSERT INTO users (uid, name, pass, mail, signature, timezone, language, picture)
-> SELECT user_id, name, user_password, user_email, user_sig, user_timezone, user_lang, user_avatar
-> FROM nuke_users;
ERROR 1062: Duplicate entry '' for key 2
This is my highest priority issue drawing the line between converting to Drupal and sticking it out with PHPnuke.
My second priority is to bring in allllll the forum activity to Drupal's forums, or just find a way to put all my forum stuff into PHPbb and load it as some kind of module in Drupal. So I guess I'm asking what my options are to bring my old forum content to my new CMS.
I'm absoluetly loving drupal so far. Making: http://www.daltongamers.net/ turn into my drupal sandbox: http://www.daltongamers.net/drupal/ so far is just being a hassle.