• RE:Error during DB set up
    Forum Post Dec 7, 2011
    My installation stopped at the Database step, my system is windows 7 home basic, and ms sql server 2008 r2... I checked "I want to install Kentico CMS on a remote server" all the other object worked successfully. the last row is (the installation stopped at this row): pr...

  • RE:error creating CMS objects
    Forum Post Dec 7, 2011
    My installation stopped at the Database step, my system is windows 7 home basic, and ms sql server 2008 r2... I checked "I want to install Kentico CMS on a remote server" all the other object worked successfully. the last row is (the installation stopped at this row): pr...

  • RE:Plus Signs in url do not work
    Forum Post Jan 9, 2012
    Even when I add this app setting in my web.config it doesn't work. <add key="CMSForbiddenURLValues" value="\\/:*?\"<>|&%.'#[] =" /> Note: I found the default value for this app setting on this page http://devnet.kentico.com/FAQs/General.aspx#FAQ272 I had to change it ...

  • Throw a 404 status code and then redirect to 404 page from API
    Forum Post Feb 9, 2012
    If someone enters an invalid query string parameter to my web part, I want to respond with a 404 and redirect them my 404 page. How can I do so? I setup my web.config as: <customErrors defaultRedirect="~/Special-Pages/Server-error.aspx" mode="On"> <error statusCo...

  • Can't recreate ItemOrder column, and can't create column leveraging numeric up down selector
    Forum Post Apr 18, 2012
    I have a custom table. I created it without an ItemOrder field. Now, of course, I want to add it back in. I went to add a new column named SortOrder. I input the following settings: * Integer number * Field caption: Sort order * Form control type: Input * Form control:...

  • Error after upgrade 5.5R2 to 6
    Forum Post Apr 25, 2012
    I have 2 issues after upgrading from 5.5R2 to 6. I used Upgrade.exe and did not apply previously any patches to 5.5R2 1. Missing DLLs For some reason all my DLLs disappeared from bin folder. I mean 3rd parties DLLs I use in my web parts. Is this what should be expected? Wh...

  • I'm having trouble with a custom transformation function
    Forum Post May 23, 2012
    This is my transformation function call: <p><%# MyFunctions.getDocumentCategory(Eval("DocumentID"))%></p> This is the function: public static string getDocumentCategory(int documentID) { string category; StringBuilder sb = new Strin...

  • CMS folder permissions
    Forum Post Jun 22, 2012
    Our hosting company have recently migrated the website to a different server and we're now having problems with forms with errors such as: [DataConnection.ExecuteQuery]: Query: INSERT INTO power_wps (, , , ) VALUES ( @FormInserted, @FormUpdated, @fname, @eadd); SELECT @@i...

  • RE:301 redirects for GetImage
    Forum Post Jul 28, 2012
    Hello, the 301 redirects does not affect SEO. It can be slower than accessing the file system directly but it allows to check the permissions and workflow step by Kentico and manage cache of this image by Kentico. However, if you want to use the direct file paths, you can...

  • RE:Null GUID in GetLinkUrl() return value in Transformation
    Forum Post Jul 31, 2012
    Hello, If <%# Eval("MenuItemTeaserImage") %> or even <%# Eval("MenuItemTeaserImage").ToString() %> produces no result, it means that either the value is not defined (is null/empty), or the listing web part loads multiple classnames (document types) and the general V...

  •   ... 41 42 43 44 45 46 47 48 49 50 ...