RC2 upgrade

Can a force upgrade we done safely from RC1 > RC2 is one gets this rejection:

Can't apply upgrade because the following files were modified: inc/classes/BxDolTemplate.php, modules/base/general/classes/BxBaseModGeneralTemplate.php

  • 772
  • More
Replies (2)
    • Hello,
      Usually when a file can not be updated, in order.
      1. Check that the file has the correct permission
      2. Check if in studio => settings => system => Site Settings if this box is checked.

      image_transcoder.php?o=bx_froala_image&h=1882&dpx=1&t=15669473453. If the update still can not be done, I quote the method explained here by Anton.

      1. Edit inc/classes/BxDolInstallerUtils.php file, find the following line

      define('BX_FORCE_AUTOUPDATE_MAX_CHANGED_FILES_PERCENT', 0.05);

      and replace 0.05 with 0.99

      2. Apply update from Studio -> Dashboard -> Version section.

      NOTE!!! All your customizations will be overwritten in this case and most of them are corrupted. You may use this way if you are sure that all your changes aren't needed and can be restored.

      • Thanks Baloo, 

        The first suggestion worked, ticking off the force auto-update with some files modified.

        Luckily nothing got messed up.

        Perhaps because my changes were made on a new mix and not on protean directly.

        I hope it stays in order.

        Also the modules quickly updated as well.

        thanks again for your interest and time.

        Login or Join to comment.