Jump to content

Stuart Silvester

Invision Community Team
  • Posts

    3,698
  • 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

Projects

Release Notes v5

Forums

Events

Store

Gallery

Everything posted by Stuart Silvester

  1. Administrator actions are logged (like for everything else too) in the Administrator Logs section (I did just fix a couple language strings)
  2. There's a fix for this being reviewed currently. If it's approved, it will be in a future release, not 4.7.11 (Since that beta process has already started).
  3. I had made an adjustment for the next beta. Thanks!
  4. This is our June maintenance release. Key changes include: Strengthening Community Trust with Privacy and PII Data Features Explore Our New Reporting and Statistical Capabilities
  5. Hi, No, that information isn't available via the REST API at this time.
  6. It's also worth pointing out that (depending on your settings) the member will be asked to select a subscription in order to use your Community, but the account being able to exist before that point is not a bug (it would be the same scenario if the account was created via API etc)
  7. It's something we're aware of and have on our list for improvement, however it's part of a very central library we use so it isn't an easy task to remove it.
  8. Yes, you can resume if the conversion hasn't finished
  9. Hi Christian, `login()` is analogous to HTTP Basic Auth. public function login( string $username, string $password ): static { curl_setopt_array( $this->curl, array( CURLOPT_HTTPAUTH => CURLAUTH_BASIC, CURLOPT_USERPWD => "{$username}:{$password}" ) ); return $this; } We'll update the documentation to have a non-framework example.
  10. I suspect you're using a non-standard language pack that has an incorrectly translated word (converted_x_of_x)
  11. It sounds like you may have previously archived the topic and then permanently unarchived them. But don't forget too, you're looking at topics that have been last updated over 15 years ago, not topics that were created over 15 years ago.
  12. As noted in the documentation, `files` should be an array Keys should be filename (e.g. 'file.txt') and values should be file content
  13. There's no bug here, changing the data that the Gateway/API references is going to cause problems. That goes for any gateway if you're changing something material such as the data source or account IDs.
  14. This issue was being caused by the payment gateway trying to use customer data from Stripe's test mode on the live gateway. It's always a good idea remove the gateway that was used for the Stripe test mode during set up and create a new one for live transactions.
  15. It's not separate at all, The apps are the same regardless whether they're self hosted or not. This warning is most certainly for classic self-hosted and not our platform too, it's telling you that the server you're using is potentially insecure. Not just from your account on the server, but potentially other accounts on the server may be able to use these functions to access your data. It's something that needs securing properly to protect your data.
  16. Hi Brad, You're currently on a legacy Cloud package that doesn't include some of the latest features we've been releasing. You would need to upgrade to one of our current packages. If you want to send an email to support, we can help you out with that.
  17. As a long shot, you might still be able to sign in to the AdminCP, disable all of your 3rd party apps and then continue the upgrade at /admin/upgrade
  18. Hi Rob, That is a customisation specific to that community. You may be able to find a developer here: https://invisioncommunity.com/third-party/providers/ that could implement this for you.
  19. I'm going to move this to a ticket so we can investigate further. Please keep an eye on your email for further updates.
  20. Sure you can go ahead and do it, but sit on releasing it until you have something meaningful to include. Whether that be bug fixes or enhancements. Releasing only this change is a waste of time for our reviewers and for customers.
  21. This is our May maintenance release. Key changes include: Introducing Courses Giving you control with Email Bounce Management
  22. It sounds like you may need to go into the PayPal subscription and manually re-check it. It's possible it timed out if PayPal took longer than expected to collect the payment.
×
×
  • Create New...