Jump to content

Daniel F

Invision Community Team
  • Posts

    6,592
  • Joined

  • Days Won

    37

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Forums

Events

Store

Gallery

Everything posted by Daniel F

  1. 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()
  2. 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.
  3. @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.
  4. It should work. Do you see any errors logged in the system or api log?
  5. 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?
  6. I thought you're talking about the Pages application because you mentioned "on articles"
  7. You could use 2 fields and utilize the field permissions to show field1 or field2 depending on permissions.
  8. The widget output is cached for few minutes. The TTL of the output can be controlled via following setting:
  9. 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
  10. The site with the feed is the one with CF blocking you, not yours which is trying to import it.
  11. Cloudflare is blocking your server from accessing the site and instead of returning the feed, it's returning a captcha challenge! That's the response which was returned instead of the feed: <!DOCTYPE html> <html lang="en-US"> <head> <title>Just a moment...</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="robots" content="noindex,nofollow"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link href="/cdn-cgi/styles/challenges.css" rel="stylesheet"> </head> <body class="no-js"> <div class="main-wrapper" role="main"> <div class="main-content"> <h1 class="zone-name-title h1"> <img class="heading-favicon" src="/favicon.ico" onerror="this.onerror=null;this.parentNode.removeChild(this)"> .. </h1> <h2 class="h2" id="challenge-running"> Checking if the site connection is secure </h2> <noscript> <div id="challenge-error-title"> <div class="h2"> <span class="icon-wrapper"> <div class="heading-icon warning-icon"></div> </span> <span id="challenge-error-text"> Enable JavaScript and cookies to continue </span> </div> </div> </noscript> <div id="trk_jschal_js" style="display:none;background-image:url('/cdn-c ...
  12. Do you see any errors logged in your apache/nginx log?
  13. Unfortunately the user has no permissions to access the ACP. You do not have permission to access the Admin CP.
  14. It depends on the command. Does it contain the path to your PHP binary? If yes, you'll need to adjust it to point to your recent PHP version.
  15. It's working fine for me on my test instance, so there must be something else going on what we'll need to investigate. Unfortunately I'm not able to get into your ACP, could you please review your ACP credentials we have on file?
  16. If it’s for our marketplace, please report the review and we’ll remove it
  17. Do you mind to share any feed url which isn't working for you?
  18. That's either a plugin template or a 3rd party style, which the author of the plugin / designer will need to fix.
  19. 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.
  20. You could try to use the DEBUG_TEMPLATES constant to see which template results in this error.
  21. We have already an internal suggestion for this
×
×
  • Create New...