Jump to content

Stuart Silvester

Invision Community Team
  • Posts

    3,625
  • 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'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.
  2. 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.
  3. It's another silly thing on Apple's behalf really. Android natively supports swiping down etc in a PWA
  4. 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.
  5. 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.
  6. Make sure that you have TLS 1.2 enabled for incoming connections, we're not able to connect due to this.
  7. It won't work yet, I've only just written the code to handle it 🙂
  8. 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.
  9. 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.
  10. Hello, An upgrade was started but not completed. I have completed it for you.
  11. I would recommend checking your servers PHP error log first, see if that has anything relevant
  12. 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.
  13. 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.
  14. 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.
  15. 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).
  16. Can you provide the logs for the two other issues I asked about? specifically those are something I would like to look at. This one is probably just a side-effect of the upgrade halting.
  17. This is another good reason to keep up to date. Many of those upgrade steps you've had to run were written 10 years ago and as @teraßyte mentions, may not be fully compatible with PHP 8 or some areas of the framework they use have drastically changed over time. I do have an issue open tracking some 3.4 upgrade issues based on previous feedback from @teraßyte and we'll try to address those where we can but please keep up to date with releases going foward.
  18. Do you have the latest 4.7.11 patch? that should have solved this
  19. This is a feature for 'gifting' a subscription, which is why it's always free for the first term (at least), so this looks like it's working as intended. If you want someone to pay for a Subscription, create an invoice for them instead, adding the subscription product. We can fix that double month though.
×
×
  • Create New...