最近在开发Tridion环境中安装UGC时遇到问题。 我无法编辑来自CMS的评论。 我可以添加注释,但在GUI中编辑注释会导致在GUI中显示一条错误消息 – “保存注释失败”。 日志中没有生成错误 – 至less是我认为应该logging的日志。 任何人都可以给我任何指针? 编辑是否使用不同的configuration? 如果这是有用的,我的数据源在webuiconfiguration下面:
<DataSource> <Key>1</Key> <Match>^(ugc:|oe:|tcm:)+</Match> <Url>http://new.ugc.service/odata.svc</Url> <TimeOut>100000</TimeOut> <Threshold>0</Threshold> <RatingMinimum>-1</RatingMinimum> <RatingMaximum>5</RatingMaximum> <OAuthEnabled>false</OAuthEnabled> <Locale>en-us</Locale> <ClientId></ClientId> <ClientSecret></ClientSecret> <EventSystemClientId></EventSystemClientId> <EventSystemClientSecret></EventSystemClientSecret> <AccessTokenUrl></AccessTokenUrl> </DataSource>
MTIA
约翰
好。 这现在已经解决了。 WebDAVModule需要从IIS中的UGC Web服务中删除! 好吧,好的…这是在文档中,但仍然是! ;)如果有人知道为什么这只会阻止编辑评论,我会感兴趣的答案。 谢谢,约翰。