Jump to content

Stuart Silvester

Invision Community Team
  • Posts

    3,614
  • Joined

  • Last visited

  • Days Won

    26

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Stuart Silvester

  1. 2 hours ago, Canis said:

    Thanks Stuart, I thought I was going crazy.. 🙂

    Looks like there still are IP's that are not pruned:
    Registration
    Poll votes
    Member history

    I cannot reproduce any issues with these being pruned. The IPs are being removed as expected.

    We still have two settings for this that are becoming redundant, make sure that you have AdminCP > Settings > Posting > Prune IPs configured. We'll be looking to simplify this in future.

  2. If it could connect successfully, it would not say 4.x, it would say 4.7. it looks longer it's falling back to the hard coded base requirements.

    You can temporarily enable the DEBUG_LOG constant, send the license request and then immediately remove it (it can generate a lot of logs). Then you should be able to find a log of the HTTP request in the system logs.

  3. The text parser adds our lazy-loading attributes to iframes where necessary. They're not in the templates. The issue fixed was that the text parser was not adding the attributes to YouTube embeds. Not all iframes will be lazy-loaded (the majority are), that's working as intended right now but all iframes will be natively lazy-loaded in v5.

  4. 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.

×
×
  • Create New...