Errore Oops Si è verificato un problema imprevisto nel software che gestisce questo forum dopo l'aggiornamento

Ho creato l’argomento Need to resolve my database problem by hand error with tags not being unique after upgrade forum e ho ricevuto supporto da @ itsbhanusharma ma ancora non riesco a trovare la causa.

Ho ripristinato il server Vultr che avevo sottoposto a backup nell’aprile 2024. Quindi ho ripristinato i dati di backup nel file Dashboard .tar.gz. Ma ho ancora lo stesso errore di cui sopra. Sembra che questo backup (file .tar.gz) abbia lo stesso errore, sebbene sia stato ripristinato, il sito Web non è accessibile.

Ho riutilizzato la versione del server Vultr 044/2024 e ho sviluppato i contenuti fino ad ora.

Oggi, ho acceduto a admin/customize/site_texts/js.topic.read_more_MF?locale=en_GB

Per tradurre i contenuti

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 {}
}

Con l’inglese ha successo, ma con il vietnamita ricevo un messaggio di errore durante il salvataggio dalle impostazioni che:
Error: The plural case one is not valid in this locale at line 4 col 15:

e trovo questo errore coincidente con la pagina Log:

C’è qualche correlazione?