OK, Update:
I've spent most of today on the conversion tool.
A few problems remain however, but at the very least - all of the content is there and converts across quite neatly.
There is a semi-functional version of the new forum here:
http://home.plebian.net/forum-phpbb/
NOTE: Whilst you can login (your password is the same), you may be redirected to
http://www.arweneventstar.com/ or recieved a "No such server" error if you do so. Navigate back to the forum and hit refresh to see your login.
This issue is
Only for the testing platform.
NOTE: Don't change any account settings on the test forum, as you WILL lose any changes.
Known Issues:
* Converted Threads (Topics) are listed in reverse order (By TopicID, instead of Last Post Date)
* "Moved" threads arn't converted correctly yet (requires some more processing to find the 'destination' thread)
* [s]BBCode doesn't convert properly[/s] (Updated: 17/01 - Now fixed), [s]and HTML is displayed instead of being interpreted.[/s] (HTML Issue Fixed - PHPbb Config issue)
* Links referring to the old forum don't convert (Updated: 18/01 - Partly Completed, untested. The converter now generates a new YaBB.pl file which does a HTTP (server-side) redirection to the correct new URL, and if available: board and/or thread) -- Perl Geeks see below post.
* [s]Signature "Carriage Returns" show up as "&&" [/s] (Updated 17/01: Fixed)
* Avatars don't carry across (neither 'internal' nor 'external')
* 'Sticky' threads arn't 'sticky' after conversion. (I didn't even think of importing those settings, oops)
* [s]Ranks (different titles based on position/# posts) don't get applied to people properly[/s] (Fixed, 17/01)
* Moderators and Permissions don't get converted
* [s]Post Counts for users don't get converted[/s]. (Fixed, 17/01)
* [s]Search, as yet, isn't Working - this is because of another issue (inside the app itself).[/s] (Updated 17/01 - Now fixed, initial testing shows it takes a darn long time to build the word-index)
* Private Messages may or may not convert correctly (Untested)
...and probably some more bugs too...
I want to fix this up first before doing the real conversion - so it'll be another few days before it all goes ahead.
[s]It's also far faster at conversion than the provided (really broken) conversion script on the PHP Site - it takes only about 20-30 seconds to convert around 3,500 posts, on just under 300 topics, for 3 boards, plus all users (and a good chunk of the search indexing too). That's around 10x faster than the PHP Script. The tradeoff is that it uses a chunky amount of memory - for the above conversion, about 48MB. [/s]
(Updated 17/01) The current conversion time is around 8 minutes for the current forum (about 7 minutes of that time is spent doing the full-text indexing), and using ~80MB of memory.