• Caching issue(?) when working on mulitple computers
    Forum Post Sep 25, 2009
    Hi guys, I found Kentico last night, and it's really impressive. I work with another developer and we're having a bit of an issue when we're both developing on Kentico at the same time. Our setup is a single SVN repository which we check out to our local development mac...

  • Exception received when using Where condition in Search Results webpart
    Forum Post Oct 14, 2009
    I have a custom document called CMS.Job with a JobStatus field for Open or Closed. When I try to use JobStatus='Open' and I receive the following exception when I attempt to use the Where condition in the Search Results webpart. I tried commenting out the searchdocuments query...

  • RE:Exception received when using Where condition in Search Results webpart
    Forum Post Oct 15, 2009
    Thanks again. I am trying to avoid using a custom web part and ue the Search Results web part. I tried the following http://devnet.kentico.com/FAQs/API-and-Internals.aspx "I’m not able to use document type fields in WHERE condition of search result web part." But I still haven...

  • Widget Flash doesn't work because of Flash script.
    Forum Post Feb 8, 2010
    I try to set a "Webpart zone properties" --> "Widget zone type:" to "Customization by page editor" and then in the "Edit" --> "Page" I add a widget "Flash" and enter a URL with this "/swfs/profilerv7.aspx" Then I see the result on the web Browser like this ... <div cl...

  • RE:Selecting Documents By TagId
    Forum Post Aug 9, 2010
    Ok... So now here's my code: // create a TreeProvider instance UserInfo ui = UserInfoProvider.GetUserInfo("administrator"); CMS.TreeEngine.TreeProvider tree = new CMS.TreeEngine.TreeProvider(ui); HCC.Tag tag2 = (HCC.Tag)HCC.Tags.CurrentDocumentT...

  • RE:App_Web_invalidlicensekey
    Forum Post Jul 2, 2011
    Hello. At first, please read following FAQ article: http://devnet.kentico.com/FAQs/General.aspx#FAQ96 . It deals with similar error (the same error code) and states, that if the source of this error is located in c:\WINDOWS\microsoft.net\Framework\v2.0.50727\Temporary A...

  • Kentico Ugly Document Url
    Forum Post Oct 16, 2011
    More of a request than anything as its the way the Kentico urls are cleaned internally is really ugly having urls such as /Hotels--Spas from the document name of "Hotels and Spas" really grinds my gears. What would be nice is /Hotels-and-Spas See code below for example on ...

  • Error with CMSContext.GetDocumentUrl
    Forum Post Dec 3, 2011
    Hi there, I've been getting errors on my site in the event log that has to do with CMSContext.GetDocumentURL. My code is: string _url = string.Empty; _url = CMSContext.GetDocumentUrl(CMSContext.CurrentDocument.DocumentID).ToString(); The error is: EventID:...

  • Kentoco CMS v6 error
    Forum Post Jan 3, 2012
    Hello, There are lot of changed between Kentico CMS v5 and Kentico v6. Also v5 code not run in v6 kentico server. Example we userd this code in our kentico web part v5. GeneralConnection genConn = InitDbConn(); object[,] lParameters = new object[5, 3]; ...

  • File attachment issues
    Forum Post Jan 30, 2012
    I seem to be having a few issues with attachements in 6.0.14 1. Attaching files doesn't seem to work right. If I attach a new file, it often gets uploaded at 0bytes. I then click the edit button and it says the image is an invalid format. If I click update and reupload the ...

  •   ... 51 52 53 54 55 56 57 58 59 60 ...