我创建了主题 需要手动解决数据库问题,升级论坛后标签不唯一的错误,并得到了 @itsbhanusharma 的支持,但仍然找不到原因。
我恢复了 Vultr 服务器,这是我在 2024 年 4 月备份的。然后我恢复了 Dashboard .tar.gz 文件中的备份数据。但仍然出现上述相同的错误。似乎这个备份(.tar.gz 文件)存在相同的错误,尽管已恢复,但网站仍然无法访问。
我重新使用了 Vultr 服务器版本 044/2024,并一直开发内容至今。
今天,我访问了 admin/customize/site_texts/js.topic.read_more_MF?locale=en_GB
翻译内容
剩余主题
或浏览其他主题
查看最新主题
{ 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:
并且我在页面日志中发现了这个错误:
有什么关联吗?