Joey wrote:If someone could have a look at it, it'd be much appreciated. Email in profile :)
It took about 10 minutes before I realised I had to put the converter in a subfolder in a punbb installation, then it took another 4 for me to use the mysql command line to insert the dump in a new database and give the punbb database access to the ibp database. Ugh I hate security sometimes.
File: _start.php
Line: 46
PunBB reported: Unable to fetch user info
Database reported: Unknown column 'e.aim_name' in 'field list' (Errno: 1054)
Switching line 46 in _start.php and line 8 in _users.php to the following fixed the error:
$res = $db->query('SELECT m.* FROM ...
InvPB to PunBB converter at page: _polls
Converting polls: 0...
PunPoll not installed, redirecting...
Never redirected me. Had to manually change to ?page=6 from ?page=5
File: functions.php
Line: 9
PunBB reported: Unable to get count value for table: badwords
Database reported: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 (Errno: 1064)
After staring puzzled at the code for a bit, I realised it was because there was nothing inside the ibf_badwords table for the script to convert. Better add a check or something to that.
Oh and it's not "cencored" or "cencoring" but "censored" and "censoring" ;)
Next on to ?page=7 (manually typed, because of the above error)
File: _bans.php
Line: 5
PunBB reported: Unable to get posts
Database reported: Table 'invpb.ibf_banfilters' doesn't exist (Errno: 1146)
No problem, I'll assume he just didn't ban anyone. Needs another check or something to avoid the error message though.
Next on to ?page=8 (manually typed again because of the error)
Info
Conversion done!
Database converted in: 1085865131.97s
Note: Don't forget to rebuild the search index!
PunBB status
PunBB contains:
Users: 155
Categories: 8
Forums: 0
Topics: 248
Posts: 5028
InvPB status
InvPB contains:
Users: 157
Categories: 8
Forums: 0
Topics: 248
Posts: 5028
Polls: 23
Because your board contains polls (and I didn't have the polls mod installed) I'll re-do this, to get the polls done too, then create an sql dump of it, if you want.