Jump to content

Daniel F

Invision Community Team
  • Posts

    6,565
  • 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. The paths are stored in the core_sys_conf_settings table under the upload_settings key. So you'll have to replace the conf_value value and then delete the datastore directory content 🙂
  2. If anybody else runs into this issue => It's happening when the embed links to a deleted comment/review, so the error is "correct", but I have to admit that it's not really user-friendly, so we improved this by replacing the error with a more meaningful error message and we'll also output the link to the content item the comment/review belonged to.
  3. Yea, this sounds like a bug that I’ll look into today.
  4. RefererNotAllowedMapError Sounds like you need to review your google maps key restrictions
  5. Have you applied the latest patch? The promotion works via background tasks and it’s possible that due to a bug the tasks stopped working. Applying the patch via the support page in your ACP will probably resolve it.
  6. 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.
  7. 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.
  8. All the content, even the one from the clubs won't be deleted immediately as long as the "Permanently delete content" setting is disabled.
  9. Sounds like the database wasn’t imported or that the connection details weren’t updated in your conf_global.php file
  10. Thanks, that's another issue which was not related to the previous bug. I have fixed this for an upcoming release.
  11. Looks like there's an invalid date set for the streams time period. Please review the setting.
  12. 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?
  13. We're investigating this right now.
  14. 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)
  15. 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.
  16. 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",
  17. Do you see any logged errors in your system log ( ACP => System => "Get Support" )
  18. Probably notification emails. What are you using to send emails and have you changed the NOTIFICATION_BACKGROUND_THRESHOLD or NOTIFICATIONS_PER_BATCH constant?
  19. 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.
  20. 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
  21. 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
  22. This Google search console error means something different! And to answer the follow up question, it’s resolved in the next upgrade.
×
×
  • Create New...