Recent content by My Dime Is Up

  1. My Dime Is Up

    XF 2.3 Odd scrolling on mobile browsers with expanding/collapsing toolbar

    While (and only) logged in on our forums, if you attempt to scroll in the opposite direction of your previous scroll (aka, the behavior that expands/collapses the toolbar at the bottom of browsers), it will cause that scroll to suddenly stop. After that, you can scroll in the same direction and...
  2. My Dime Is Up

    Leftover PHPStorm .idea folders causing file checksum to fail

    We store our forums in a git repo for local development -> staging -> production. We have our .gitignore configured to remove editor folders, one of which being .idea folders. laminas-feed has left over .idea folders that cause the XF file checksum to fail since these are stripped from our git repo.
  3. My Dime Is Up

    Fixed Call to undefined method Symfony\Component\Mime\Message::getTo()

    Cross-posting from troubleshooting. We are experiencing the same error while DKIM signing is enabled. Error: Call to undefined method Symfony\Component\Mime\Message::getTo() src/XF/Mail/Mailer.php:483 Generated by: XXXXXX Feb 22, 2026 at 1:17 AM Stack trace #0 src/XF/Mail/Mail.php(693)...
  4. My Dime Is Up

    XF 2.3 Call to undefined method Symfony\Component\Mime\Message::getTo()

    Getting this as well. Happening when people are sent a two factor code.
  5. My Dime Is Up

    XF 2.3 Emails won't send

    Yes to everything. The ACP does show that the DKIm signing is setup. The DNS records for DKIM have been set. Queriying that DNS record shows it matches what was given in XF ACP. We were having issues prior to updating to 2.3.7.
  6. My Dime Is Up

    XF 2.3 Emails won't send

    I tested and everything is still passing (SPF, DMARC, etc.) except for DKIM which still fails. When checking the headers for the test email sent it still says ARC-Authentication-Results: i=1; mx.google.com; dkim=neutral (body hash did not verify) header.i=@XXXXXX.com header.s=xenforo...
  7. My Dime Is Up

    XF 2.3 Emails won't send

    Bump we are now having users who cannot log into their account because sometimes it goes to spam and othertimes it gets blocked by their email.
  8. My Dime Is Up

    XF 2.3 Emails won't send

    Bumping this for any updates. TFA codes are still going to spam
  9. 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.
  10. 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.
  11. 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!
  12. 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...
  13. 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.
  14. 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.
Back
Top Bottom