Recent content by Viper007Bond

  1. Viper007Bond

    XF 2.0 Allow users to opt-in to nodes?

    I have some subforums that I want users to have to opt-in to in order to read. For example, a spoilers subforum for a TV show. By default, I don't want threads from there showing up in What's New, etc. unless the user wants to see them. Is this possible to do?
  2. Viper007Bond

    Fixed horribly slow import of vB posts when a thread has an asinine amount of posts

    Ha, I was just coming here to post this although I'm importing from vB5. At a certain point in the import posts process, it slows way the hell down to like 1 post per 10 seconds and disk usage by MySQL skyrockets. I bet it's the 123k post chit chat thread that exists on my forums.
  3. Viper007Bond

    Fixed [vB5] Undefined index: threadtitle

    #0 src/addons/XFI/Import/Importer/vBulletin.php(3079): XF::handlePhpError(8, '[E_NOTICE] Unde...', '/var/www/html/p...', 3079, Array) #1 src/XF/Import/Runner.php(160): XFI\Import\Importer\vBulletin->stepPosts(Object(XF\Import\StepState), Array, 8) #2 src/XF/Import/Runner.php(74)...
  4. Viper007Bond

    Fixed [vB5 Import] Data too long for column 'old_id' at row 1

    root@1e66089be334:/var/www/html/public# php cmd.php xf:import --verbose Starting import from vBulletin 5.x (Beta)... - Importing... (< 1 sec) [XF\Db\Exception] MySQL query error [1406]: Data too long for column 'old_id' at row 1 Exception trace: () at...
  5. Viper007Bond

    Fixed vB5: Error importing avatars, won't skip over bad one

    If you need me to test or debug anything, I write PHP code for a living so I'm perfectly comfortable modifying code as needed to verify your fix works. I'm just not familiar with the XF codebase otherwise I would have attempted to debug it myself. :)
  6. Viper007Bond

    Fixed vB5: Error importing avatars, won't skip over bad one

    Here you go! :) Exception trace: () at /var/www/html/public/src/XF/Service/User/Avatar.php:256 XF\Service\User\Avatar->updateAvatar() at /var/www/html/public/src/XF/Import/DataHelper/Avatar.php:37 XF\Import\DataHelper\Avatar->setAvatarFromFile() at...
  7. Viper007Bond

    Fixed vB5: Error importing avatars, won't skip over bad one

    vBulletin used to be dumb and stored all avatars with a GIF extension regardless of actual filetype. For example: https://forums.finalgear.com/core/customavatars/avatar3_6.gif I assume this is why the XF importer and libpng are throwing tons of errors (see below). Okay, fine, but now it's...
  8. Viper007Bond

    Fixed [vB5 Import] Data too long for column 'old_id' at row 1

    Sorry, I should have been more clear. This was with a brand new fresh import into an empty database. The log table didn't exist. I first discovered the error on my local machine where I was testing importing inside some Docker containers but I got the error again on my production server when...
  9. Viper007Bond

    Fixed [vB5 Import] Data too long for column 'old_id' at row 1

    I'm still getting the same error despite using XF 2.0.3 and v1.0.0 of the importer addon.
  10. Viper007Bond

    Fixed [vB5 Import] Data too long for column 'old_id' at row 1

    I'm doing a test run locally of importing my vB5 forum into XenForo and I got the following error via CLI: - Step 9 of 26: Profile comments 00:01:09 [7,607] [XF\Db\Exception] MySQL query error [1406]: Data too long for column 'old_id' at row 1 I modified the log table's...
Back
Top Bottom