
Everything posted by Daniel F
-
Feedback: v5 needs a lot more UI testing for the iOS PWA
I‘m not having any issues to reply with PWA, the editor loads fine for me.
-
Feedback: 5.x footer on iPhone (PWA)
-
Announcements missing in v5?
-
SendGrid Integration Missing in v4.7.20 Beta 3 - Critical
Yes, we have just fixed a bug here which was causing that nothing was set.
-
One member reporting having to sign in again every time they re-open their browser?
No, this is something else, but the issue causing the blockMember issue should be resolved now.
-
Google is saying 'Document does not have a meta description'
https://invisioncommunity.com/4guides/promotion/seo-r295/#metatags
-
Commerce Fraud Rules
-
More detail for event signup
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.
-
Issue with Guest Transactions in Stripe - Missing Email and Details
On the same page where you opened the "Get Support" Modal you can edit the Stored Access Information
-
Can't do reactions: I get a warning I don't have permission
It's Wordpress related, so whoever is managing your Wordpress installation should be able to help:)
-
Can't do reactions: I get a warning I don't have permission
Unfortunately me neither because it's controlled by Wordpress and not related to our software.
-
Analytics button in topic view gives theme error even in default theme
This should be resolved now.
-
Analytics button in topic view gives theme error even in default theme
Unfortunately I'm still seeing following error when I try to login into the ACP with the account we have on file.
-
Can't do reactions: I get a warning I don't have permission
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.
-
[[Template core/front/global/mobileFooterBar is throwing an error. This theme may be out of date.
Daniel F replied to AintNobody's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionTo 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.
-
One of our mods stopped receiving notifications since Jan 7th?
-
One of our mods stopped receiving notifications since Jan 7th?
Does sending a test email to him work?
-
[[Template core/front/global/mobileFooterBar is throwing an error. This theme may be out of date.
Daniel F replied to AintNobody's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionAre 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.
-
API to query the posts?
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
-
Is there an option to clean up the database through cron jobs?
https://www.ic-essentials.com/files/file/54-inactive-members-cleanup/
-
Sharing options
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 🙂
-
Analytics button in topic view gives theme error even in default theme
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.
-
how to increase the session expiration time, in the Admin CP?
The ACP_SESSION_TIMEOUT constant can be used to increase the time.
-
Bulkmail via smtp - How to limit
This can be set with the BULK_MAILS_PER_CYCLE constant
-
register
No, an email address is mandatory.