Jump to content

Stuart Silvester

Invision Community Team
  • Posts

    3,729
  • Joined

  • Last visited

  • Days Won

    28

Community Answers

  1. Stuart Silvester's post in [4.7.19 B3] Hardcoded language string in cachingLog template was marked as the answer   
    It has to be hard coded or not there at all, this special template doesn't get processed for output
  2. Stuart Silvester's post in Aggressive spam detection of forum posts was marked as the answer   
    Hi,
    In 4.7.19 we changed the default for 'Cloud Spam Content Analysis' to on, it'll only apply to users that have less than 5 posts or haven't posted in 6 months. You can disable this if you wish in AdminCP > Smart Community > Spam Analysis, but I think you may want to change your permissions instead (see below).
    However, it does look like you have guest posting enabled which isn't the 'post before registering' feature, if you prefer to use that feature to have your guests register, you would need to edit the group permissions for 'guests' and remove their ability to post or reply. I know that seems counter-productive but that will allow that feature to work.
  3. Stuart Silvester's post in Help with Support Requests was marked as the answer   
    We have released a patch to address this issue. Please go to AdminCP > System > Support and apply the patch from the first/top left box. If you do not see an option to install the patch, you already have the latest release.
  4. Stuart Silvester's post in No notification of deletion requests was marked as the answer   
    That would depend on your notification settings.
    In the AdminCP, Click on the notification/bell icon in the top right, then click notification settings.
    Find "A member requests their account is deleted." and ensure that email notifications are enabled for this notification type.
  5. Stuart Silvester's post in imageproxy folder was marked as the answer   
    It will be images that are used in posts. If you remove them, the posts that use them will have broken images.
  6. Stuart Silvester's post in How to replace old favicon? was marked as the answer   
    Browsers will typically use the 'application icon' instead if you have a manifest/web app configured. Have a look at AdminCP > System > Web App.
  7. Stuart Silvester's post in OutOfRangeException::0 was marked as the answer   
    We have released a patch to address this issue. Please go to AdminCP > System > Support and apply the patch from the first/top left box. If you do not see an option to install the patch, you already have the latest release.
  8. Stuart Silvester's post in Background task stuck was marked as the answer   
    We have released a patch to address this issue. Please go to AdminCP > System > Support and apply the patch from the first/top left box. If you do not see an option to install the patch, you already have the latest release.
  9. Stuart Silvester's post in Increase in Redis cache misses was marked as the answer   
    Hi,
    We released a patch earlier today, it contains a fix for these extraneous curly brackets. You can get it from AdminCP > Support.
  10. Stuart Silvester's post in REST API create message problem was marked as the answer   
    Hi,
    It's an HTTP POST array, "to[]=2" should work for you.
  11. Stuart Silvester's post in Refused to execute inline script because it violates the following Content Security Policy directive was marked as the answer   
    That sounds like you have a custom Content Security Policy. You would need to adjust it to allow whatever is being blocked that isn't being blocked.
  12. Stuart Silvester's post in Reoccurring system log entries - How to Fix was marked as the answer   
    Hi!
    That suggests there's an issue saving a file to the datastore on your servers disk. It may be a permissions issue or something else, if you click into one of those logs it may tell you more information about why it cannot write the file.
    I would recommend 
    Checking the permissions on the datastore ( <community-location>/datastore by default ). Deleting all PHP files in the datastore folder
  13. Stuart Silvester's post in After updating to the latest version Users are not able to validate their email was marked as the answer   
    Hello,
    You have a customised 'registration validation' email template, you will need to restore this and then re-apply your customisations. The validation URL changed in 4.7.18 to add further protection.
  14. Stuart Silvester's post in Error: Class "RedisException" not found (0) was marked as the answer   
    4.7.18 Beta 3 is now available, please upgrade to address this issue.
  15. Stuart Silvester's post in 4.7.16 Vulnerabilities - Addressed in 4.7.17? was marked as the answer   
    We reviewed the report now identified as CVE-2024-30162. It was determined this was not a valid issue.
    The issue identified in CVE-2024-30163 was fixed in 4.7.16 as noted in the NIST page and in our release notes flagged as a security release - https://invisioncommunity.com/release-notes/4716-r128/
    It's with noting that if you have security questions or concerns you can reach out to us privately via our contact page.
     
  16. Stuart Silvester's post in Request: Server Rollback was marked as the answer   
    Hello,
    I have transferred this to a ticket, please keep an eye on your email for a reply.
  17. Stuart Silvester's post in E-Mails: No sender info after upgrade to v4.7.17 was marked as the answer   
    Hello,
    Thank you for letting us know about this issue. I believe I can see the cause of the problem, we'll work on a fix for this issue.
  18. Stuart Silvester's post in After May update same count of topics and posts was marked as the answer   
    Hello,
    Our theme by default does not display the number of topics in a forum, only the number of posts. Either your third party theme or an addon you're using needs to be updated (likely Kitchen Sink since it has an option to add topic counts).
  19. Stuart Silvester's post in Repetitive log errors was marked as the answer   
    This issue is fixed in 4.7.17.
  20. Stuart Silvester's post in Stripe Sources API EOL was marked as the answer   
    If you use these specific payment methods, please upgrade to the latest beta release. Go to https://invisioncommunity.com/clientarea/purchases/, manage your purchase and enable beta access (or click download beta in the top right for Classic customers, then follow the instructions).
  21. Stuart Silvester's post in Very slow using built in php server. was marked as the answer   
    Nothing you have in constants.php should cause a slowdown, they're pretty much all default values.
    I haven't ever tried to run the software via the built-in server, so I don't know if that's generally slower than using something like Apache.
    I would suggest upgrading to the latest version though, we replaced the JShrink minifier with a different package.
  22. Stuart Silvester's post in Google Authenticator has stoped working as MFA was marked as the answer   
    We have released a patch to address this issue. Please go to AdminCP > System > Support and apply the patch from the first/top left box. If you do not see an option to install the patch, you already have the latest release.
  23. Stuart Silvester's post in Stripe Error - No Such Customer was marked as the answer   
    Yes that should do it, but it's also possible that column may also contain data for other payment gateways.
  24. Stuart Silvester's post in Database problems with v4.7.14 was marked as the answer   
    On the support page in your AdminCP, please follow the instructions to convert your database to utf8mb4. MySQL removed utf8_ and aliased it to utf8mb3_ which can cause issues with checking the database structure since the collation is not what is expected.
  25. Stuart Silvester's post in The unicode in urls and btoa() problem usage for v4.7.16 was marked as the answer   
    We have released a patch to address this issue. Please go to AdminCP > System > Support and apply the patch from the first/top left box. If you do not see an option to install the patch, you already have the latest release. Additionally, as previously noted, enabling URL Rewriting will also fix this issue.
×
×
  • Create New...