Jump to content

Stuart Silvester

Invision Community Team
  • Posts

    3,627
  • Joined

  • Last visited

  • Days Won

    27

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Stuart Silvester

  1. We've been looking further into this today, it appears that a bug "fix" in PHP 8.0.22 & 8.1.9 has caused some issues - https://bugs.php.net/bug.php?id=80047 I suspect this unannounced breaking change may cause issues in other software packages. The bug report suggests this change was actually intended for PHP 8.2 but was committed to 8.0/8.1 anyway. We're working on a solution. I do not know at this time whether PHP might roll it back in the next release or not so we'll do something to work with either situation.
  2. The bug report is still open, we've looked further into it but haven't got a fix ready for it yet.
  3. The error log seems to suggest that you're missing the MySQLi PHP extension, but if you were Invision Community would function at all. It's a standard function included in PHP 5, 7 & 8 - https://www.php.net/manual/en/function.mysqli-report.php. You may want to ask your web host about this if it's an intermittent issue.
  4. It sounds like an editor setting has been changed. Go to AdminCP > Customisation > Editor > Settings. Change "Return Key Behaviour" back to "start new paragraph".
  5. Neither of those versions support PHP 7.4. You will need to upgrade to the latest version -- And you should really, old versions like that can have known security issues or other bugs.
  6. URLs don't always have to redirect to their canonical version, that's why the canonical link element exists, and both of those examples are using it correctly.
  7. If it's a 500 Internal Server Error, it'll most likely be in your PHP error log (unless your server stores them elsewhere). Those error logs you're looking at don't tell you that it's not working, just that the one you're trying to view (i.e. you've clicked a link to it) via AdminCP is not compatible with your current version
  8. A patch isn't needed, the issue was fairly specific to your community and maybe a handful of others. The issue has been fixed for you. We'll work further on the underlying cause to prevent it occurring in future.
  9. It will only show you resources that are compatible with your current version.
  10. Are you talking about a specific view? The topic listing will show them like this... In the topic itself, it has an icon at the top (the same way we do for hidden, unapproved, featured, pinned etc)
  11. As @Jim M notes, you can also overload \IPS\convert\Software\Core\Xenforo::fixPostData() with a plugin to manipulate the text before it is sent through our parser. If you have a look there, you'll also see the various things we change in the text before we parse it.
  12. The pre-selected option is contextual depending on the page that the user is viewing. This is very similar to how it used to work in 3.x and early versions of 4.x. It's simply exposing the content types available on the advanced search page (of which only one can be selected), so they're more accessible from all pages - https://invisioncommunity.com/search
  13. We're using a custom theme, we need to make a few adjustments. It looks like this in the default theme
  14. This is our August maintenance release. Key Changes include: Improved search bar UI. New ability for topics to be published on a future date. Added Rank Progression Chart to AdminCP Statistics
  15. Search for "pay to pin topics" with the double quotes and you should see it.
  16. Thank you for letting us know, this issue should be addressed in an upcoming release. Since you're seeing this though, it suggests that some errors may be occurring when trying to move files. It would be worth checking your AdminCP > System > Support > System Logs page for any errors.
  17. Thank you for letting us know, this issue will be addressed in an upcoming release. As @Marc Stridgen mentions, if you can use PHP 7.4 for this, you will be able to work around the issue.
  18. They've posted a link that you've chosen not to allow through link filtering. - AdminCP > System > Settings > Posting > Links & Email Addresses.
  19. It looks like you might be going to a page in your browser history that skips this check. Go to your URL /admin/upgrade and make sure there is nothing in the URL (such as ?sessionCheck=1) after that.
  20. This is a bug in 4.7.0 and should be fixed in an upcoming release.
  21. You can use OAuth 2.0 to connect with Azure Active Directory & B2C. We have many customers that do this already. You may find this guide useful:
  22. I haven't tested with 2.x or newer, OpenSearch & Elastic Search release updates very quickly, often (previously) with breaking changes.
  23. I believe we're using 1.2, which is the latest version AWS OpenSearch Service supports.
×
×
  • Create New...