エラーが発生しました:このディスカッションフォーラムを動かしているソフトウェアが、アップグレード後に予期しない問題に遭遇しました

トピックを作成しました Need to resolve my database problem by hand error with tags not being unique after upgrade forum そして、@itsbhanusharma からサポートを受けましたが、原因がまだ見つかりません。

Vultrサーバーを2024年4月にバックアップしたものから復元しました。次に、ダッシュボードの.tar.gzファイルにあるバックアップデータを復元しました。しかし、上記と同じエラーが発生しました。このバックアップ(.tar.gzファイル)には、復元してもウェブサイトにアクセスできないという同じエラーが含まれているようです。

Vultrサーバーのバージョン044/2024を再利用し、現在までコンテンツを開発してきました。

本日、admin/customize/site_texts/js.topic.read_more_MF?locale=en_GBにアクセスしました。

コンテンツを翻訳するため

topic remaining
or browse other topics in
view latest topics

{ HAS_UNREAD_AND_NEW, select,
  true {
    { UNREAD, plural,
         =0 {}
        one {There is # unread}
      other {There are # unread}
    }
    { NEW, plural,
         =0 {}
        one { and # new topic remaining,}
      other { and # new topics remaining,}
    }
  }
  false {
    { UNREAD, plural,
         =0 {}
        one {There is # unread topic remaining,}
      other {There are # unread topics remaining,}
    }
    { NEW, plural,
         =0 {}
        one {There is # new topic remaining,}
      other {There are # new topics remaining,}
    }
  }
  other {}
}
{ HAS_CATEGORY, select,
  true { or browse other topics in {categoryLink}}
  false { or view latest topics}
  other {}
}

英語では成功しましたが、ベトナム語では設定から保存する際に次のエラーメッセージが表示されます。
Error: The plural case one is not valid in this locale at line 4 col 15:

そして、このエラーがページログと一致することを発見しました。

何か関連性はありますか?