MyBB Community Forums

Full Version: Vanilla to MyBB - Thread replies missing authors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey gang, first time poster and I can't wait to dive in a little bit.. I can't beloeve I have never seen MyBB before.. I moved to Vanilla from a dying Kunena a while ago as there was just nothing else to really go to, and now I'm here after the disappointing experience with Vanilla.. Anyway.. 

I have a fairly large dataset, and everything seemed to move across without issue.. On logging in though, I noticed that all replies to thread topics where by "Guest" and not a member.  Upon looking at the db, on the comments entries the Userid field is null.

I'm going to reset everything and have another go to see if it happens again. If anyone has had a similar issue, would love to hear it..

Ok so I think I found the issue.. a spelling mistake with the field name. 
Field name = InsertUserID

lines 49,50,51 in the \boards\vanilla\posts.php


$insert_data['uid'] = $this->get_import->uid($data['InserUserID']);
$insert_data['import_uid'] = $data['InserUserID'];
$insert_data['username'] = $this->get_import->username($data['InserUserID']);