Luehrsen Member Feb 22, 2020 #1 Affected version 1.3.1 The deletion log update broke the 'getThreads' SQL statement. The most likely culprit is on line 3046 in XFI/Import/Importer/vBulelletin.php, there is a comma missing. Also the ? are not transformed. A downgrade to 1.2.x mitigates the issue.
The deletion log update broke the 'getThreads' SQL statement. The most likely culprit is on line 3046 in XFI/Import/Importer/vBulelletin.php, there is a comma missing. Also the ? are not transformed. A downgrade to 1.2.x mitigates the issue.
Chris D XenForo developer Staff member Feb 22, 2020 #2 This has already been reported here: Fixed - Latest importer error: SELECT thread.*, IF(user.username IS NULL, thread.postusername, user.username) AS postusername deletionlog.userid AS deleteuserid, deletionlog.username AS deleteusername... xenforo.com
This has already been reported here: Fixed - Latest importer error: SELECT thread.*, IF(user.username IS NULL, thread.postusername, user.username) AS postusername deletionlog.userid AS deleteuserid, deletionlog.username AS deleteusername... xenforo.com