Jump to content

Stuart Silvester

Invision Community Team
  • Posts

    3,624
  • 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 just pushed out a patch that should address these issues with appearing to be logged out on first visit. Please apply it from AdminCP > System > Get Support - In the 'Invision Community' box, you'll see an optional patch (if applicable to your community).
  2. I would recommend trying 4.7.11, we did update an authorize endpoint to the v2 API instead of v1. It's possible that it may be related to this since the error response mentions the v1 API. REST API v2 is the latest version, v3 does not exist.
  3. It sounds like you may have a Javascript cache issue, go to AdminCP > Support > Clear Caches to see if that solves your problem.
  4. Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
  5. Perfect, thank you for the follow up. Do you use a CDN such as Cloudfront or Cloudflare(that will cache pages based on the cache-control headers)? I've made some notes and will further test this.
  6. Have a look in the 'core_log' database table for this error (and the array_map one), I would like to see the backtrace / more log data. I bet you're regretting not upgrading from 3.x sooner 🙂
  7. Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
  8. Hi Grant, Thanks for the updates. It looks like you have the Cookie Consent / Guest Terms bar completely disabled, is that correct?
  9. That wouldn't be anything related to how the redirects work. They work after the conversion based on the URL. The quotes are updated during (or immediately after) the conversion in the `fixPostData()` method.
  10. Are you sure this is the right server? 4.7.11 does not have anything on line 1505 of init.php. That error is definitely that you're using PHP 7 instead of 8.
  11. Right, but you have uploaded the files for 4.7.11, so now you must use PHP 8.0 or 8.1. For some reason your server doesn't appear to be using PHP 8 when loading Invision Community, it would be worth talking to your web host about that. Additionally, it might be worth making sure that your domain name is loading content from your new server and not your old one.
  12. Maybe your MySQL hostname is wrong, something isn't specified correct in the config. - https://www.google.com/search?q=mysql+"No+such+file+or+directory" That's not really related to the other issue you are seeing though. You're definitely running an older version of PHP (when the framework loads) that isn't compatible. I would focus on figuring that out first.
  13. It's not something we support at this time for various reasons ( in any of our converters ). I'm afraid we don't have any immediate plans to change this.
  14. Your web host may be able to tell you, Invision Community doesn't overwrite this file.
  15. Well, it's two fold really. The MySQLi exception is being thrown because whilst it's connecting to your MySQL server, it cannot use the database you're connecting to (check the details in conf_global.php are correct). Newer versions of PHP throw an exception instead of an error here, I have just published an update to ips4.php to disable these exceptions.
  16. Check your conf_global.php file, the `base_url` should contain https:// if it is http:// update it and then clear the caches via the AdminCP > Support page.
  17. Use the latest release to upgrade [4.7.11], I assume you're using 4.7.10.
  18. Quote headers will not link to the original content following a conversion, that isn't something our SMF Converter has support for. Yes, User URLs will redirect.
  19. This is a bug that we've fixed, we're preparing a patch for some common issues we're seeing in the PII/Cookie Consent feature. The patch will include this fix.
  20. I did take a look at the code, nothing immediately stood out to me that could cause this. Please do let us know if you can reproduce it again.
  21. Yes, the automatic redirects will take care of old style links for content. You just need to keep the converters application installed and enabled after the conversion.
  22. It looks like this is due to the translated strings on the buttons being too long for the space available. We'll see what we can do although I do want to avoid the cookie banner overlaying the entire screen on mobile.
  23. I cannot reproduce the issue with the forum selector (it uses the database to store the preference) it works perfectly fine for me with optional cookies disabled. Optional cookies can be anything, it isn't possible or required to list them all. We only list essential cookies and what they do.
×
×
  • Create New...