Recent content by Jeremy P

  1. Jeremy P

    Add separator between new posts and old thread

    We can only provide support to licensed customers. If you are licensed, please add your forum username to the Forum users page in your Account area and then post in the correct forum.
  2. Jeremy P

    Geotarget GDPR cookie notice banner

    We can only provide support to licensed customers. If you are licensed, please add your forum username to the Forum users page in your Account area and then post in the correct forum.
  3. Jeremy P

    ErrorException: Method 'fetchAll' will no longer be considered read-only in XF 2.3.8+

    This is already the case for most exceptions, this is a special case as the error is merely logged and compiled anyway. I would make this change for the next release if it weren't for the fact that it becomes a regular exception then already. The change was made in 2.3.7, so 2.3.6 will not log...
  4. Jeremy P

    ErrorException: Method 'fetchAll' will no longer be considered read-only in XF 2.3.8+

    If you experience it when attempting updating the add-on, it's likely one of the templates belonging to the add-on. It's possible it doesn't exist in the installed version. You might want to search the _output/templates/ directory if you are the developer.
  5. Jeremy P

    ErrorException: Method 'fetchAll' will no longer be considered read-only in XF 2.3.8+

    You can search templates for the name of the method.
  6. Jeremy P

    Not a bug Email verification not going out/received.

    We can only provide support to licensed customers. If you are licensed, please add your forum username to the Forum users page in your Account area and then post in the correct forum.
  7. Jeremy P

    Not a bug Not sure about bug o function

    We can only provide support to licensed customers. If you are licensed, please add your forum username to the Forum users page in your Account area and then post in the correct forum.
  8. Jeremy P

    Not a bug Register button redirecting instead of opening the overlay

    We can only provide support to licensed customers. If you are licensed, please add your forum username to the Forum users page in your Account area and then post in the correct forum.
  9. Jeremy P

    XF 2.3 Strange incident: Enabling a route filter caused 404 errors somewhere else – Problem with XF caching?

    At first I thought this might be an issue with unstable sort order when caching route filters. They are ordered by length of the replacement, but in this case both replacement values are the same, meaning the last one in the set wins. However, when stabilizing the sort order in either direction...
  10. Jeremy P

    XF 2.3 Custom user fields tied with addon

    Not in a first class way, but they're ultimately just database entries so you can just insert them using the entity system or directly (just make sure to run any cache rebuild methods if doing the latter).
  11. Jeremy P

    Bulk Deletion of Featured Content

    You can use the batch update threads tool in the control panel to feature and unfeature threads.
  12. Jeremy P

    MG 2.3 Unable to upload to XFMG when mod_sec enabled for the domain

    You should check your server logs to identify what rule is being triggered. It will almost certainly just be a false positive from an overzealous rule that is incompatible with XF.
  13. Jeremy P

    XF 2.3 XF doesn’t convert animated GIF avatars into WebP?

    The GD image driver doesn't support animated WebP, though newer versions of Imagick/ImageMagick should.
Back
Top Bottom