Questions tagged [sitecore8]

Sitecore is a Web Content Management System (CMS) built on Microsoft ASP.net. This tag relates to version 8 of Sitecore.

is an enterprise-level web Content Management System (CMS) and digital marketing system (DMS) built on Microsoft ASP.net. "Sitecore" is the name of the company and their flagship CMS product. This tag relates to version 8 of Sitecore (also known as "Sitecore Experience Platform 8").

1077 questions
26
votes
1 answer

Sitecore 8, MVC, Experience Editor: How to make a rendering refresh after a Field Editor Button has been used

We have a rendering listing the selected items in a TreeSelect in the current item. In our case we call them "Tags" (1) We have added a Field Editor Button to the component to let the editor change selected items. (2) (As described on for example…
Erik Melkersson
  • 660
  • 5
  • 16
14
votes
3 answers

Disable Analytics in Sitecore 8

I have a Sitecore Experience Platform (Sitecore version 8 in layman terms) that I would like to NOT use the Analytics. When I look at Sitecore Experience, analytics are all throughout. I would like to disable Analytics in a "clean" way, but for…
Sasha
  • 466
  • 1
  • 5
  • 15
12
votes
7 answers

Required license is missing: Runtime Sitecore

I am getting this error Required license is missing: Runtime I have checked datafolder path and license file settings
Swati Gupta
  • 681
  • 2
  • 7
  • 25
9
votes
3 answers

Sitecore Tracker.Current is not initialized

I'm having this issue related with Tracker. [InvalidOperationException: Tracker.Current is not initialized] Sitecore.Analytics.Pipelines.StartAnalytics.StartTracking.Process(PipelineArgs args) +304 (Object , Object[] ) +74 …
Ricardo Azeitona
  • 177
  • 1
  • 1
  • 8
9
votes
2 answers

Sitecore updates a lot of items on smart publish

I'm using Sitecore 8.0 Update 5. Each time I'm doing a "Smart" publish with languages other than English I can see that thousands of items being updated. Job started: Publish to 'web' Items created: 0 Items deleted: 0 Items updated: 56207 Items…
BerserkerDotNet
  • 186
  • 1
  • 5
9
votes
1 answer

Sitecore 8.1 index rebuild strategy for SOLR search provider

Just read through the index update strategies document below but couldn't get the clear answer on which strategy is best for SOLR search…
Nil Pun
  • 16,019
  • 34
  • 150
  • 277
8
votes
2 answers

Url.Action returning empty string in some environments

I have a Sitecore site and on 2 of my CD servers, Url.Action returns an empty string. This works locally and on 9 other servers ranging from dev to prod, CD and CM. Deployment automation ensures that the exact same web.config is deployed to all…
TheSoftwareJedi
  • 32,535
  • 19
  • 103
  • 147
8
votes
5 answers

How to debug code in Sitecore

I would like to debug the Sitecore code just like asp.net code, but do not know how to. The solution is outside wwwroot. Using Visual Studio 2013, IIS 10.0, Windows 10, Sitecore 8 Does attaching a process, is all I have to do to be able to debug. In…
Qwerty
  • 2,219
  • 9
  • 39
  • 92
8
votes
1 answer

Why is my Sitecore.Context.Language resetting in Controller?

Sitecore appears to be doing something freaky with the language variable in it's Context object. If I load a CMS page using the url ?sc_Lang=ru-RU (get the Russian version of my site), by the time it get's to my MVC controller it's reset to the…
Liam
  • 22,818
  • 25
  • 93
  • 157
7
votes
2 answers

visual studio was unable to create a secure connection azurewebsites:4020 authentication failed

I get this pop and error for authencation failure azurewebsites.net:4020 error. Due to this i am unable to log in to my website. I don't know what to do and how to handle this. Kindly suggest and help me Thanks!
7
votes
1 answer

Sitecore Experience Accelerator (SXA) with UCommerce?

I tried to install the Sitecore Experience Accelerator and Ucommerce in Sitecore 8.2 update 4 but I get the error below. I get the error on the last package that I install. Whether It is ucommerce or Sitecore Experience Accelerator. Has anyone…
Pinoy2015
  • 1,299
  • 13
  • 26
7
votes
1 answer

Sitecore Search Predicate Builder multiple keyword search with boosting not working as desired

I have sitecore pages / lucene documents with the following fields: Title Filename Content File Contents I'm creating a search for these and have the following requirements: Hits containing the whole phrase in the title field should be returned…
David Masters
  • 7,556
  • 1
  • 37
  • 65
7
votes
1 answer

Glass Mapper breaking standard values for image field

Consider the template: Company Logo (Image field) Company Name (Text field) The Company template has standard values set on both fields. If we get a Company item and save it using Glass without making any changes, the Logo field no longer uses the…
Dan Sinclair
  • 788
  • 1
  • 7
  • 23
7
votes
2 answers

Sitecore View Rendering and Controller Rendering Helper

I have a sitecore application that use this method : @Html.Sitecore().ViewRendering("Path to the View") @Html.Sitecore().Controller("Controller Name", "Controller Action") This works perfectly fine even without I create an item for that rendering…
gill23
  • 563
  • 5
  • 18
7
votes
1 answer

Sitecore syncMaster index strategy not working

I have a rendering component that runs a search using the Lucene index to populate itself. We have two indexes defined; Master & Web. When in the experience editor it uses the Master index, and the Web index for the actual site. We've configured…
David Masters
  • 7,556
  • 1
  • 37
  • 65
1
2 3
71 72