Closed (fixed)
Project:
vBulletin (and Photopost) to Drupal
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2011 at 23:48 UTC
Updated:
11 Feb 2014 at 16:06 UTC
Jump to comment: Most recent
Comments
Comment #1
liam mcdermott commentedThanks for raising this issue. As it happens, a whole bunch of new features are about to be committed for the Drupal 6 branch, I haven't even started on D7 yet!
I'm well aware of the epic awesomeness of D7 though, and yes, I should have done a port earlier. My excuse is that I've been adding new features. :)
As for timescale: I don't know.
Comment #2
liam mcdermott commentedI will be trying an automated coder.module upgrade, as soon as these new features are in. I'm not very hopeful it will help much though.
Comment #3
juan_g commentedThank you for all your good work.
Comment #4
didox commentedsubscribe
Comment #5
pdolphin commentedsubscribe
Comment #6
liam mcdermott commentedJust an update: couldn't get the Upgrade module to work (probably due to the version of PHP I'm running, but that's a different story), so I ran the version in HEAD through http://upgrade.boombatower.com/ and got a 3,800 line patch file back (!) and lot's of things to check over and fix.
Upgrading to Drupal 7 is going to take some work. :)
Comment #7
petsagouris commentedsubscribe
Comment #8
harial commentedsubscribe
Comment #9
Würden commentedsubscribe
- I hope it will get a working port soon, I could really use it.
Comment #10
davidarthur commentedObviously not a solution for everyone, but would it not be easy enough to run the migration on a clean drupal 6 install and then upgrade to from drupal 6 to 7?
Comment #11
liam mcdermott commentedYes. The only problem you'll run into is the vbpasswords module won't be working, so your users won't be able to login to Drupal using their vBulletin passwords (though the user accounts will have been migrated, they'll just have to reset their passwords).
Although the vbpasswords module is pretty simple, it should be possible to port it to Drupal 7 with a minimum of fuss.
Comment #12
bago commentedI saw a lot of commits in the d7hacking branch in the second part of 2011: what's the status or the port? Does it worth a dev release so we can do some more experiments?
Comment #13
liam mcdermott commentedSorry for not replying to this sooner. The current state of the code is that anyone technically proficient enough to use git to checkout the d7hacking branch should probably test out the vBulletin import.
Just don't try anything but the vBulletin importer, I'm readying a large commit that will make the Photopost import work, before going onto the other smaller parts (like Organic Groups importer and such).
Comment #14
mbutelman commentedHi.
I've been trying to run the importer of the "d7hacking" branch in the repository, with no success.
I can get to start the import but then I immediatly get the following error message:
I noticed my vb databse has a "profilefield" table. I renamed it and then I got this:
Comment #15
liam mcdermott commented@#14 that's a new issue, really, since this one is only about porting to Drupal 7. It gets really confusing if everyone starts piling in here with lots of different problems. :)
That said, it's looking for 'profile_field' in the Drupal database, that table is provided by the Profile module (which is part of Drupal core, for now). Make sure Profile is properly installed, update your copy of vB to Drupal (because I've made lots of changes to it recently) and try again!
If you get any further problems, please create a new issue, thanks. :)
Comment #16
liam mcdermott commentedFinally got a proper Drupal 7 release out. That took a heck of a lot of work to port everything over to DBTNG, fix up the API module and get the original crufty code using Batch API properly.
Comment #17
juan_g commentedWonderful! Thank you very much.
Comment #19
Würden commentedYou mentioned earlier that upgrading from Drupal 6 to Drupal 7 including an upgrade vB to Drupal from 6.x to 7.x would mean that all users will have their password reset - is this still the case or can I safely upgrade to Drupal 7 and still have all the migrated content (from vB to drupal 6) working properly?