Closed (fixed)
Project:
vBulletin (and Photopost) to Drupal
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2009 at 20:08 UTC
Updated:
10 Jul 2009 at 06:00 UTC
Comments
Comment #1
zooki commentedI have a similar problem, with 6.x-1.0-rc1
I have private messages, however, they are all in the inbox, and they are incorrectly attributed to me.
For example, lets say my username is Zooki
Now, I have a PM from someone else, on the left side, it says their username, but at the top of the message it says From Zooki ,(its definitely not from me)
at the bottom, where I am meant to reply, it says:
*Send Reply to Zooki:
--
It should say send reply to the user who sent me the PM..
any ideas what went wrong here?
Comment #2
liam mcdermott commentedThe problem was that the {pm_index} table requires two records per-thread: one for the receiver, the second for the sender. vBulletin to Drupal was only creating a record for the receiver.
This is fixed in the dev version, the tar file on the project home page will update sometime in the next 24 hours, please use that to test. Thanks. :)
Comment #3
zooki commentedThank you Liam !
Comment #4
aharown07 commentedYes, thanks Liam.
I shd hv opportunity to test inside of a week.
Comment #5
aharown07 commentedoops. Went and did my migration using the old version.
Is there any way to fix up the data after it's imported? I'm thinking not but if I can avoid a redo, that'd be nice.
Comment #6
aharown07 commentedDid import w/ dev version.
Definitely got more errors than usual. How much they matter I'm not sure.
I believe the first three are the ones I always get that have to do w/some custom tampering w/our vb database.
So the last three are new for me since going to the dev version.
Perhaps all due to some kind of duplication of one account?
Also, when I run cron I'm getting
warning: Invalid argument supplied for foreach() in /home/folder/public_html/3.0beta/modules/taxonomy/taxonomy.module on line 1214.Edit: forgot to mention. The privatemsg import part does indeed seem to be fixed. I'm guessing I've probably got one user account that's a little messed up... "John Smith" above. Otherwise, everything seems to be OK.
Comment #7
liam mcdermott commentedSorry for not replying to this sooner, but yes, it does just seem to be that one user. Maybe it shouldn't try to index on the name like that, strange that vBulletin seems to allow duplicate names, I'll raise another bug for that, but it's not a big problem.
By the way: those last errors are from some new queries designed to link existing Drupal user accounts to their vBulletin users. So it's probably not even relevant for you.