sitecore Questions
4
I install sitecore 6.4 but after login i take this error
The directory name c:\ınetpub\wwwroot\mysite\website\sitecore\shell\override is invalid.
Description: An unhandled exception occurred duri...
Drastic asked 22/4, 2011 at 9:29
2
Solved
So looking through the Sitecore code I notice multiple ways to get the children of an Item.
// Summary:
// Gets the children.
public ChildList GetChildren();
and
// Summary:
// Gets a list of...
1
Solved
We have multiple sites running off one instance of sitecore. One of the sites requires the users & roles to be managed through an external back end system and as such, we have configured custom...
Chosen asked 10/5, 2016 at 9:36
4
I'm attempting to expand upon a custom Sitecore command to determine if the current item has a parent item matching a certain template id.
I know the query should ideally be as simple as ./ancesto...
2
Solved
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 f...
Sayles asked 3/5, 2016 at 5:28
3
Solved
I have the following link:
<a class="btn btn-primary" href="#">View details »</a>
How can I render the link with sitecore glass that it still keeps the css class? With the field rend...
Helbona asked 25/10, 2013 at 11:0
2
I have done an upgrade from Sitecore 7.5 to Sitecore 8, And I am getting an error when trying to Access the Content Editor.
Server Error in '/' Application.
Value cannot be null.
Parameter...
Macguiness asked 11/9, 2015 at 6:24
2
I have a rendering that calls its datasources children. Each child item has a rendering attached in the renderings field.
I am calling
@Html.Sitecore().ItemRendering(item)
Which works.
However...
1
Solved
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 i...
Baptlsta asked 1/3, 2016 at 21:42
1
Solved
I'm attempting to use Sitecore's Field.HasValue property in Razor syntax to test a particular field, but no matter what I try, the field always seems to be false.
I'm using Sitecore 8.
The Sitec...
2
Solved
I have found following error message in log file:
ManagedPoolThread #16 11:21:54 INFO Job started: Sitecore.ListManagement.Analytics.UnlockContactListsAgent
ManagedPoolThread #16 11:21:54 ERROR...
Sherronsherry asked 23/2, 2016 at 12:25
3
Solved
I am trying to install Sitecore 8. I got an error saying "SQL Server Version Not supported - SQLServer (10.50.1600.1)" I tried to find installation document to know database requirements. I could n...
Trilogy asked 15/1, 2015 at 11:9
4
Solved
I'm new to Sitecore development, so my apologies if this question is basic. I've created both an agent (scheduled task) and a WCF service and have them both added to my SiteCore project. The agent ...
1
Solved
I have looked at both:
Remove zero-width space characters from a JavaScript string
Why is &#65279; appearing in my HTML?
The issue:
The unicode character comes in the exact same spot eve...
1
Solved
Just read through the index update strategies document below but couldn't get the clear answer on which strategy is best for SOLR search implementation:
https://doc.sitecore.net/sitecore_experienc...
2
Solved
It was all of a sudden and it just stopped working. I have no clue what went wrong, what caused this to occur:
Could not instantiate event handler. Type:
Sitecore.Publishing.HtmlCacheClearer. M...
Megohm asked 16/1, 2016 at 14:7
2
Solved
I create a Sitecore item through the Glass.Mapper like this:
var homeItem = sitecoreContext.GetHomeItem<HomeItem>();
// Create the car item
ICar car = sitecoreService.Create(homeItem.BooksF...
Krilov asked 31/10, 2014 at 11:52
2
Per article below web app has an option to either auto or manual scale:
https://azure.microsoft.com/en-us/documentation/articles/insights-how-to-scale/
Would appreciate if I can get clarification ...
Entwine asked 6/1, 2016 at 9:29
1
Solved
I want to access the layout definition of an item so that I can access the renderings added to the item, and then access the datasources attached to said renderings. I can't seem to find a way to d...
Agler asked 31/12, 2015 at 0:49
3
Solved
I am trying to load an xml file from the media library but am having an issue with the pathing. I have been able to load the xml when the xml file is located in the actual server files, or when it ...
Snowblind asked 22/8, 2012 at 18:46
3
Solved
I have a requirement in which I'm implementing sitecore WFFM to create a form. The page has HTML input tags with Placeholder attribute. I have to render the WFFM SingleLineInput box to a input tag ...
Eudemonism asked 8/9, 2014 at 7:1
1
Solved
I have a slight problem here and a doubt. I have created a page which has three components added in three different placeholders. This page was created for English version. I need this page and the...
5
Solved
How can I check in sitecore that the current user is an administrator?
something like:
if(User.Current.Name == "extranet\Admin")
// then do some thing ??
Sulphonamide asked 11/8, 2015 at 6:44
2
I'm trying to export sitecore database to bacpac so that it can be restored to SQL Azure.
However, I'm getting error below:
One or more unsupported elements were found in the schema used as part ...
Logical asked 15/11, 2015 at 6:53
1
I have a site built using Sitecore 7.5 and Solr 4.7. I am noticing a very strange phenomenon where certain content items are not getting indexed. Here is what is happening.
I have a data tem...
Interrupt asked 30/6, 2015 at 19:9
© 2022 - 2024 — McMap. All rights reserved.