Jump to content

Daniel F

Invision Community Team
  • Joined

Everything posted by Daniel F

  1. I‘m not having any issues to reply with PWA, the editor loads fine for me.
  2. Confirmed, i see it too with PWA
  3. It’s still in the ModCP at the end of the menu.
  4. Yes, we have just fixed a bug here which was causing that nothing was set.
  5. No, this is something else, but the issue causing the blockMember issue should be resolved now.
  6. https://invisioncommunity.com/4guides/promotion/seo-r295/#metatags
  7. The fix was inside the ‎applications/nexus/sources/Fraud/MaxMind/Response.php file.
  8. Daniel F replied to NSPN's post in a topic in Feedback
    It's on our todo list. In the meanwhile you could use Zapier Webhooks in combination with IPS4 Webhooks and fire a request to Zapier when calendarEvent_rsvp was triggered.
  9. On the same page where you opened the "Get Support" Modal you can edit the Stored Access Information
  10. It's Wordpress related, so whoever is managing your Wordpress installation should be able to help:)
  11. Unfortunately me neither because it's controlled by Wordpress and not related to our software.
  12. Unfortunately I'm still seeing following error when I try to login into the ACP with the account we have on file.
  13. This is a "normal" error, so nothing will be logged to the system log. I've tried to login to your community with the details we have on file, but got banned by the Wordpress firewall. Your access to this site has been limited by the site owner Your access to this service has been limited. (HTTP response code 503) If you think you have been blocked in error, contact the owner of this site for assistance. Could you please take a look at unblock the account so that we can continue to investigate this.
  14. To fix this without disabling REDIS, just add following to the constants.php file of your dev instance and then clear the system caches via the ACP => System => Support site const SUITE_UNIQUE_KEY = 'FooDanielFe243dasdsadsai32'; I have reported this as bug, so that we improve this for a future version.
  15. Does sending a test email to him work?
  16. Are you probably using Redis? Maybe your SUITE_UNIQUE_KEY is the same on both instances, I've seen this happening few times when people use the same downloaded file package.
  17. 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
  18. https://www.ic-essentials.com/files/file/54-inactive-members-cleanup/
  19. 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 🙂
  20. 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.
  21. The ACP_SESSION_TIMEOUT constant can be used to increase the time.
  22. This can be set with the BULK_MAILS_PER_CYCLE constant
  23. Daniel F replied to peberl's post in a topic in General Questions
    No, an email address is mandatory.