I've been working on a project trying to convert a phpBB bulletin board to Fireboard. It has been quite a task. The database was so huge I've tried so many different ways to get it working. I did the conversion locally and using a database tool called mysqldumper was able to export the backup into less than 2MB chunks. It came out to 40 seperate .sql files to do it.
Anyway, the data is still on the site, and if you navigate to various things on the site it's fine. But, if you just go to the homepage, it's blank. I'm guessing I blew away something in a table that is driving the whole site.