Jump to content

Richard Arch

Clients
  • Posts

    311
  • Joined

  • Last visited

Community Answers

  1. Richard Arch's post in Admin/Install directory after installation? was marked as the answer   
    Yes and yes 👍
  2. Richard Arch's post in Trying upgrade of invision 3 to 4 on subdomain before applying upgrade on the live site? was marked as the answer   
    Its worth reading this guide first, you need to carryout the "Manual Upgrade".  Also have a read of the "Unsupported Legacy upgrades to Invision Community" section fyi.
     
    Take a backup of your test environment both files and database in case you need to repeat the steps.
    Run the compatibility checker, it should complain about your php version.
    Disable all 3rd party applications, plugins, themes.
    Switch php to version 8 or 8.1, run the compatibility checker again. Everything should ok now.
    Overwrite all the files with the new package as described in the manual install.
    You may need to clear cache from your ACP Support area afterwards.
     
  3. Richard Arch's post in Change email settings via PHPMYADMIN? was marked as the answer   
    There is another switch you can use to disable 2FA and once logged back in you can change the settings.
    <?php define('DISABLE_MFA',True);  
  4. Richard Arch's post in Bulk Email, using mailto within the message now fails was marked as the answer   
    This has been resolved in v4.7.5.
  5. Richard Arch's post in 4.7.4 Gallery Recurring Error was marked as the answer   
    @SMen @Jim M
    I've had the very same error trace also with some old images last week or so.  It turned out that a column contained the string null instead of being null.  I've no idea what caused it but our forum was upgraded from v2 to v4 back in 2019, I assumed something went wrong but maybe the latest version is using the "image_metadata" in a different way.
    This sql will identify if its the same issue, it return 187 records in my case: SELECT * FROM `gallery_images` where image_metadata='null';
    The fix in my case was to update them to null.
  6. Richard Arch's post in Nexus Payment Issue when on Localhost. was marked as the answer   
    You need to change your payment options to their test/sandbox option or delete them.  Also worth a searching for NEXUS_TEST_GATEWAYS and EMAIL_DEBUG_PATH for more information.
    Here is a start.
     
     
     
  7. Richard Arch's post in Unable to install new community suite application was marked as the answer   
×
×
  • Create New...