When doing an import, the name of one of my members is /*Haru*/, this is a valid username in a vBulletin forum. The converter tries to run the query as: INSERT INTO members (`title`,`last_visit`,`last_activity`,`last_ ...
Reference topic (there's another too) > http://community.inv...iew-this-forum/ It transpires some permiss ...
I am converting from phpbb3. Whenever I attempt to convert my userbase, I am presented with the driver error for my website. Judging from the error report in /cache/, I am present with this: Error: 1054 - Unknown column 'updated' in 'fi ...
I went through since I was annoyed with how slow queries were to the conv_link table. This may not help small forums, but with the current forum I am converting pushing five million entries in the conv_link table it really helps. 1.) Add an ...
Just noticed that some of the custom profile fields we converted from vB are full of &s and such. Looks like the converter runs htmlentities() when it's not necessary. ...
The vBulletin showthread.php redirect script only handles showthread.php?t=12345 style links. However, many links to threads are of the form showthread.php?p=12345#p12345, which finds the thread containing that post and skips to it. I have fi ...
The friends conversion process is inserting manually the value in the database but doesn't take care of recaching the serialized data for the array in members_cache (members_table). We need to switch the function lib_board::convertFriend() to ...
IPS.Converter does not decrypt the avatars that are stored, so the resulting file names remain hashed. Within the user-profile, the avatars do not show up either, leaving the default up. However, in post view it does ...
See ticket 668200 Customer converted from SMF and when they ran the tool to rebuild attachments, many of their images were deleted. While we're still working through the ticket, it appears this is caused by the attach_thumb_location being se ...
Users placed in the validating group cannot validate due to not having a record placed in the validating queue. ...
I had a private message that had nested quotes, like so: [quote=mooeypoo][quote=Cap'n Refsmmat][quote=mooeypoo] When converted, it ended up like this: [quote name='mooeypoo][quote=Cap'n Refsmmat][quote=mooeypoo'] ...
Upon converting from vB, the member conversion gives this error on many users: 12125: Contains one or more of these illegal characters: [ ] | ; , $ \ < > " with name: w=f[z]. Member has still been created but with username as w=f[z ...
IPB 3.1 supports soft-deletion. However, when converting from vB, soft-deleted posts are still marked as unapproved when converted, and the deletion reason isn't copied over. Soft-deleted posts should appear in IPB as soft-deleted posts there, too. ...
When posts are imported from vB, entities such as < and > are not encoded, so they appear in posts as raw HTML. This screws up topic viewing and post editing. It's also a potential security problem, really. ...
Converter does not require the map_last_topic_reply to be populated in the message_topic_user_map causing converted PMs to show display in proper order within My Conversions ...
I am working on a converter and looking at the PM code for FusionBB and noticed a possible issue. In the function convert_pms the variable $_invited is never instantiated and the only assign happens on this line: ...
This works: /index.php?topic=1102.0 goes to /index.php?showtopic=591 This doesnt: /index.php?topic=1102.msg232737#msg232737 goes to /#msg232737 So topic redirect works, message r ...
Hi, new here with Invision. I'm still in the process of converting my vBulletin to Invision Board. Being converting for 48 hours now, and still only have 40% of posts completed. Everything fine and smooth until now. Just go ...
Can support be added into the converter for vB3.8.4 to import the reason a post was deleted as this field is now in IPB3.1 Thanks, Shaun ...
Ticket #658305 The showthread.php wasn't working for this customer, despite valid URL. /showthread.php?t=1148 (just an example). After the code was run, ipsRegistry::$request['t'] was being set to "t=114 ...