SMF Support > YaBB/YaBB SE

[SMF Converter] Yabb 2.2

<< < (9/10) > >>

IamTheBoy:
Does (and where?) this converter log anywhere - I'm getting an error about 1 hour into conversion:

Converting...
Converting mark read data...The database value you're trying to insert does not exist: id_member


But no clues as to what it is doing at the time, except doing the mark read stuff.  (I'm trying to convert a 2.5AE YaBB to SMF 2.0 RC5)

moodydood:
I guess I'll add to this.  Was working on converting YaBB 2.2 board to SMF and got this error:

Converting topics (part 1)...Wrong value type sent to the database. Integer expected. (num_views)

Please let me know if you need any more information.  Thanks.

moodydood:
OK, found my answer after some digging.  That error is MySql saying "Hey, you're trying to insert something weird into the integer field called num_viewed."  I opened up the yabb22_to_smf.php script and looked for that field.  I then had it print out the variable that it was trying to insert into the table and it turned out that it was inserting a string into the field.  I then added some code to check if that variable was an integer and reran the script and it ran through all the way to the end.  Thank God, because converting has been nasty.  Hope this helps someone.  Time for a beer.

ggn:
Hello, I'm trying to convert my Yabb 2.4 forum and got the same error as moodydood:


--- Quote ---Converting...
 Successful.
 Converting membergroups... Successful.
 Converting members... Successful.
 Converting settings... Successful.
 Converting personal messages (part 1)... Incomplete.
Not quite done yet!
 This conversion has paused to avoid overloading your server, and hence not working properly.
 Don't worry though, nothing's wrong - simply click the continue button below to start the converter from where it left off.

Converting topics (part 1)... Successful.
 Converting mark read data...The database value you're trying to insert does not exist: id_member
--- End quote ---

Can someone help with this? moodydood if you're still around maybe? :D

Thanks!

moodydood:
No problem.  I'll try to help if I can.  However the problem you're running into is the same as IamTheBoy's problem, which is what opened the topic.  I just added to it and I never got that particular problem, so I don't know how much help I will be.  Maybe tell me what steps you took to get to this point?
 

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version