Fixed Wrong IP addresses imported from vBulletin 4.2.5

ivp

Active member
Importer does not take into account some changes regarding IP addresses in vBulletin 4.2.5.

vBulletin 4.2.5 started using table 'ipdata' containing IP addresses referenced in some other tables, such as 'userchangelog', 'blog_text', 'groupmessage', 'picturecomment', 'visitormessage'.

It seems older records of these tables contain regular IP addresses and new records contain references to 'ipdata' table.

Ref:
class_upgrade_420a1.php
class_upgrade_425b2.php
class_upgrade_vbblog.php

The fix for some tables is shown here: https://xenforo.com/community/threa...ulletin-3-vbulletin-4-paid.52796/post-1289928
 
Last edited:
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XFI release (1.2.5).

Change log:
When importing from vBulletin, attempt to resolve a stored IP address to the ipdata table (if it exists).
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom