Hello,even though we set the configuration (web.config) to not show any detailed error messages (production), we still see this message: @The application could not connect to the database...@I trie...
I know Kentico not supported the Kentico 8.2 version anymore but if any other Kentico community members facing the same issue, I would want your help. The attached is the image on time out error. B...
Is it possible to achieve this with some sort of database operations or something else.I know this question has been asked few times, but in my situation I do not have the staging module setup, and...
How can I instantiate a new kentico instance from a database backup, Trying to create a dev environment for changes of a currently running site. I have tried using the Import/ Export from the sites...
Team,While deleting unpublished page, I am getting below error. Can you please advise?Code: var docs = DocumentHelper.GetDocuments() .Published(false); foreach (var treenode in docs)...
Is there a global event to target the execution of scheduled system tasks? I have 2 tasks that were created as a result of a scheduled email marketing campaign, and I’d like to target them both aft...
Hi there,When I leave the Sort field blank on the Smart Search Results control, the relevance scores work for individual content items. But the second I add in a sort condition (documentmodifiedwhe...
Hi,Is there any thoughts on creating a product comparison feature in Kentico CMS?(I.e., an initial webpart containing a checklist for each data-item and a compare button, and a second webpart picki...
Hello All,I am using built in Kentico feature to get data for a custom table using REST API as described by this documentation https://docs.kentico.com/display/K8/Getting+data+using+RESTI had had f...
I want to create a Article List wherein I want to manipulate the Article items HTML on the basis of its index. There will be only 6 articles in the list.I created a trasnformation as shown below:{%...