Jump to content

Stuart Silvester

Invision Community Team
  • Posts

    3,731
  • Joined

  • Last visited

  • Days Won

    28

Community Answers

  1. Stuart Silvester's post in How to install applications was marked as the answer   
    Hello,
    If you're talking about the Marketplace, you can only install resources that have been tested and validated for the version of Invision Community you are using.
  2. Stuart Silvester's post in 4.7 - status updates are piped to /dev/null was marked as the answer   
    Thank you for your report, the issue has been identified and should be fixed in an upcoming release.
  3. Stuart Silvester's post in [4.7.0 Beta 8] Not able to issue a warn was marked as the answer   
    Thank you for letting us know, a fix for this issue should be included in an upcoming release.
  4. Stuart Silvester's post in Error connecting to marketplace was marked as the answer   
    Hi,
    We're seeing an SSL error when trying to connect to your community, this is due to your server not supporting TLS 1.2 (it only supports TLS 1.3). Typically, servers should support a minimum of TLS 1.2 in addition to TLS 1.3 for maximum compatibility (older consumer devices may not be able to access your community either).
    Your server administrator should be able to assist with this if you're not quite sure what it means.
  5. Stuart Silvester's post in Expiration date for without expiration users was marked as the answer   
    This issue has been addressed in 4.7 as part of the subscription improvements that are available in the current betas.
  6. Stuart Silvester's post in Search engine doesnt work was marked as the answer   
    This is a limitation of MySQL, by default it won't index anything below 4 characters. See- https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html#sysvar_innodb_ft_min_token_size
    You may want to consider using Elastic/OpenSearch if 3-character words are important to your community.
  7. Stuart Silvester's post in [Bug] Leftover records in core_achievements_rules after uninstall app was marked as the answer   
    Thank you for your report, this issue has been addressed for an upcoming release.
  8. Stuart Silvester's post in Databases was marked as the answer   
    Hi Simon,
    Fields need to be structured as an array with the field ID as the key (you can find this in the URL when editing a field in the AdminCP).
    CURLOPT_POSTFIELDS => [ 'author' => 2, 'fields[1]' => 'teststate', 'fields[2]' => 'testorg', 'fields[3]' => 'NameTest', 'fields[4]' => 'email@test.com' ] Something like this, but change those keys for the proper IDs
  9. Stuart Silvester's post in [BUG 4.6.12.1] Modal popup to view attachments locations in ACP could use some styling was marked as the answer   
    It looks like Matt fixed this recently in 4.7
  10. Stuart Silvester's post in \IPS\core\DataLayer is missing protected static $instance property 4.7 beta 4 was marked as the answer   
    Thank you, this will be fixed in an upcoming release.
  11. Stuart Silvester's post in Leftover records in core_follow_count_cache table when uninstalling the app was marked as the answer   
    Thank you, this should be fixed in an upcoming release.
  12. Stuart Silvester's post in IPS 4.7.0 Beta 7 & PHP 8.1.6 was marked as the answer   
    It should work if you remove the  DEBUG_TEMPLATES constant from your constants.php file.
    We're still working through the deprecation notices and those will be addressed in future (not 4.7.0) releases but they're not a problem for right now.
  13. Stuart Silvester's post in 4.7 Beta 6: error in Ranks -> Manage Points in ACP member profile was marked as the answer   
    Thank you for your report, this issue should be fixed in an upcoming release.
  14. Stuart Silvester's post in 4.7 Beta 6: error in Badges in ACP member profile was marked as the answer   
    Thank you for your report, this issue should be fixed in an upcoming release.
  15. Stuart Silvester's post in Broken UnderflowException was marked as the answer   
    Thanks! We'll have this corrected in a future release.
  16. Stuart Silvester's post in Cron Maintenance Tasks Not Running: PHP error was marked as the answer   
    It's possible that you're using a different PHP version/install on command line to the web server. It would be worth checking that /usr/bin/php is the right executable.
  17. Stuart Silvester's post in [This site] IPS generates answers in archived topics :) AI? was marked as the answer   
    We've fixed this issue for an upcoming release.
  18. Stuart Silvester's post in all.xml updating with random delay was marked as the answer   
    Hi Aris,
    Community pages (including RSS) can be cached by edge-caches, especially if the request is being made as a 'guest'. The difference is that you're likely logged in with your member account when you're looking at the RSS feed in your browser.
    The delay shouldn't be too long, but you can cachebust the URL by adding your own randomised parameter i.e. ?cb=timestimp
  19. Stuart Silvester's post in Member list import from CSV file does not work was marked as the answer   
    You'll need to convert the tab-separated values to CSV, you should be able to do this in Excel.
    I have committed a change for an upcoming version to output a CSV to be consistent with the import. -- It was changed about 4 years ago due to some character corruption issues when using non-ASCII characters but I've implemented an alternative fix for that issue.
  20. Stuart Silvester's post in IPS 4.7 Beta 3 - Can't DROP COLUMN `value_8`; check that it exists was marked as the answer   
    It looks like you have some old files present from a previous beta that no longer exist.
    Which versions are you upgrading from and to?
    You should be able to delete applications/core/setup/upg_107002/queries.json from your server and then continue the upgrade.
  21. Stuart Silvester's post in ips.ui.dialog destructOnClose was marked as the answer   
    Thank you for your report, I have created an internal report for this so we can look into it.
  22. Stuart Silvester's post in [BUG 4.6.11] language->addToStack() calls using NULL instead of FALSE as second parameter was marked as the answer   
    Thank you for your report, this has been corrected for an upcoming release.
    @Colonel_mortis thanks for letting me know about Comby, looks like a much nicer solution than writing regex to search and replace.
  23. Stuart Silvester's post in [BUG 4.6.11] Missing closing <ul> element in poll template was marked as the answer   
    Thank you for letting us know, this will be fixed in an upcoming release.
  24. Stuart Silvester's post in Renamed Clubs/Translated it, now Unknown Error in API? was marked as the answer   
    Thank you for letting us know, I can confirm that this is a bug in Invision Community and a fix for this issue will be included in an upcoming release.
  25. Stuart Silvester's post in [Bug] Leftover records somewhere in Achievements Badges was marked as the answer   
    Thank you for letting us know, this should be fixed in an upcoming release.
×
×
  • Create New...