Recent content by oskari

  1. O

    At what point does ES become required?

    We've just migrated a forum with 1.8M posts from vbulletin 4 to xenforo. We're hosting on azure and while the beta-phase seemed okay, we only now hit the wall after the search index was fully rebuild. Currently we run our managed mysql on B1ms instance (1vcpu burstable, 2GiB memory, 640 max...
  2. O

    Redis Cache By Xon

    Just updated to XF 2.3.10 and I'm getting: Fatal error: Declaration of SV\RedisCache\SymfonyCache\Redis::setLogger(Psr\Log\LoggerInterface $logger) must be compatible with Psr\Log\LoggerAwareInterface::setLogger(Psr\Log\LoggerInterface $logger): void in...
  3. O

    Warning Acknowledgement [Paid]

    The "strongly recommend" and "requires" addons on overview point to xenforo 1.x addons, I assume they have xenforo 2x.x versions too?
  4. O

    XF 2.3 Post relative time shows wrong

    The relative time shown on posts is showing up wrong. I can briefly see the correct "x mins ago" message when reloading, but it then updates it to wrong. The amount shown wrong is not full hours, so it's not timezone issue. When I posted something, it right away is showing "35 mins ago" even...
  5. O

    REST API Extension Kit

    Not really currently, just something that might cause problems to somebody at some point
  6. O

    REST API Extension Kit

    I think there's a slight problem when passing both primary group id and secondary group id's. The SQL query essentially comes to: (user_group_id = X) AND (sec matches id1) OR (sec matches id2) OR .... So you get users who have primary and id1 OR id2 ? When it should be primary AND (id1 OR id2)?
  7. O

    [DigitalPoint] Better Google Analytics

    Heh, I didn't remember that I had created special rule for serving *.js files, had to create exempt for that. Once again, can only blame myself 😅
  8. O

    [DigitalPoint] Better Google Analytics

    How does the "Host Google Tag Manager JavaScript on your own domain" work? I think this tries to load /jc/gtm.js ? Is that dynamically generated? I don't the addon is able to create it for me, as there's no such file
  9. O

    [DigitalPoint] Better Google Analytics

    Hah. Yeah okay, nevermind. All good, seems that this was yet another PEBKAC. Thanks you!
  10. O

    [DigitalPoint] Better Google Analytics

    Is there anything I can do to debug this? Maybe log something in the addons code to see if some action is happening or not?
  11. O

    [DigitalPoint] Better Google Analytics

    None. There's no error anywhere. Not in server logs, in console or in any network requests that seem relevant (as seen on the screenshot)
  12. O

    [DigitalPoint] Better Google Analytics

    I think I'm facing an actual problem. My requests in network look like this (from google to my admin panel): And if I manually try to make that first request that hits my site, I get "Oops" page and error log line: XF\ConnectedAccount\Http\HttpResponseException: Failed to request resource...
  13. O

    [DigitalPoint] Better Google Analytics

    I'm having problems with the "link google account" step, it returns to my admin panel without anything happening. Is this possible to skip and define values manually?
Back
Top Bottom