# 错误公告：升级后运行本讨论论坛的软件遇到意外问题

**URL:** <https://meta.discourse.org/t/get-error-oops-the-software-powering-this-discussion-forum-encountered-an-unexpected-problem-after-upgrade/315869>\
**Category:** Self-hosting\
**Created:** [2024年七月11日 06:05 UTC](https://meta.discourse.org/t/get-error-oops-the-software-powering-this-discussion-forum-encountered-an-unexpected-problem-after-upgrade/315869 "2024-07-11T06:05:53Z")\
**Posts on this page:** 1\
**Showing post:** 17

<div class="post-metadata">

**Author:** ![thaidb](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thaidb/32/68488_2.png) [@thaidb](https://meta.discourse.org/u/thaidb)\
**Post date:** [2024年八月4日 09:16 UTC](https://meta.discourse.org/t/get-error-oops-the-software-powering-this-discussion-forum-encountered-an-unexpected-problem-after-upgrade/315869/17 "2024-08-04T09:16:02Z")

</div>

我创建了主题 [需要手动解决数据库问题，升级论坛后标签不唯一的错误](https://meta.discourse.org/t/need-to-resolve-my-database-problem-by-hand-error-with-tags-not-being-unique-after-upgrade-forum/316027)，并得到了 @[itsbhanusharma](https://meta.discourse.org/u/itsbhanusharma) 的支持，但仍然找不到原因。

我恢复了 Vultr 服务器，这是我在 2024 年 4 月备份的。然后我恢复了 Dashboard .tar.gz 文件中的备份数据。但仍然出现上述相同的错误。似乎这个备份（.tar.gz 文件）存在相同的错误，尽管已恢复，但网站仍然无法访问。

我重新使用了 Vultr 服务器版本 044/2024，并一直开发内容至今。

今天，我访问了 `admin/customize/site_texts/js.topic.read_more_MF?locale=en_GB`

翻译内容

> 剩余主题  
> 或浏览其他主题  
> 查看最新主题

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

```

使用英语可以成功，但使用越南语时，我在设置中保存时会收到错误消息：  
`Error: The plural case one is not valid in this locale at line 4 col 15:`

并且我在页面日志中发现了这个错误：

> [@huynhthai824](#):
>
> 页面日志中的日志

有什么关联吗？

---

_[View the full topic](https://meta.discourse.org/t/get-error-oops-the-software-powering-this-discussion-forum-encountered-an-unexpected-problem-after-upgrade/315869)._
