Jump to content

Daniel F

Invision Community Team
  • Joined

Everything posted by Daniel F

  1. The forums parameter isn't required, same with the user agent. If a required parameter is missing, you'll get a proper error message, EX0 - UNKNOWN_ERROR means something else, do you see any logged errors in your system log? e.g. this is my request without any parameters: <?php require 'init.php'; $url = 'http://ic5jan.test/'; $key = 'a487df1e88d6fc466fac6c8f3eb81843'; /* Fetch topics without any additional parameters */ $params = [ ]; print_r( \IPS\Http\Url::external( $url.'api/index.php?forums/topics' )->setQueryString( $params )->request()->login( $key, '' )->get()->decodeJson() ); which results in
  2. https://www.ic-essentials.com/files/file/54-inactive-members-cleanup/
  3. Custom Share Services can't be added to v5 yet (there's no official extension for it, but one may accomplish it via a quick and dirty workaround), but be assured it's on our roadmap 🙂
  4. I can't reproduce this here or on my cloud testboard. 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.
  5. The ACP_SESSION_TIMEOUT constant can be used to increase the time.
  6. This can be set with the BULK_MAILS_PER_CYCLE constant
  7. Daniel F replied to peberl's post in a topic in General Questions
    No, an email address is mandatory.
  8. It seems you're logging "all" the stuff. Check your constants.php and remove the row with DEBUG_LOG
  9. IC5 will already have this featured
  10. Couldn't you use the HTML widget in combination with the code posted in ?
  11. Yes, Zapier is the easiest way to go.
  12. I have just pushed the fix to our repo. Once it was reviewed and approved, it will be shipped in a future release:)
  13. Thanks a lot! I can confirm that it's missing here. I have filled a bug report for this and a missing language string which I noticed while testing this.
  14. Can you please explain what exactly you mean? It is also fired when one changes his status
  15. It's the "Can edit silently?" group setting.
  16. I can't reproduce this, it's working fine for me. In fact the same webhook is fired for all 3 RSVP states, you have to look for the "action" parameter in the payload, which can be "yes", "no" and "maybe"
  17. The "alert_cant_dismiss" language string is indeed missing in v4 & v5. I have just added it for an upcoming release and I'm looking now at the other issue. Edit: Yes, I can confirm that this is a bug.
  18. No need for a new bug report, I already reported it to our internal bugtracker yesterday.
  19. it's setting the correct date (date is set to today -24h) but yeah, I have noticed that the record_publish_date column contains the current timestamp which is a bug.
  20. This really shouldn't make any difference. An upgraded site won't load anything different to a new installation. The same templates and same JS & CSS files will be returned, it may have some slower DB queries on really really big communities compared to a new, empty installation, but that's all
  21. No, the \ is just a namespace separator, it doesn't matter if it's with or without. I guess yo meant // 😉 Are you still having the issue @Olivier Frascone ? I was able to login into your ACP with the details we have on file and haven't gotten any error.
  22. You had still tasks from uninstalled applications/plugins in your database? Where these from were old 3rd party stuff?
  23. You can have a test/dev instance
  24. There are 2 settings for sendgrid 1. ACP => Integrations => Sendgrid 2. ACP => System => Email Make sure that it's disabled on both.
  25. Is this still an issue on your community?