Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当尝试访问 Tridion 内容管理器中的模板时,它显示错误
“Unable to get template types with id:#number”.
内容管理器中的模板也无法访问
看起来您在 Tridion.ContentManager.config 文件中定义了无法加载的模板类型。也许您卸载了某些东西并且配置文件尚未更新 - 或者您恢复了旧配置,该配置引用了不再安装的模板类型。
无论哪种方式,在配置中查找确切的 ID 都会告诉您它是哪种类型 - 您可能可以从那里弄清楚。如果它不在默认的 Tridion 安装中并且您不需要它们,请随意删除该行或将其注释掉。那应该摆脱错误。