Uploaded image for project: 'translate5'
  1. translate5
  2. TRANSLATE-2025

Change default for runtimeOptions.segments.userCanIgnoreTagValidation to 0

    • Critical
    • Hide
      The system setting that allows users to ignore tag validation has been set to "do not allow".
      If you need users to be allowed to ignore the tag validation, you need to switch this on again.
      To switch it on again execute the following SQL on your translate5 DB:
      UPDATE `Zf_configuration` SET `value` = '1' WHERE `Zf_configuration`.`name` = "runtimeOptions.segments.userCanIgnoreTagValidation";
      Show
      The system setting that allows users to ignore tag validation has been set to "do not allow". If you need users to be allowed to ignore the tag validation, you need to switch this on again. To switch it on again execute the following SQL on your translate5 DB: UPDATE `Zf_configuration` SET `value` = '1' WHERE `Zf_configuration`.`name` = "runtimeOptions.segments.userCanIgnoreTagValidation";

      Set the current value and the default for

      runtimeOptions.segments.userCanIgnoreTagValidation

      in Zf_configuration to 0.

      Point all users in the release notes to this fact and tell them to change it back, if they need to.

      This helps very much to eleminate problems in exports, that are caused by tag errors.

            marcmittag Marc Mittag [Administrator]
            marcmittag Marc Mittag [Administrator]
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: