sitecore8.1

Your session may have been lost due to a time-out or a server failure. in Sitecore 8.1

夙愿已清 提交于 2021-02-08 04:43:20
问题 Recently we migrated Sitecore 8.0 to 8.1. We are facing below issue in Sitecore 8.1. While adding Images to page, I am getting below error. [The operation could not be completed. Your session may have been lost due to a time-out or a server failure. Try again.] 回答1: We encountered the same issue on our clean install of 8.1 after having been on 8.0 for some time. The issue is likely due to having bot detection enabled on your CM server. The fix: Edit Sitecore.Analytics.Tracking.config on your

Sitecore EXM List Manager in distributed environment with Lucene Search Configuration

守給你的承諾、 提交于 2020-01-05 04:04:23
问题 We are using Lucene index instead of Solr. We are currently facing an issue with our List Manager in CD server. The below code throws an exception in CD server as it's unable to instantiate List Manger from Sitecore Configuration Factory. newsRecipientList = listRepository.GetEditableRecipientCollection("{my list guid }"); I've already gone through the Sitecore documentation for List Manager in a scaled environment, but it only talks about Solr. https://doc.sitecore.net/sitecore_experience

Language Fallback not working for Fields with Standard Values (Sitecore 8.1)

穿精又带淫゛_ 提交于 2019-12-12 10:13:20
问题 We had an issue where we enabled fallback language settings at the item level on a base template so that it would apply to all of our items. It worked for about 90% of our items but not for others even though the sitecore content editor indicated that it was working. Placing this here for anyone else who has this issue. I didnt find a specific solution for this issue on Google and was lucky enough to figure it out. Hopefully this can help someone else out too. Our setup is Sitecore 8.1 with

Sitecore Dictionary Items

浪尽此生 提交于 2019-12-11 01:49:44
问题 In the earlier versions of Sitecore there were an issue with dictionary items, if we have a CDs environment, sometimes the Dictionary.dat file may not get updated on CDs server. 1) is this issue still exist with Sitecore 8 ? 2) if yes, what is the best approach to implement custom dictionary items for my website ? 回答1: I have this issue on Sitecore 8.1 Initial Release. To fix it you need to add on publish:end and publish:end:remote event a new handler. This is the class : public class

Sitecore Droptree won't exclude items

流过昼夜 提交于 2019-12-08 16:54:20
问题 I'm working on a Sitecore 8.1 installation. I'm trying to use a droptree field to allow content editors to pick one item (data template A) from a tree of items. Each item that's a valid selection is guaranteed to have one or more child items of a different data template (data template B). According to the documentation, this should be easy to do: just set the source to either a parameterized datasource: Datasource=/sitecore/Media Library/Images/Folder&IncludeTemplatesForDisplay=Data Template

Language Fallback not working for Fields with Standard Values (Sitecore 8.1)

人盡茶涼 提交于 2019-12-06 08:17:39
We had an issue where we enabled fallback language settings at the item level on a base template so that it would apply to all of our items. It worked for about 90% of our items but not for others even though the sitecore content editor indicated that it was working. Placing this here for anyone else who has this issue. I didnt find a specific solution for this issue on Google and was lucky enough to figure it out. Hopefully this can help someone else out too. Our setup is Sitecore 8.1 with Habitat Asp.net MVC Daniel Kereama Here are some steps to make language fallback work for all items by