Attempting to convert a YaBB 2.1 (latest cvs) to SMF 1.1.2 and encountering the below issue.
Board details:
---------------
28,000+ members
197,560 Posts
32,826 Topics
0 mods
Checklist:
---------------
- Tried running the version posted on the website but gets stuck (10+ hours) at: step=1&substep=0&cstep=11&start=0
- The below error is running the latest files posted by JayBachatero on the first post of the above YaBB sticky post.
- Believe I've done everything also suggested by JayBachatero.
- Have installed a fresh copy of SMF before running the conversion after the first failed. Including deleting all MySQL tables.
- Running YaBB forums in maintenance during conversion.
Error:
Converting topics (part 2)... Unsuccessful!
This query:
UPDATE `smf`.smf_log_topics
SET ID_TOPIC = 1
WHERE tempID = 1078854085;
Caused the error:
Unknown column 'tempID' in 'where clause'
If I run this again it does often get further but then gets stuck at.
step=1&substep=0&cstep=11&start=0
With MySQL just doing the below two things over and over with no progress.
ALTER TABLE `smf`.smf_messages\n ORDER BY poster...
ALTER TABLE `smf`.smf_messages\n CHANGE COLUMN ID_...
Below information is using the latest version I found posted for another user under the sticky post. Seemed this was a more recent post because the post had a later date stamp.
I then try manually entering substep=1, which usually gets it going but then encounter the below situation, which appears to stick
Converting posts (part 3)...
Notice: Undefined variable: actualPosts in /home/users/c/comphope/public_html/forum/yabb21_to_smf.php on line 1291
out of 197688 have been assigned to the correct member. Incomplete.
With MySQL showing: NULL as the info being entered into the NULL db? The command is sleep but it's doing this in between the sleeps. I continue to hit refresh and this is all I see appearing and disappearing.
I've ran the conversion several dozen times, spending a good 24+ hours trying to get this to go through with random results and sometimes different errors, however the above situation seems to happen the most often. I can skip steps 11 and 12 and get it to complete, however I have no posts even when it shows the proper count of posts when viewing the board it shows nothing.