Jump to content

Stuart Silvester

Invision Community Team
  • Posts

    3,623
  • 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. This is our March maintenance release. This release also includes an important security related fix for Commerce users. New features: Pages Databases in Clubs
  2. Ah, I see. That looks like a bug that was introduced when we switched the domain to use youtube-nocookie.com. We'll get that fixed.
  3. MySQL can throw this error message if the credentials are invalid or you're trying to use a database that doesn't exist. That would be a good place to check also.
  4. It may be worth both of you checking that you have lazy loading enabled - AdminCP > System > Settings > Posting. Embeds, images, videos, audio are lazy-loaded via a Javascript method if lazy loading is enabled, the native options didn't exist when this was implemented but we have moved to a native solution in v5.
  5. Hello, There is a patch available to address this issue. To apply, please go to AdminCP > Support > 1st (or top left) box will have a "Optional Patch Available" link. Click it and follow the instructions.
  6. Usually something like this wouldn't be in a patch, but since we were planning a patch for some other issues we also included this.
  7. We have released a patch for this issue. To apply, please go to AdminCP > Support > 1st (or top left) box will have a "Optional Patch Available" link. Click it and follow the instructions.
  8. We have released a patch for this issue. To apply, please go to AdminCP > Support > 1st (or top left) box will have a "Optional Patch Available" link. Click it and follow the instructions.
  9. We have released a patch for this issue. To apply, please go to AdminCP > Support > 1st (or top left) box will have a "Optional Patch Available" link. Click it and follow the instructions.
  10. You'll need to convert your database to utf8mb4, in MySQL `utf8` no longer exists and is an alias for `ut8mb3` so when you're running these queries to fix the collation, MySQL is changing it to utf8mb3 instead and thus you have this loop. In the AdminCP, go to the Support page and you should see an option for converting to UTF8MB4.
  11. We still rely on an upstream library that makes use of this API. As noted here, we're moving towards native JS in v5.
  12. Hi, Both of these emails were replied to by our support staff within 30 minutes of them being received. We haven't received any bounce-backs for them yet, so you may want to check your junk folder.
  13. Hi, No, we're not going to distribute other developers IP through a method they did not agree to. If you have the app installed, you already have the files on your server. A competent developer would know where to look to get those and build whatever changes you want on top of that.
  14. We have released a patch for this issue. To apply, please go to AdminCP > Support > 1st (or top left) box will have a "Optional Patch Available" link. Click it and follow the instructions.
  15. We have released a patch for this issue. To apply, please go to AdminCP > Support > 1st (or top left) box will have a "Optional Patch Available" link. Click it and follow the instructions.
  16. Yes, customers have used the query cache before however it was deprecated in MySQL 5.7.20 and does not exist in MySQL 8 (which we now recommend). I doubt that would make an impact on TTFB though. It might be worth seeing if you've got any slow queries specific to your community.
  17. This was caused by the RECOVERY_MODE constant being set incorrectly. Removed that from constants.php and everything is working 🙂
  18. It's sounds like you've somehow deleted the hooks.php file. Disable and rename the pages app to regenerate it
  19. Give the beta a try, see if the new way we handle the icons flushes out the cache. It's unlikely we'll be making any other changes to the beta before final release.
  20. PHP 8.2 will be fully supported in Invision Community 5. Whilst it may work with earlier versions such as 4.7, it isn't officially supported (there may be issues) and will likely mean that developers mode is unusable..
  21. Right, but if your Cloudfront/Cloudflare configuration said "Cache this static image for 1 year" for example; The device (iPhone) itself is going to cache that resource for a long time and not check the CDN/Website for a newer version.
  22. If they were https:// they'd be displayed inline as expected, however that's something you would need to do prior to the conversion. At this point, fixing them manually would be your only solution.
  23. If you're using a CDN with default cache-control headers for static files, it's very likely that the device itself is caching these resources. The good news is that the current beta (4.7.15) introduces cache-busting for web app icons, so that may resolve your issue after upgrading.
  24. Hi, By default Invision Community won't embed http:// images (note these are not vBulletin attachments but externally linked images) since they'll cause the page to show insecure warnings. In this situation the image is replaced with a link.
×
×
  • Create New...