Recent content by MennovdH

  1. M

    XF 2.2 Don't see debug output in page

    Thanks Matt. Now that I know for sure what to look for, I can tell you with 100% certainty that it was not there in the default forum style. Not sure what happened. I temporarily switched to the default style, and now the link is there. Not ideal because the custom style uses some funky...
  2. M

    XF 2.2 Don't see debug output in page

    I'm trying to debug some poor performance on my server so I've enabled debug mode on my staging server. I don't see any debug output though. I suspect this must be due to something missing in my templates, but I can't figure it out. What line in which templates should be rendering the debug output?
  3. M

    Ajax dialogs show main admin dashboard

    Yep. I thought the same. Guess the lesson here is to never trust what your sysadmin tells you.
  4. M

    Ajax dialogs show main admin dashboard

    Good news! I found the problem! Turns out it was Varnish after all. Every request was passed through, but the 'sortquery' options was active. That means the path portion of the querystring got moved to the back by other parameters that alphabetically came before. E.g...
  5. M

    Ajax dialogs show main admin dashboard

    This is on Apache. I can find out the exact version if you expect this is important.
  6. M

    Ajax dialogs show main admin dashboard

    Still haven't figured this out. I tried downgrading the PHP version to 7.4.something, but that did not change a thing. Looking at the data I'm getting back from the server, it really is just the admin homepage encoded into a json payload. Clearly the routing goes haywire for some reason...
  7. M

    Ajax dialogs show main admin dashboard

    There aren't any javascript errors, just a few warnings about css preloads and such. The URL that is called by the interface looks right to my eyes...
  8. M

    Ajax dialogs show main admin dashboard

    I'm moving my Xenforo installation to a new server (Threadripper - yay!), and I'm seeing a really odd problem. It seems like every ajax dialog - instead of showing the proper options - just loads the main admin dashboard. A picture probably illustrates this best: Same thing for, for...
  9. M

    XF 2.1 Error message: cookies_required_to_use_this_site

    Yep. Turns out it was Varnish stripping cookies from the response. I'll have to figure out the best rules for Varnish once this goes into production.
  10. M

    XF 2.1 Error message: cookies_required_to_use_this_site

    Nope. I allow cookies just fine. Options on Edge haven't been changed from defaults - I never use it. I do suddenly wonder if Varnish could be causing my trouble.
  11. M

    XF 2.1 Error message: cookies_required_to_use_this_site

    I'm getting the following error message at installation right after entering my MySql data: Oops! We ran into some problems. cookies_required_to_use_this_site A couple of threads around here suggested switching browsers would help, but this hasn't worked for me; tried Chrome, Firefox and...
Top Bottom