Jump to content

Stuart Silvester

Invision Community Team
  • Posts

    3,627
  • Joined

  • Last visited

  • Days Won

    27

Reputation Activity

  1. Like
    Stuart Silvester got a reaction from abobader in Emoji error - don't work   
    This has been fixed in 4.7.6, StackPath is apparently not continuing the free CDN for OSS projects (such as Twitter Emoji). We've switched it over to a different CDN (JSDelivr).
  2. Like
    Stuart Silvester got a reaction from SeNioR- in Emoji error - don't work   
    This has been fixed in 4.7.6, StackPath is apparently not continuing the free CDN for OSS projects (such as Twitter Emoji). We've switched it over to a different CDN (JSDelivr).
  3. Thanks
    Stuart Silvester got a reaction from RevengeFNF in Emoji error - don't work   
    This has been fixed in 4.7.6, StackPath is apparently not continuing the free CDN for OSS projects (such as Twitter Emoji). We've switched it over to a different CDN (JSDelivr).
  4. Thanks
    Stuart Silvester got a reaction from PatrickRQ in Downloads issue when uploading on chunk basis   
    This issue has been fixed, however since it was quite a central low level change it will be in the an upcoming feature release of Invision Community (Feb). 
  5. Like
    Stuart Silvester got a reaction from Makoto in Avatar Corruption   
    The upload will resize the image in the end-users browser before uploading it, I would also suspect this issue is coming from their computer.
    It's likely that the image doesn't need to be resized to fit within your attachment limitations, but it does to fit within the avatar size limitations.
  6. Agree
    Stuart Silvester got a reaction from Tripp★ in Avatar Corruption   
    The upload will resize the image in the end-users browser before uploading it, I would also suspect this issue is coming from their computer.
    It's likely that the image doesn't need to be resized to fit within your attachment limitations, but it does to fit within the avatar size limitations.
  7. Like
    Stuart Silvester reacted to Matt in New year’s resolution: Make the Marketplace great again   
    To be clear, I'm not assigning blame; we create enough of our own bugs 🙂 but it is a working reality that a portion of our support volume is caused by code that is not ours. We have added tools to speed up the debugging but it's not always clear that a third party app/hook is the problem.
    There's a lot we can do of course but our problem is just people-hours. We make a loss on the marketplace currently when you factor in battling fraud, chargebacks, as well as debugging support issues. We are OK with that, but it does mean that we do not have a lot of resources to put into it beyond what we already do. I'm also not entirely convinced there's a pool of younger newer coders who would be willing to learn our framework and develop modifications. The problem isn't so much that people are leaving the marketplace (life changes, etc), it's that there's fewer to replace them. Part of the barrier is the cost of course, and I do recognise that but also PHP isn't a "cool" language anymore. Most developers are learning javascript (node, react, etc). This is why our future efforts are in building APIs, events and triggers that JS languages can take advantage of.
  8. Like
    Stuart Silvester got a reaction from AlexJ in Upgrade Support IPB v3 to v4   
    From such an old version you'll need to upload the files, switch your server to PHP 8.0.x and run the upgrader from /admin/upgrade. Have a look at our guide here, specifically the 3.x section: 
     
  9. Like
    Stuart Silvester got a reaction from E11 in Upgrade Support IPB v3 to v4   
    From such an old version you'll need to upload the files, switch your server to PHP 8.0.x and run the upgrader from /admin/upgrade. Have a look at our guide here, specifically the 3.x section: 
     
  10. Like
    Stuart Silvester got a reaction from E11 in Upgrade Support IPB v3 to v4   
    You'll likely have a hard time getting it to work on anything newer than MySQL 5.5. You don't however need to be able to load the AdminCP to perform an upgrade. You can upload the new v4 files and go directly to the upgrade process.
  11. Like
    Stuart Silvester got a reaction from jesuralem in Contact us reply to address   
    You would need to look at the $additionalHeaders parameter to get the Reply-To value (if it exists)
  12. Like
    Stuart Silvester reacted to Jon Erickson in Contact us reply to address   
    Gotcha. Thanks for the insight. 
  13. Like
    Stuart Silvester got a reaction from Jim M in 404 not found errors in forum after backup installation   
    It should also have rewrites in it to allow the friendly URLs to function.
    To get the right rules, go to AdminCP > System > Site Promotion > Search Engine Optimization. Click the download link in the description for the 'Rewrite URLs?' option.
  14. Like
    Stuart Silvester got a reaction from Jim M in Various issues with member_id surpassing mediumint(8)   
    Yes, that's the reason although it wasn't a forgotten temporary thing. For the majority of communities (even huge ones) they don't typically have enough members to get near the limit of MEDIUMINT and it wasn't worthwhile forcing a large number of database changes for those that wouldn't be affected. 
    We've got an internal issue for this so we'll make it easier to change these columns when appropriate.
    For @David.. as a temporary work around, if you find the lines in the file @teraßyte mentioned ( /system/Application/Application.php on line 2846), temporarily delete the following and then go to the support page in the AdminCP.
    if ( isset( $differences['type'] ) and ( $differences['type']['is'] == 'MEDIUMINT' or $differences['type']['is'] == 'INT' ) and $differences['type']['shouldBe'] == 'BIGINT' ) { unset( $differences['type'] ); if ( isset( $differences['length'] ) ) { unset( $differences['length'] ); } if ( isset( $differences['unsigned'] ) and !$differences['unsigned']['is'] and $differences['unsigned']['shouldBe'] ) { unset( $differences['unsigned'] ); } } When you're done running the queries it presents, you can restore that file back to default. As always, it's a good idea to make sure you have a good database backup before making changes to the structure.
  15. Like
    Stuart Silvester reacted to Emediate in Moved Uploads Storage to Amazon S3 now existing Images broken   
    Thanks for the fix @Marc Stridgen / team.
  16. Thanks
    Stuart Silvester got a reaction from Dreadknux in Pages: Have to Set Past Publish Date Three Times   
    HI @Dreadknux
    This bug report was investigated recently and some fixes have been implemented for a future release. Since we're in a bug fix only cycle over the holidays. With this fix being a little more involved, it will be included when we restart feature releases around February at the earliest.
  17. Like
    Stuart Silvester reacted to My Sharona in scheduled topic appears as unread for the user that schedules it   
    This is a Schrödinger's cat isn't it?

    If it hasn't been published yet, how can it be viewed?
  18. Thanks
    Stuart Silvester got a reaction from DeRealDeano in Blog Error   
    Yes, that'll be the issue. If you use PHP 7 with 4.7.4+ you will encounter errors as we use code that will only work with PHP 8
  19. Thanks
    Stuart Silvester got a reaction from AlexJ in How to add gift card as a supported payment option   
    Gift cards can be redeemed at /store/redeem where the value is added to the redeemers account credit.

  20. Like
    Stuart Silvester got a reaction from Clover13 in PM, Quote, and Reply not working on Motorola Edge 5G UW (2021)   
    You're right: https://github.com/ckeditor/ckeditor4/issues/2207. Since you did the leg work on this one, you're welcome to bump that issue and let them know it's causing an issue on a current device. (let me know if you would prefer us to report it)

    Adjusting the regex does allow the editor to work with that UA.
  21. Thanks
  22. Like
    Stuart Silvester got a reaction from Marc Stridgen in PM, Quote, and Reply not working on Motorola Edge 5G UW (2021)   
    You're right: https://github.com/ckeditor/ckeditor4/issues/2207. Since you did the leg work on this one, you're welcome to bump that issue and let them know it's causing an issue on a current device. (let me know if you would prefer us to report it)

    Adjusting the regex does allow the editor to work with that UA.
  23. Like
    Stuart Silvester reacted to Marc Stridgen in REPORTS not generating email advice   
    The patch for this has now been released. Please visit the support area in your admin CP if you wish to apply the fix for this problem.
  24. Like
    Stuart Silvester got a reaction from Emediate in REPORTS not generating email advice   
    We're deploying a patch tomorrow morning to address this issue. Sorry for the inconvenience!
  25. Thanks
    Stuart Silvester got a reaction from Dll in REPORTS not generating email advice   
    We're deploying a patch tomorrow morning to address this issue. Sorry for the inconvenience!
×
×
  • Create New...