Jump to content

Stuart Silvester

Invision Community Team
  • Posts

    3,604
  • Joined

  • Last visited

  • Days Won

    25

 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 used this approach in a lot of plugins, so I know it's working properly. Make sure that you actually have a `remote_id` column created in the `core_members` table. It may also be worthwhile to show the log from the system log page in the support section. The JSON is not a real error. Although, these days we would recommend keeping track of SSO data in your own table so that you're not modifying core tables.
  2. You cannot save template logic in a theme setting and expect it to work when you include it. It has to be in a template and called properly as a template.
  3. If you have a setting to change the cookie name, it will no longer load the language string explaining what the cookie is on the /cookies/ page
  4. This is an essential security and maintenance update. Including improvements for our recently released PII & Statistics features. We recommend not using the visual language editor until you upgrade.
  5. Join the event, then you won't see it 😁
  6. We're getting a 403 response when sending data to /index.php?app=core&module=system&controller=marketplace. Something on your server is blocking those requests.
  7. It sounds good, but I think you might be missing my point. Going forwards if an Administrator chooses to use our Cookie Consent bar, your non-essential cookies won't be saved in the visitors browser unless they specifically opt-in to them. Not all customers will use the cookie consent banner, but for those that will you'll probably want to consider how to handle that. My point mainly for Adriano was not to just specify all cookies as essential, since that degrades the feature and may cause it to be non-compliant in some locales.
  8. It's another silly thing on Apple's behalf really. Android natively supports swiping down etc in a PWA
  9. A cookie to control colour would probably not be deemed to be 'essential' any way, so be careful not just to specify all cookies in this method because that won't make sense. When the new Cookie Consent system is enabled, non-essential cookies will not be set unless the end-user has opted in to them. There are a few issues currently with 4.7.11 where some of the JS cookies may be getting blocked if the Cookie Consent is not enabled. We're working on fixes for the reported issues.
  10. You may not have the cookie consent mode fully enabled, currently it requires {cookies} and nothing else in the text box to activate, then you'll see two buttons. That however isn't going to work on the cookies page if the prefix can be changed, it uses that key to load the language strings to explain the reason why the cookie exists. We'll continue working on the issues we've got then evaluate how we're going to move forwards.
  11. Make sure that you have TLS 1.2 enabled for incoming connections, we're not able to connect due to this.
  12. It won't work yet, I've only just written the code to handle it 🙂
  13. We're adding this (needed for forum passwords). Use a * at the end of the cookie name in that method ( I.e. ipbforumpass_* ). Will only work for PHP set cookies.
  14. Click on the bell icon in the top right of the AdminCP. If you want to enable email notifications, click notification settings and then enable emails from there.
  15. Hello, An upgrade was started but not completed. I have completed it for you.
  16. I would recommend checking your servers PHP error log first, see if that has anything relevant
  17. 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.
  18. With due respect, that's something we need to determine. Looking at your stack trace, the response isn't what we're expecting so I would like to see what's different with that response. The logs I want to see will be sent to the 'checkout/orders' endpoint.
  19. Any errors that occur during the upgrade are logged to the database (if possible, otherwise they're saved as a file in /uploads/logs). If you're getting a blank white page, that's typically a fatal PHP error that the software cannot do anything about or log what's happening. You would need to look at your PHP log for those.
  20. On the Subscription Plans page, there's a settings button in the top right (or it may be under a 'more options' menu depending on the size/orientation of your iPad).
×
×
  • Create New...