Jump to content

Stuart Silvester

Invision Community Team
  • Posts

    3,592
  • Joined

  • Last visited

  • Days Won

    25

Community Answers

  1. Stuart Silvester's post in 4.7.16 (This site) Pagination on forums with a sub-forum doesn't "work" 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.
  2. Stuart Silvester's post in There are some problems with your database which need to be fixed before you can start the upgrade was marked as the answer   
    You'll need to convert your database to utf8mb4, in MySQL `utf8` no longer exists and is an alias for `ut8mb3` so when you're running these queries to fix the collation, MySQL is changing it to utf8mb3 instead and thus you have this loop.
    In the AdminCP, go to the Support page and you should see an option for converting to UTF8MB4.
  3. Stuart Silvester's post in I can't access to Web App in ACP was marked as the answer   
    We have released a patch for this issue. To apply, please go to AdminCP > Support > 1st (or top left) box will have a "Optional Patch Available" link. Click it and follow the instructions.
  4. Stuart Silvester's post in [BUG 4.7.15] Fresh install throws an error trying to enter the Web App settings page was marked as the answer   
    We have released a patch for this issue. To apply, please go to AdminCP > Support > 1st (or top left) box will have a "Optional Patch Available" link. Click it and follow the instructions.
  5. Stuart Silvester's post in TypeError :: Delete user was marked as the answer   
    We have released a patch for this issue.
    To apply, please go to AdminCP > Support > 1st (or top left) box will have a "Optional Patch Available" link. Click it and follow the instructions.
  6. Stuart Silvester's post in Anonymous posts repeat 5 times was marked as the answer   
    We have released a patch for this issue.
    To apply, please go to AdminCP > Support > 1st (or top left) box will have a "Optional Patch Available" link. Click it and follow the instructions.
  7. Stuart Silvester's post in Use of theme setting in theme setting conditional logic field was marked as the answer   
    You would want to use
    \IPS\Theme::i()->settings['my_theme_setting']  
  8. Stuart Silvester's post in Just a question about HTML5 <video> tag was marked as the answer   
    That's expected, due to lazy-loading.
    The Javascript asks the browser which formats it can play and adds the appropriate one to the src attribute. However, I do see there's an issue there were the second source element isn't being parsed properly to have the data-video-source attribute. I was able to reproduce that and commit a fix for it.
  9. Stuart Silvester's post in MySQL Database problem warning? was marked as the answer   
    Hi David,
    It looks like you haven't completed the upgrade process. Please go to <url>/admin/upgrade and follow the instructions.
  10. Stuart Silvester's post in 33 pages of error logs from Hive: rate limit exceeded was marked as the answer   
    The logging is intentional so we have information for any issues that may occur during beta. We'll eventually reduce it to debug logging.
    We'll look at combining the requests in this situation so it doesn't get rate limited.
  11. Stuart Silvester's post in List of files purchased by someone was marked as the answer   
    That page also shows a list of their purchases (including Downloads files), split between Active / Expired / Cancelled.
  12. Stuart Silvester's post in [4.7.13 Beta 1] Community Hive not saving nodes preferences was marked as the answer   
    Thanks, this will be fixed in the next beta.
  13. Stuart Silvester's post in Marketplace - Need to edit a review I did was marked as the answer   
    I have deleted your review, you can submit a new one now.
  14. Stuart Silvester's post in SVG icon formatting issues was marked as the answer   
    They say they've retired the test because it's old - https://www.validbot.com/tests/102/safari-pinned-tab-icon.html
    Outside of that, we don't currently support SVG for favicons. Not all browsers (mainly Safari) support this.
  15. Stuart Silvester's post in new licensing agreement terms - Marketplace Proplem was marked as the answer   
    Please go ahead and click 'check again' if you have a banner about the license expiry, or go to the license page in the AdminCP and click check again. Then you should be all set.
  16. Stuart Silvester's post in 4.7.4 & PHP 8.1: error when trying to create/edit apps/plugins was marked as the answer   
    It only happens if you have DEBUG_TEMPLATES enabled (because it bypasses the deprecation suppression in Whoops), but we'll get this fixed
  17. Stuart Silvester's post in Issue with archiving topics was marked as the answer   
    Yes, `3` means they've been excluded from archiving. Most likely because they've been archived before then unarchived.
  18. Stuart Silvester's post in Converter app was marked as the answer   
    The converter application provides redirects for the old style URLa. Uninstalling the converter app will stop these from working
  19. Stuart Silvester's post in Marketplace error was marked as the answer   
    Your DDOS protection is blocking the communication between our systems and your community.
    <h1 class="message"><a href="http://blazingfast.io" target="_blank"><font color="#E0E0E0">Verifying your browser, please wait...<br>DDoS Protection by</font> Blazingfast.io</a></h1> You can whitelist requests to /index.php?app=core&module=system&controller=marketplace
     
     
    I suspect you were experiencing something else related to the license server because you do not have any failed connections logged.
  20. Stuart Silvester's post in [This Site] No PM Notifications? was marked as the answer   
    This has been fixed in 4.7.12 Beta 3
  21. Stuart Silvester's post in [BUG] Impossible to install the PWA App if we do not set the iOS Startup Image was marked as the answer   
    This isn't valid, we don't have an iOS Startup image here and the app is perfectly installable (inc Android 13). These meta tags are really old and aren't really needed if you have a manifest. 
  22. Stuart Silvester's post in (4.7.11.1) Some missing AdminCP language strings for Commerce was marked as the answer   
    This was fixed in 4.7.12 Beta 1 👍🏻
  23. Stuart Silvester's post in <head> issue was marked as the answer   
    They're automatically generated from the images uploaded in the Web App section of the AdminCP.
    Having various sizes of these icons are normal to ensure maximum compatibility with many devices and sizes of devices.
  24. Stuart Silvester's post in Member::load broken was marked as the answer   
    Thanks for the follow up.
    That helps explain the issue you're having. When you're updated the allowed IDs in the __construct() method, the \IPS\Member object has to be instantiated in order for that code to run. This happens automatically when using this code has a front/admin session available in normal use on the front end (which is why we're all expecting it to be working).
    Solving this (although not pretty) would be as simple as putting this in your code before you load the member.
    new \IPS\Member;  
  25. Stuart Silvester's post in Issue with PayPal/MaxMind after last 2-3 updates where you touched PayPal/MaxMind code, 4.7.10 was marked as the answer   
    We were able to see some other logs and identified the issue. It's specifically related to a customer having their card/payment declined by PayPal then trying to execute the same transaction again.
    We'll make some changes for a future release, but they still won't be able to purchase if their payment is being declined.
×
×
  • Create New...