My vb forum is 13 years old, it started at 2.0, now it is 3.6.10 patched to 3.8.8. It runs flawlessly but you all know the xen vb story, and I am left out in the cold.
So I've chosen phpbb to be the logical choice. Also, my forum is not a business.
I'm almost there with the conversion, but I am at the place in the convertor where vb avatars, interests, polls and all the other extra profile stuff comes up, that seems to be the bottleneck for this conversion. It looks like the posts have been migrated and I've read the fix thread, but just want to be sure.
Also, I only have 54 members. They have No avatars or images and No custom titles set, nor are there any special interests listed or added. All I care about is that their id's threads and posts are all copacetic,They can add the other stuff on the phpbb forum. What would be ideal, is if somehow, all of the extras could be commented out, so that just their posts and id's were converted. As far as I can remember, my interests section of the vb forum, have always been blank, so not sure why the error. I have access to php my admin so If I can do something to the tables, let me know. I appreciate any help.
Thanks, Mike
Here is my error
General Error
SQL ERROR [ mysqli ]
Unknown column 'userfield.field2' in 'field list' [1054]
SQL
SELECT user.userid, user.userid AS poster_id, user.usergroupid, user.ipaddress, user.salt, user.joindate, user.username, user.password, user.posts, user.email, user.birthday, user.lastvisit, user.lastactivity, user.timezoneoffset, userfield.field2, userfield.field3, userfield.field4, user.homepage, user.msn, user.yahoo, user.aim, user.icq, user.customtitle, avatar.avatarpath, user.pmunread, user.emailstamp, user.autosubscribe, usertextfield.signature, user.joindate AS post_time FROM ((user LEFT JOIN userfield ON user.userid = userfield.userid) LEFT JOIN usertextfield on user.userid=usertextfield.userid) LEFT JOIN avatar on user.avatarid=avatar.avatarid WHERE (user.userid <> -1) ORDER BY user.userid LIMIT 2000