SMF Support > MyBB
[SMF Converter] MyBB 1.6
webdo:
Here is the correct, 100% working, file for converting mybb 1.6.x to SMF 2.0
If you have a problem like slash before quotes ie: dog\'s in boards, Use that queries:
--- Code: ---UPDATE smf_boards SET description = REPLACE(description, '\\', '') WHERE description LIKE "%\\\\%";
UPDATE smf_boards SET name = REPLACE(name, '\\', '') WHERE name LIKE "%\\\\%";
--- End code ---
patrixon78:
Hi guys. I have few questions about the MyBB to SMF convertion. My problem is that I've followed all the way this topic and digging all the info I was able to find here and with the uncle Google help. Still unable to do the conversion from MyBB 1.6.4a to SMF 2.0. I have already tried to convert even form 1.6.4a to 1.1.14.
No success. In both cases covertion freze doing the topics...
It finish with this:
Converting...
Converting members... Successful.
Converting categories... Successful.
Converting boards... Successful.
Converting topics...
and it freeze
You seems to have all that huge knowledge that I need :) in this case.
Would you be able to give me some hints how can I complete the conversion?
Thanks in advance.
Cheers
katib:
I run the converter
It stuck fro ever at converting topic .....
Yoshi:
--- Quote from: katib on September 29, 2011, 10:17:40 AM ---I run the converter
It stuck fro ever at converting topic .....
--- End quote ---
How many topics do you have?
katib:
--- Quote from: Yoshi2889 on October 02, 2011, 02:59:14 PM ---
--- Quote from: katib on September 29, 2011, 10:17:40 AM ---I run the converter
It stuck fro ever at converting topic .....
--- End quote ---
How many topics do you have?
--- End quote ---
Well
I have 8.777 Topics and 43.864 Posts
The problem is that the script converter deosnot show any progress bar so user can monitor progress
After filling informations (paths , BD password...) hitting Continue, it shows nothing for a while, then the above screenshot when it stuck forever
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version