Jump to content

Stuart Silvester

Invision Community Team
  • Posts

    3,627
  • Joined

  • Last visited

  • Days Won

    27

Reputation Activity

  1. Like
    Stuart Silvester reacted to Daniel F in Webhooks, Zapier and integrations   
    Hi and welcome to the wonderful world of Webhooks:)
    Yes, this can be done with Zapier.
     
    Yes, you'll need a Zapier Account.
     
    Yes, you can use filters to set only specific forums, BUT this will require a Zapier Feature called "Filters", which is only available on paid Zapier plans.
    we have a section with 3rd party service providers which can be hired for all kind of tasks 
    https://invisioncommunity.com/third-party/providers/
     
  2. Thanks
    Stuart Silvester got a reaction from SeNioR- in [BUG 4.7.1] Editor won't load after adding a reply as a guest   
    We currently have a ticket for this issue reported by another customer. We're currently looking into it.
  3. Thanks
    Stuart Silvester got a reaction from Ramsesx in IPS Package download error cloudfront   
    Hi,
    We're aware of the issue and we're currently working on correcting it.
  4. Like
    Stuart Silvester reacted to Matt Finger in Contains outdated code.   
    Hi Paweł,
    We are in the process of migrating to a minimum PHP version of PHP8, and this means that one or more 3rd party add ons contain code that can break on PHP8. For more info see our August Developer Blog.
    Cheers!
  5. Like
    Stuart Silvester got a reaction from SeNioR- in Upgrade failed - SQL error?   
    The problem is that you're using a forward slash as a table prefix and as such it's part of the table name. 
    I would recommend renaming the tables to remove the / and then edit conf_global.php and change 
    'sql_tbl_prefix' => '/', to
    'sql_tbl_prefix' => '', Then go back to <url>/admin/upgrade to finish the upgrade.
  6. Like
    Stuart Silvester got a reaction from SeNioR- in Marketplace - approved app no longer has its compatibility field set   
    Thanks for letting us know, these issues should be fixed now.
  7. Like
    Stuart Silvester got a reaction from Nathan Explosion in Marketplace - approved app no longer has its compatibility field set   
    Thanks for letting us know, these issues should be fixed now.
  8. Like
    Stuart Silvester got a reaction from Miss_B in Upgrade failed - SQL error?   
    The problem is that you're using a forward slash as a table prefix and as such it's part of the table name. 
    I would recommend renaming the tables to remove the / and then edit conf_global.php and change 
    'sql_tbl_prefix' => '/', to
    'sql_tbl_prefix' => '', Then go back to <url>/admin/upgrade to finish the upgrade.
  9. Like
    Stuart Silvester got a reaction from DamonT in Forcing a password change without sending an email   
    Forcing passwords to expire is generally considered a bad security practise now. Enforcing it may actually reduce the security of your member accounts instead of increasing it.
    Here are two useful resources, but you can find many more online.
    https://www.ncsc.gov.uk/blog-post/problems-forcing-regular-password-expiry https://pages.nist.gov/800-63-3/sp800-63b.html#memsecretver
    "Verifiers SHOULD NOT require memorized secrets to be changed arbitrarily (e.g., periodically). However, verifiers SHALL force a change if there is evidence of compromise of the authenticator."  
  10. Like
    Stuart Silvester got a reaction from SeNioR- in System error when accessing Calendar after upgrading from IPS 4.7.0 to 4.7.1   
    We have released a patch for 4.7.1 to workaround this issue.
    To install, go to AdminCP > System > Support and click "optional patch available" in the top left block.
    If you do not see this, you may already have the patch since it is included with and upgrades or downloads of the software after the date of this post.
  11. Thanks
    Stuart Silvester got a reaction from Koper74 in Calendar is broken   
    We have released a patch for 4.7.1 to workaround this issue.
    To install, go to AdminCP > System > Support and click "optional patch available" in the top left block.
    If you do not see this, you may already have the patch since it is included with and upgrades or downloads of the software after the date of this post.
  12. Thanks
    Stuart Silvester got a reaction from Foolboy in System error when accessing Calendar after upgrading from IPS 4.7.0 to 4.7.1   
    We have released a patch for 4.7.1 to workaround this issue.
    To install, go to AdminCP > System > Support and click "optional patch available" in the top left block.
    If you do not see this, you may already have the patch since it is included with and upgrades or downloads of the software after the date of this post.
  13. Thanks
    Stuart Silvester got a reaction from Foolboy in Calendar is broken   
    We have released a patch for 4.7.1 to workaround this issue.
    To install, go to AdminCP > System > Support and click "optional patch available" in the top left block.
    If you do not see this, you may already have the patch since it is included with and upgrades or downloads of the software after the date of this post.
  14. Like
    Stuart Silvester got a reaction from SeNioR- in [Bug] Pages/ Plugin/ Feeds from database   
    I have created an internal bug report so we'll review it.
  15. Thanks
    Stuart Silvester got a reaction from Afrodude in [Bug] Pages/ Plugin/ Feeds from database   
    I have created an internal bug report so we'll review it.
  16. Like
    Stuart Silvester got a reaction from Jim M in System error when accessing Calendar after upgrading from IPS 4.7.0 to 4.7.1   
    We have released a patch for 4.7.1 to workaround this issue.
    To install, go to AdminCP > System > Support and click "optional patch available" in the top left block.
    If you do not see this, you may already have the patch since it is included with and upgrades or downloads of the software after the date of this post.
  17. Thanks
    Stuart Silvester got a reaction from BertT in Calendar is broken   
    We have released a patch for 4.7.1 to workaround this issue.
    To install, go to AdminCP > System > Support and click "optional patch available" in the top left block.
    If you do not see this, you may already have the patch since it is included with and upgrades or downloads of the software after the date of this post.
  18. Like
    Stuart Silvester got a reaction from Marc Stridgen in System error when accessing Calendar after upgrading from IPS 4.7.0 to 4.7.1   
    We have released a patch for 4.7.1 to workaround this issue.
    To install, go to AdminCP > System > Support and click "optional patch available" in the top left block.
    If you do not see this, you may already have the patch since it is included with and upgrades or downloads of the software after the date of this post.
  19. Thanks
    Stuart Silvester got a reaction from LiquidFractal in System error when accessing Calendar after upgrading from IPS 4.7.0 to 4.7.1   
    We've been looking further into this today, it appears that a bug "fix" in PHP 8.0.22 & 8.1.9 has caused some issues - https://bugs.php.net/bug.php?id=80047 
    I suspect this unannounced breaking change may cause issues in other software packages. The bug report suggests this change was actually intended for PHP 8.2 but was committed to 8.0/8.1 anyway.
    We're working on a solution. I do not know at this time whether PHP might roll it back in the next release or not so we'll do something to work with either situation.
  20. Like
    Stuart Silvester reacted to Randy Calvert in Calendar is broken   
    This is not an IPS bug. It’s a bug within PHP itself. Meaning you could have had a perfectly working installation and then upgraded your version of PHP and it magically broke without you doing any update. 

    Even outside of that however ANY complex piece of software will have issues. There are literally hundreds of thousands of interdependencies and it is impossible to test them all without doing releases only every few years. Even then you’ll miss stuff. Look at major operating systems for example. 
    This is one of the reasons to use software that is well supported and maintained. 
  21. Like
    Stuart Silvester got a reaction from Raul Danciu in Error Update 4.7.1   
    It looks like you may have an issue with your JS loading. Try going to AdminCP > Support > click clear caches.
    Hopefully everything should start working after that.
  22. Thanks
    Stuart Silvester got a reaction from Foolboy in System error when accessing Calendar after upgrading from IPS 4.7.0 to 4.7.1   
    We've been looking further into this today, it appears that a bug "fix" in PHP 8.0.22 & 8.1.9 has caused some issues - https://bugs.php.net/bug.php?id=80047 
    I suspect this unannounced breaking change may cause issues in other software packages. The bug report suggests this change was actually intended for PHP 8.2 but was committed to 8.0/8.1 anyway.
    We're working on a solution. I do not know at this time whether PHP might roll it back in the next release or not so we'll do something to work with either situation.
  23. Like
    Stuart Silvester got a reaction from SeNioR- in Installation problem   
    Hey @D-Trox
    This is an issue specific to PHP 8.1 and we've got a fix coming for it in an upcoming release.
  24. Like
    Stuart Silvester got a reaction from SeNioR- in System error when accessing Calendar after upgrading from IPS 4.7.0 to 4.7.1   
    We've been looking further into this today, it appears that a bug "fix" in PHP 8.0.22 & 8.1.9 has caused some issues - https://bugs.php.net/bug.php?id=80047 
    I suspect this unannounced breaking change may cause issues in other software packages. The bug report suggests this change was actually intended for PHP 8.2 but was committed to 8.0/8.1 anyway.
    We're working on a solution. I do not know at this time whether PHP might roll it back in the next release or not so we'll do something to work with either situation.
  25. Like
    Stuart Silvester got a reaction from Jim M in Installation problem   
    Hey @D-Trox
    This is an issue specific to PHP 8.1 and we've got a fix coming for it in an upcoming release.
×
×
  • Create New...