Jump to content

Daniel F

Invision Community Team
  • Posts

    6,560
  • 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. Are notifications working for your other members? Have you applied the latest patch ( ACP => System => Support ) If not, it's possible that your background tasks stopped working.
  2. Thanks for the note. I tested it on a dev instance too. Let's see if I can reproduce it on production. Edit: 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.
  3. All the content, even the one from the clubs won't be deleted immediately as long as the "Permanently delete content" setting is disabled.
  4. Sounds like the database wasn’t imported or that the connection details weren’t updated in your conf_global.php file
  5. Thanks, that's another issue which was not related to the previous bug. I have fixed this for an upcoming release.
  6. Looks like there's an invalid date set for the streams time period. Please review the setting.
  7. Is mbstring also shown when you run php -i from CLI ? And last but not least, have you updated the path to the new php binary for the IPS4 cron job?
  8. We're investigating this right now.
  9. I have located an issue here which is waiting for review (I have also sent you a PM with the instructions to see if it's the same issue)
  10. Same with the following request: var_dump( \IPS\Http\Url::external( $url.'api/index.php?core/members/1/warnings' )->request()->login( $key, '' )->post( [ 'reason' => 1, 'moderator' => 1, 'acknowledged' => TRUE, 'memberNote' => true, 'suspend' => "2024-01-25 09:03:14 +0000", 'restrictPosts' => "2024-01-25 09:03:14 +0000", ] )->decodeJson() ); but I think I've just located an issue if warning actions are present! Let me investigate this further.
  11. I have tested it on my end with the same fields as you and it works as expected. The only difference I had to make was for the member note field, which is a string and not bool(but it shouldn't matter) My params: 'reason' => 1, 'moderator' => 1, 'acknowledged' => TRUE, 'memberNote' => true, 'suspend' => "2024-01-25 09:03:14 +0000", 'suspendPosts' => "2024-01-25 09:03:14 +0000",
  12. Do you see any logged errors in your system log ( ACP => System => "Get Support" )
  13. Probably notification emails. What are you using to send emails and have you changed the NOTIFICATION_BACKGROUND_THRESHOLD or NOTIFICATIONS_PER_BATCH constant?
  14. The reason for this is that accounts created via 3rd party login handlers aren't always completed ( they may be missing an email or name value while the registration isn't completed) so unfortunately we can't use an unique index here.
  15. It all depends on your setup, how sessions work(if permissions should be respected etc..) and if the results should really be shown on the external site or if it's fine to just redirect to the IPS search results page. If you need only the results and want to show them on your website, I would suggest utilizing the REST API https://invisioncommunity.com/developers/rest-api?endpoint=core/search/GETindex
  16. Make also sure that none other app/plugin is using the same key! Unfortunately the only way to do this is via PMA because it won’t be listed in the ACP
  17. This Google search console error means something different! And to answer the follow up question, it’s resolved in the next upgrade.
  18. 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.
  19. Have you blocked any characters by accident? ( ACP => Member => Profiles )
  20. The error message already contains a hint. Try disabling the "Stop Shouting" 3rd party application.
  21. Or the member was banned AFTER the reactions were given ( the last reaction happened last Thursday)
  22. Shame that you had such a bad experience . They have now new plans and it’s now even more interesting for average Joe with webhooks support in free plans too.
×
×
  • Create New...