Recent content by My Dime Is Up

  1. My Dime Is Up

    XF 2.3 Emails won't send

    Very interesting, maybe its a bug with 2.3.7? Emails don't seem to be going to spam anymore, but the headers still show that the body hash doesn't match. Maybe I should make a bug report if others are experiencing this same issue.
  2. My Dime Is Up

    XF 2.3 Emails won't send

    Yes. I ran the "Test outbound email" function using PHP mail. The body hash doesn't match. DNS record is being fetched correctly, and XenForo is saying the DKIM is correct.
  3. My Dime Is Up

    XF 2.3 Emails won't send

    I just updated the post because I never checked email headers. SPF and DMARC pass, but SKIM says the body hash did not verify. DNS is setup correctly, so I assume its a problem with XenForo signing the email? I'll send a test email to learndmarc and see what it says. Thanks for this!
  4. My Dime Is Up

    XF 2.3 Emails won't send

    Users have been reporting they aren't getting their OTP emails. After some DNS changes, the mail does send but will now always go to the spam folder. Using online email analyzers, it said that a DKIM record is invalid or not added at all, even though it is. I generated a DKIM in the email...
  5. My Dime Is Up

    Running XenForo 2 Upgrade fails due to ownership even though Linux group has perms

    Yeah chown does work but it is odd that even though the current user is a part of a user group that has full perms on the website dir, that it still won't allow the update.
  6. My Dime Is Up

    Running XenForo 2 Upgrade fails due to ownership even though Linux group has perms

    The one click upgrade in ACP fails because it says "The files are owned by a different user than the upgrade is running as." As a result, I had to FTP to do the upgrade.
  7. My Dime Is Up

    Running XenForo 2 Upgrade fails due to ownership even though Linux group has perms

    if (!$isWindows) { // Only allow the upgrade to run if we're not likely to cause mixed file ownership. // This is possibly over restrictive. (If relaxed in the future, we should special case // to prevent using root unless the files are owned by root.)...
  8. My Dime Is Up

    Browser issue "Find member" search input has password dropdown

    Obviously there is no password input for searching a member's name.
  9. My Dime Is Up

    XF 2.2 DB Migration

    Well after editing src/XF.php and the $versionId tag to 2020672 it worked. All good here and /install no longer returns 504. This can be closed
  10. My Dime Is Up

    XF 2.2 DB Migration

    I added $config['checkVersion'] = false; to the config which is a bandaid fix for now. I was going from patch 1 to patch 2
  11. My Dime Is Up

    XF 2.2 DB Migration

    This is what results in the 504 Gateway error. I did some slight progress though in debugging this. \XF::$versionId returns 2020672 and $this->options()->currentVersionId returns 2020671.
  12. My Dime Is Up

    XF 2.2 DB Migration

    Hello. we migrated our DB to a new host and upgrade it. Now we're stuck on "The site is currently being upgraded. Please check back later.". When going to the /install it gives 504 Gateway error. I briefly removed install-lock.php and it says the version is "v2.2.6 Patch 2". So its already been...
  13. My Dime Is Up

    Developer Documentation (Community Wiki Editing)

    While yes but it's not a "wiki" of functions, their purpose, arguments, and return values. Primarily function explanation is what we're looking for, not a guide on how to do something specific. Think of this suggestion not as looking for a wiki/guide for being spoonfed information on how to do...
  14. My Dime Is Up

    Developer Documentation (Community Wiki Editing)

    I have setup a clone of my public forums on my local computer and setup Phpstorm (which was easy since I already use IntelliJ Idea). Its excellent, showing me all the functions I can call. It doesn't detail the use of each function and what it returns (obv). A big improvement on my end but I'd...
Back
Top Bottom