Recent content by king of the internet

  1. king of the internet

    Alert count shows as "undefined" for some users

    Given enough time the issue resolves itself. Doesn't seem to be a priority for the development team, so you'll probably just have to let users know that it won't happen again once they clear their alerts.
  2. king of the internet

    Redis Cache By Xon

    This doesn't work on the latest version of XenForo unless you change SV/RedisCache/XF/Pub/Controller/Forum.php: use XF\Finder\Thread as ThreadFinder; --> use XF\Finder\ThreadFinder as ThreadFinder; edit: For reference, the error seems to be the same as this one...
  3. king of the internet

    Fixed Avatar/profile banner uploads don't properly check if the image can be processed, and throw an exception

    My server error log is nothing but constant spam from this bug ever since upgrading. It would be reassuring if there was even a little bit of communication from the developers.
  4. king of the internet

    Fixed Facebook embed triggers "invalid DOM node" in console, wrong width in embed

    My community members and I are no longer able to get the width issue to reproduce, on my forums or on xf.com, so I guess that particular aspect was resolved on Facebook's side. Sometimes it doesn't embed though. And the error in the console is still present.
  5. king of the internet

    Alert count shows as "undefined" for some users

    Sample: Reported by several users of my community. This one is harder to diagnose. Users have said, after they clear the alerts, this doesn't happen again. So our theory is that there is a bug in the full upgrade process from XF 2.1.x -> 2.3.3, and users that had alerts that weren't checked...
  6. king of the internet

    Line spacing is broken when copying into bbcode mode

    A member of my community says they also get this behavior copying from rich mode, pasting into rich mode. Mobile Chrome. I don't have the means to test it right now but I can't reproduce on desktop Chrome.
  7. king of the internet

    Line spacing is broken when copying into bbcode mode

    There are a couple of other bug reports I see about bad formatting on copy/paste, but they're due to external applications, or Firefox-only, etc. Try writing multiple lines: a a a Then, in rich mode, copy them, switch to bbcode mode, and paste. The result? Extra spacing. Also reproduced by...
  8. king of the internet

    Fixed Facebook embed triggers "invalid DOM node" in console, wrong width in embed

    see this test message https://xenforo.com/community/threads/testing-an-embed.225340/. The width is incorrect: Traceback in the console: Error: Invalid DOM node passed to FB.XFBML.parse() For what its worth the width was correct the first load, after accepting cookies. Subsequent loads...
  9. king of the internet

    Fixed Reply in bbcode mode gives error about "autofocus" in the console

    Set editor to BBCode mode Click reply on a post editor-compiled.js?_v=583d5431:1063 Uncaught TypeError: a.bbCode.getTextArea(...).autofocus is not a function at b.scrollToCursor (editor-compiled.js?_v=583d5431:1063:493) at Object.focusEditor (core-compiled.js?_v=583d5431:60:313)...
  10. king of the internet

    Geoblock Registration

    @Sim Here is the issue. I'm an old MaxMind subscriber, but I used their paid API; apparently, if you have an account in this state, you cannot use your license keys to download GeoLite2 databases, without going through an additional step to "request access". This means that downloadDatabase...
  11. king of the internet

    Geoblock Registration

    Yes, with the details here on 7.2 at least
  12. king of the internet

    Geoblock Registration

    Yes this is what I am doing to generate the traceback. I have tried on both my local and production machines. I can verify that the "last used" time on my MaxMind license key corresponds to the update action. Edit: latest version of XF and this extension
  13. king of the internet

    Geoblock Registration

    Unfortunately it does not exist.
  14. king of the internet

    Geoblock Registration

    This doesn't work for me, I get a traceback like the following when downloading the DB: UnexpectedValueException: Could not read PharData [/var/lib/xenforo/internal_data/temp/GeoLite2-Country.tar.gz]: internal corruption of phar "/var/lib/xenforo/internal_data/temp/GeoLite2-Country.tar.gz"...
  15. king of the internet

    Fixed Avatar/profile banner uploads don't properly check if the image can be processed, and throw an exception

    Here is the traceback, there is a similar one for profile banner uploads. Error: Call to a member function getType() on null in src/XF/Service/User/AvatarService.php at line 236 XF\Service\User\AvatarService->updateAvatar() in src/XF/Pub/Controller/AccountController.php at line 620...
Back
Top Bottom