Recent content by Chris D

  1. Chris D

    Fixed InvalidArgumentException on requests to "/login/keep-alive" after applying the 2.2.16 security fix

    Your error log has been cleared so I can't see the messages for myself, but I note your community uses Tapatalk so chances are the errors could be coming from there.
  2. Chris D

    Fixed InvalidArgumentException on requests to "/login/keep-alive" after applying the 2.2.16 security fix

    So, much like I already mentioned, that would have been fixed on Wednesday. The errors should have stopped. If they haven't stopped, the errors will be similar but probably in this case caused by an add-on. There is likely not much we can do, and it's actually a bug from an add-on that is now...
  3. Chris D

    Contact Us Essentials [Paid]

    It's an easy fix. Similar to what tripped up the initial 2.2.16 release. Edit file: src/addons/M2N/ContactForm/Pub/Controller/ContactUs.php Find: 'M2N\ContactForm\ContactUs\Form' Change to: 'M2N\ContactForm:ContactUs\Form' That change is backwards compatible so if you do a release, it...
  4. Chris D

    Fixed InvalidArgumentException on requests to "/login/keep-alive" after applying the 2.2.16 security fix

    Not specifically. I had hoped the group-actions bit might be a clue but I’m not familiar with what that add-on would be exactly.
  5. Chris D

    Fixed InvalidArgumentException on requests to "/login/keep-alive" after applying the 2.2.16 security fix

    You will already have the update that fixes this. It was rolled out automatically. However, upon inspection of your error log, it would appear that you have a specific add-on installed that is now generating similar errors. Unfortunately, this is a rare case whereby we may have introduced a...
  6. Chris D

    XenForo 2.1.15 Patch 1, 2.2.16 Patch 2 and XenForo Media Gallery 2.1.9, 2.2.6 Released (Includes Security Fixes)

    XenForo 2.2.16 Patch 2 Released Firstly, to clarify some concerns that have arisen: 1. If you did a normal upgrade (either uploading files or via your admin control panel) you do not need to manually edit any files to receive the security fixes. 2. If you upgraded to the initial 2.2.16 release...
  7. Chris D

    File Health Check - fails with memory error

    You will also need to upload src/addons/XF/hashes.json
  8. Chris D

    XF 2.2 Properly fix security issue with v2.2.16

    Oh I'm sorry guys. Try now and it should work. It was still marked as the non-patch 1 version on our side.
  9. Chris D

    XF 2.2 Properly fix security issue with v2.2.16

    You have the security fixes but a very specific bug arose related to accessing node permissions. That’s what Patch 1 was for. Your XenForo installation will tell you that it is available so you can install it.
  10. Chris D

    XF 2.2 Properly fix security issue with v2.2.16

    To clarify, both of these things are normal upgrades. If you do a normal upgrade you will receive all of the patches and all of the bug fixes. One-click upgrade through your admin control panel, or downloading the updated version from your customer area will both contain everything you need...
  11. Chris D

    XF 2.2 Properly fix security issue with v2.2.16

    To clarify, your XenForo installation will still list the version as "v2.2.16" and it won't mention the patch, but if you downloaded 2.2.16 Patch 1 as per Paul's screenshot above, or performed a one-click upgrade any time after the Patch 1 release, you will be running Patch 1. On the subject of...
  12. Chris D

    Confirmed German characters in URL

    I can confirm this, I think it's due to our lack of "deaccenting" in the new code logic. If you are able to enable the intl extension in your PHP build, this would use our more modern approach which should behave how you expect, otherwise we'll get this fixed for the next release.
  13. Chris D

    Not a bug Can't download 2.3 release cantidate

    The best thing to do if you can is take your forum offline momentarily. Delete the src/vendor/ directory and then re-upload that from a fresh download.
  14. Chris D

    Not a bug Can't download 2.3 release cantidate

    RC2 is now available again.
Top Bottom