Simple Machines Community Forum

SMF Support => Converting to SMF => Topic started by: RandiFTW on June 19, 2011, 02:54:02 AM

Title: Converting from XMB 1.9.5 to SMF 2.0
Post by: RandiFTW on June 19, 2011, 02:54:02 AM
While running the script, I came across this error:

Converting members... Successful.
Converting categories... Successful.
Converting boards... Successful.
Converting topics... Successful.
Converting posts (this may take some time)...Wrong value type sent to the database. Integer expected. (id_member)

Upon further inspection, I have found that the script is trying to take "uf.uid" and convert it to "id_member", however, "uid" is not in my "xmb_posts" table. I don't know where it is trying to pull from but I think the "uf" is where the problem is. I don't know what "uf" is supposed to stand for.

Can anyone help with this?