Hey, just want to say that this worked a charm, I was really worried that I had boxed myself into a corner with upgrading to a beta and was dreading having to write a convertor myself. You've made my life significantly easier

Thanks!
I did get a NULL conversion error on the bots table, but a refresh seemed to fix it.
FYI, I upgraded from Beta 5-dev to RC3.
Edit: now that you mention it, I've had a chance to explore, and it does indeed appear that PMs aren't showing.
Edit2: running
- Code: Select all
INSERT INTO phpBB33_privmsgs SELECT * FROM phpbb3_privmsgs
fixed it for me (where phpBB33_privmsgs was the new table and phpbb3_privmsgs was the old).
Edit 3: Also the bots table was messed up... I just cleared it and copied across the values from the old database.