When trying to login I am redirected to the login page without any error message. The following is written to the log: 2924 11:08:14 WARN Protected page...
You might haven't noticed, but Sitecore has move there community to their own domain: http://sdn.sitecore.net/forum.aspx. Both the community as the Sitecore...
Hi, I've just completed a migration to Sc5.3 and I've noticed something that gave me a few headaches till I figured it out. The XSLT editor takes tags that...
Hi Simon, Since a couple of weeks, the Sitecore community has moved from this Yahoo Group to their own forum located at: http://sdn5.sitecore.net/forum.aspx....
When I create a internal link in the Rich Text Editor the link that is inserted is just a "/" no matter what i chosse from the tree... Has anoybody had the...
Ok will do. But to answer your question. Sometimes a shortened tag doesn't work. For example, I have XHTML output but I still need the end tag for a textarea....
Hi Ulrich, Since a couple of weeks, the Sitecore community has moved from this Yahoo Group to their own forum located at: http://sdn5.sitecore.net/forum.aspx....
The message "IIS Worker Process is failing." comes up when I access the web host server. Error message when the code behind the login page gets executed: ...
Hi! First of, I am a newbie at developing for SiteCore. I would like to develop a webservice that provides some content for SiteCore. I contemplating to send...
Hi Jacob, We have moved the Sitecore community from this Yahoo Group to the Sitecore Forum, located at http://sdn5.sitecore.net/forum.aspx. Please repost your...
Still having the same issues with my Sitecore installation as a few months ago. "Input string was not in correct format". Is there *anywhere* I can obtain the...
I believe this is the same issue reported here: http://sdn5.sitecore.net/forum/ShowPost.aspx?PostID=1560 I have filed a case on your behalf in the support...
Hi Guys, I'm using SC 5.3.1 on IE7 in windows xp, and when setting a base template (i.e. i'm on the Set Base Templates window) the selected template list box...
Hi Ramon, First I would suggest discussing issues on the SDN forums (http://sdn5.sitecore.net/Forum.aspx) as this Yahoo forum is basically only around to keep...
Hi We've just been hit by the following .NET error using Sitecore 5.2 "Hashtable insert failed. Load factor too high." Having looked at the Microsoft knowledge...
Hi We've just been hit by the following .NET error using Sitecore 5.1.1 "Hashtable insert failed. Load factor too high." Thread information: Thread ID: 17 ...
Danjal, The Sitecore forums have moved to sdn.sitecore.net. For future postings, please refer to our new forum. Have you reviewed the documentation here:...
hi my friends ... I've just reviewed a piece of content management software that does so many different things for you as a website owner that I jokingly asked...
Hello, This forum has basically been abandoned in favor of the SDN forums: http://sdn5.sitecore.net/Forum.aspx This specific question is probably best...
Oops. if ( itm.Database.Name.ToLower() == "master" && itm.Fields["myfield"] != null ) That should include checking that the field doesn't already have a value:...
One more thing I forgot. Sitecore automatically stores the version's creation date in a field named __created (Sitecore.FieldIDs.Created). This may or may not...
OK, now I'm even annoying myself. I think you could use item:created instead of item:saved, which should not raise item:created, which should mean you don't...
... Appreciate the quick response John. I created the item:created event handler and it works almost perfectly. When I create an item, it successfully...