So I am trying to import a disqus commenting system
All of the topics get created but the corresponding comments are not. So I started digging around and realized the user object for the corresponding comment/post is not shown as “present” even though I can browse them from the forum.
That’s bad news. Whom do you think can be tagged to raise concern? The whole importer side of the code has been moved from some other place and no history of owner.
By the way, shouldn’t this impact the user creation flow too?
Hey, @gerhard. Does it look to you that the problem above is related to email addresses being moved to a different table?
No. The create_user code still works and puts the email address in the correct table, but I think that some changes may need to be made to access the email address. It’s completely obvious, but only if you already know.