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 Update Community from 4.6 to 4.7 was marked as the answer   
    If you want to use the AdminCP upgrade process, as @Grafidea notes: you'll have to switch to PHP 8.0 first. Otherwise you can upgrade to PHP 8.1 and then perform a manual upgrade.
    https://invisioncommunity.com/4guides/welcome/install-and-upgrade-r259/#manualupgrade
     
  2. Stuart Silvester's post in Marketplace Error was marked as the answer   
    We're aware of some issues with slowness on some endpoints, this is causing timeouts on the client (AdminCP) side. We're continuing working to resolving the issue.
  3. Stuart Silvester's post in Cant Upgrade was marked as the answer   
    We solved your issue via the ticket you created. Short story is, HTTP 500 error was being caused by an incompatible 3rd party application.
  4. Stuart Silvester's post in [Bug 4.7.7] Unreachable code after return statement in root_front.js was marked as the answer   
    It's part of a minor new feature we were introducing in 4.7.7. It wasn't working very well so we disabled it and will revisit it in a later release.
  5. Stuart Silvester's post in What exactly does define( 'NEXUS_TEST_GATEWAYS', true ); do? was marked as the answer   
    The constants are documented in the init.php file
    // Enable test/sandbox mode for Commerce payment gateways? // Sets all payment gateways into test/sandbox mode and makes a generic "Test Gateway" // which just acts as if a payment was successful available. Is used in development // so they can be tested without actually taking any money. If you enable that constant, you will not be able to get paid any real money since gateways will use the sandbox versions (where applicable)
  6. Stuart Silvester's post in Input text autocomplete: no working anymore in IPS 4.7.6 was marked as the answer   
    This issue has been fixed in our 4.7.7 Beta. Please test it with that version and let us know if you still have an issue.
  7. Stuart Silvester's post in Upgrade Support IPB v3 to v4 was marked as the answer   
    Have a look in the 'datastore' folder, the upgrader may have already generated some caches. If you see any PHP files in there, delete them and then try again.
  8. Stuart Silvester's post in Unable to upgrade to 4.7.6 - Stuck in a Loop was marked as the answer   
    This issue will be fixed in a future release. Specifically it's related to being prompted for a large database update when you're self-hosted. As Marc notes, a manual upgrade at this time is the best solution.
  9. Stuart Silvester's post in Emoji error - don't work was marked as the answer   
    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).
  10. Stuart Silvester's post in Various issues with member_id surpassing mediumint(8) was marked as the answer   
    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.
  11. Stuart Silvester's post in How to add gift card as a supported payment option was marked as the answer   
    Gift cards can be redeemed at /store/redeem where the value is added to the redeemers account credit.

  12. Stuart Silvester's post in Tried to upgrade to 4.7.5 but it installed a beta version instead. Now I can't properly upgrade. was marked as the answer   
    Hi,
    I just tried the upgrade on your community, and it went through without any issues (you're now on 4.7.5).
  13. Stuart Silvester's post in Null TypeError when accessing certain Gallery images was marked as the answer   
    Just a heads up, this issue where there's missing meta data has been fixed in 4.7.5 Beta 1.
  14. Stuart Silvester's post in 4.7.4 Admin CP crashed was marked as the answer   
    We released a patch for 4.7.4 and when you manually downloaded and uploaded those files you uploaded the changed files (which technically are a different version). Since you didn't go through the proper patching process, you can go to <community>/admin/upgrade and complete the process and it'll update the versions.
  15. Stuart Silvester's post in After installing Commerce: Activites broken and "This theme may be out of date." was marked as the answer   
    The error message indicates that you are missing files, perhaps they didn't all upload when you added Commerce.. Go to the client area and download the zip again and upload all files to your community, making sure to overwrite all existing files.
  16. Stuart Silvester's post in Deprecation errors using PHP 8.1.10 was marked as the answer   
    Both of these should be fixed in todays beta release.
  17. Stuart Silvester's post in cant log in, unsecure form was marked as the answer   
    Hi!
    You need to update your Invision Community configuration to use HTTPS, it is currently set to use HTTP.
    Please take a look at this guide:
     
  18. Stuart Silvester's post in 4.7.3: Events - hard coded string was marked as the answer   
    I can confirm that we've already fixed these for an upcoming release 👍🏻🎉
  19. Stuart Silvester's post in Getting this error was marked as the answer   
    You might want to ask the third party author if there's an issue with their code, this suggests they may be.
  20. Stuart Silvester's post in 4.7.3 Beta 3 - count(): Argument #1 ($value) must be of type Countable|array, bool given was marked as the answer   
    This issue should be fixed in an upcoming release.
  21. Stuart Silvester's post in [App scanner, 4.7.3B3] TypeError: count(): Argument #1 ($value) must be of type Countable|array, boo was marked as the answer   
    This issue should be fixed in an upcoming release.
  22. Stuart Silvester's post in [4.7.3 B1] Bug in new navigation 'Everywhere' was marked as the answer   
    This has been fixed for our next beta
  23. Stuart Silvester's post in 4.7.3 Beta 1 - February is cancelled was marked as the answer   
    This has been fixed for our next beta.
  24. Stuart Silvester's post in [BUG] Online status icon does not show on PHP 8.1 was marked as the answer   
    Thanks!
    This is a PHP bug that's fixed in 8.1.10 - https://bugs.php.net/bug.php?id=81263
  25. Stuart Silvester's post in EU VAT number check fails every time was marked as the answer   
    The EU VAT service updated their API. I sent them an email a few weeks ago and received a response on Thursday. We've made the required changes which should be in the next monthly release.
×
×
  • Create New...