Jump to content

Daniel F

Invision Community Team
  • Posts

    6,581
  • Joined

  • Days Won

    37

 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 Daniel F

  1. We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. We look forward to further assisting you.
  2. The content isn’t archived immediately after changing the settings, instead there’s a background tasks which will iterate over your content meeting the criteria for archiving and archive it
  3. Make sure you’re using the same PHP version for the Webserver and CLI if you’re using cron jobs to run tasks
  4. You could use https://www.php.net/manual/en/function.iterator-to-array.php to get an array from the iterator
  5. There's a known issue with the incompatibility with the IPS cloud, that said, the issue was identified and it seems that I've finally fixed it, but it needs some further testing to make sure that it won't happen again. A new version resolving the issue should be released next week! I'm really sorry for any inconvenience caused by this.
  6. That’s a 3rd party task. Are there any incompatible apps or plugins installed ? edit: just saw your reply. Glad to see that you found the issue.
  7. We're going to add a noindex meta tag to this page, so it won't be indexed anymore with a future release.
  8. We're creating a ticket (AKA you'll get an email to your client email address ) when we reject a submission, which happened in your case on Nov 28, 3:04am.
  9. The file was submitted on Saturday and just reviewed. I think that's more than reasonable!
  10. The problem for Chris were many very old orphaned posts which we removed for him via a ticket.
  11. That’s an issue with a 3rd party app! Disable all your 3rd party apps and plugins to resolve the issue. Then make sure that you have the recent version installed
  12. https://invisioncommunity.com/developers/rest-api?endpoint=core/members/GETindex are the only methods, which are available ! Unfortunately there's no way to check the IP at the moment. If you need this, you'll need to implement your own endpoint for this!
  13. The content for the activity stream comes from the search index. Does the search return anything?
  14. My app includes indeed guzzle too. "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0", "guzzlehttp/psr7": "^1.8.4||^2.2.1", Once SEO essentials is disabled it works? edit: This looks more like an issue with the cloud shared library and not with this app! I’ll take a look:) var/www/sharedresources/awssdk/Aws/Handler/GuzzleV6/GuzzleHandler.php(40): GuzzleHttp\default_user_agent()
  15. Yea, this way it overwrites the old file so the deprecated code won’t be on the system anymore, while deleting it from the package keeps it on their system for everybody who’s upgrading.
  16. @Adriano Faria I would suggest to keep the file but remove its content Instead of removing it from the package. This avoids confusion and is much easier for the clients.
  17. It should work. Do you see any errors logged in the system or api log?
  18. Are you using a cron job for the tasks? If yes, did you recently switch to php8 without updating the path to the php binary?
  19. I thought you're talking about the Pages application because you mentioned "on articles"
  20. You could use 2 fields and utilize the field permissions to show field1 or field2 depending on permissions.
  21. The widget output is cached for few minutes. The TTL of the output can be controlled via following setting:
  22. Exactly . I’ve seen this happening few times and have to say that It’s becoming a real issue. I have created an internal suggestion to look into improving the experience so that it’s at least easier for the admin to know what’s going on when it fails
×
×
  • Create New...