Description of the need
When looking to see the list of available updates, I usually first try going to Admin > Functionality > Update Modules. This is not helpful, especially if the server doesn't support automatic updates, and all you see is an error message.
It would be good to provide a link to the available updates status report to help people get to the right place.
Proposed solution
Display a message like this at the top of the page:
For version information and update status for all installed modules, see the available updates report.
Recent comments
Most likely this is a problem with views_send.
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1
Yes, this was solved in MIME mail: https://github.com/backdrop-contrib/mimemail/issues/52 The issue was that starting in php 8.1, you need \r\n to separate the header lines. Mimemail did...
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1
Was this problem ever resolved @argiepiano? I am experiencing something similar with smtp, mailsystem, mime_mail and views_send. If I try to attach a pdf document, it gets sent but...
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1