• Xperience unit test mocking of content query executor
    Question Feb 28, 2024
    An Xperience project I'm working on contains the following interface: public interface IContentRepository { Task > GetWebPageAsync ( ContentItemQueryBuilder builder, Cancellationtoken cancellationToken ) where T : new(); } Th...

  • Viewing cache items in MVC site - Could not establish trust relationship for the SSL/TLS secure chan
    Question Apr 11, 2024
    I'm getting an error logged when attempting to view cache items on the live site (when running locally) from the url: /CMSModules/System/Debug/System_DebugCacheItems.aspx?livesitelogs=true Event log message: The underlying connection was closed: Could not establish trust rel...

  • edit website title
    Question Jan 25, 2024
    Good day. The title of all our pages is "the page title | the organization name". I see / | Organization Name when I look in the header of the master page. Our organization name has changed, so I want to update that. I've added head content before, but I can't change the one t...

  • Kentico 13 x-frame-options
    Question May 15, 2024
    What is the recommended approach for applying x-frame-options in kentico 13. I added the header manually, but as suggested it prevents it showing in the admin site.

  • Form Redirection not working after implementing CSP headers
    Question Nov 12, 2024
    We have a simple contact us form that while functions mostly does not redirect to the page we want it to. the code: {"redirectTo":"/en-us/contact-us/thank-you/"} Is the only thing displayed. I am sure it is the headers that is blocking it, but as we have around ...

  • How can I retrieve a page comments using the REST API (Kentico 13)
    Question Dec 17, 2024
    Hello, I am writing a bash script that is using the Kentico 13 REST API to retrieve all page information like this: json=$(curl -u USERNAME:PASSWORD -X GET https://mykentico.site/xp-admin/rest/content/currentsite/en-us/all?format=json) Then I'm parsing every object in that ...

  • Kentico 12 Custom table data multiple choice values not visible in the grid
    Question Aug 2, 2024
    Hi, I have a field in the custom table that is a multiple choice with an SQL query. When I open the custom table data the column for that field is empty but when I edit the same custom table data item I can see the values in the multiple choice field, so the data is fetched co...

  • Site Export exception
    Question Sep 17, 2024
    I am trying to export all of the media file from Kentico and after i configured everything I hit next and i get the below exception. Do i have to change the table Export_History's ExportSettings varchar length in the database to get this to work? [DataConnection.HandleError]...

  • Kentico 13: Preview url got 404 after migrated asp.net mvc site from 4.8 to .net 8
    Question Mar 19, 2024
    The preview link works when we use .net 4.8. After we migrate to .net 8 recently, we got 404 error . Here are key points we have 1. We are using Kentico 13 2. Got 404 when we try to access a url like: https://localhost:7044/cmsctx/pv/f211f3e1-5949-44c1-9842-c6526c92409f/cultur...

  • Media Files Selector not loading in page builder
    Question Feb 20, 2024
    I have a simple property on my widget: public const string MediaLibraryName = "Images"; [EditingComponent(MediaFilesSelector.IDENTIFIER, Label = "Background image", Order = 1)] [EditingComponentProperty(nameof(MediaFilesSelectorProperties.MaxFilesLimi...

  •   1 2 3 4 5 6 7 8 9 10 ...