Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Jheroen Posted October 3, 2020 Posted October 3, 2020 (edited) Hello, the subject is my question, does the upgradescript turn all extensions off during upgrade or do i have to do that manually before upgrading starts? And, if this goes automatically does the upgrader switch them all on at the end or do i have to check each extension if it works OK within the upgraded board ( i hope it works like this)? Please let me know, thanks! Edited October 3, 2020 by Jheroen
Afrodude Posted October 3, 2020 Posted October 3, 2020 24 minutes ago, Jheroen said: Hello, the subject is my question, does the upgradescript turn all extensions off during upgrade or do i have to do that manually? You've to do that manually. 25 minutes ago, Jheroen said: does the upgrader switch them all on at the end or do i have to check each extension You've to enable them one by one manually, and then setup your marketplace from your ACP in order to update them to the newest version.
RocketStang Posted October 3, 2020 Posted October 3, 2020 The upgrade process does disable all your plugins and apps automatically...I know it did to mine. I was then able to upgrade each plugin and app as needed and re-enable them.
Jheroen Posted October 4, 2020 Author Posted October 4, 2020 Alright, thanks... Assume that i have upgraded and i enable an extension that isn't compatible and the back and frontends are down (php error etc) how can i disable that extension in a file or database to have the board running again?
bfarber Posted October 5, 2020 Posted October 5, 2020 We disable all customizations going from 4.4 -> 4.5 because they are generally not immediately compatible. We do not automatically disable customizations normally during upgrades (i.e. they won't be disabled during point releases in 4.5). Jheroen 1
Jheroen Posted October 5, 2020 Author Posted October 5, 2020 37 minutes ago, bfarber said: We disable all customizations going from 4.4 -> 4.5 because they are generally not immediately compatible. We do not automatically disable customizations normally during upgrades (i.e. they won't be disabled during point releases in 4.5). Thank you for your answer, i will carefully upgrade the board.....
Jheroen Posted November 29, 2020 Author Posted November 29, 2020 Hi again! Say the extension which was disabled during upgrade > upgrade is done and i try if the extension still works. If i switch it on and the site gets into hard error (unreachable also backend) how can i disable that extension from database or in file settings?
bfarber Posted November 30, 2020 Posted November 30, 2020 Add a file constants.php starting with "<?php" (if it doesn't already exist) and then add this new line to it: define( 'RECOVERY_MODE', true ); Get into the ACP, disable whatever you need to disable, and then remove the line from the constants.php afterwards. Jheroen 1
Recommended Posts