Comment to 'My Beta Update Problems'
  • This should be in bold in this suggestion to change the number of files changed during an upgrade.

    If more than 5% of files are modified then it's better to merge changes manually to avoid problems with the update.

    Another option if more than 5% of files are modified is to overwrite any changes you've made in source code, then you need to change the following line in inc/classes/BxDolInstallerUtils.phpfile:

    define('BX_FORCE_AUTOUPDATE_MAX_CHANGED_FILES_PERCENT', 0.05);

    to:

    define('BX_FORCE_AUTOUPDATE_MAX_CHANGED_FILES_PERCENT', 1.00);

    Then try to upgrade UNA or modules as usual.

    I'm also sure this didn't help my attempt to go Beta, we must remember this was not forced on us. I've been there done that before with RCs and BETAs.