Questions tagged [kentico-12]

Kentico is a CMS using asp.net that enables users to build websites, online stores, and community sites. To use this tag, the question has to be about Kentico version 12, which was released on November 27, 2018.

With version 12, Kentico is now placing more emphasis in developing using MVC rather than the Portal Engine, which can still be used. New features in version 12 are:

  • MVC Page Builder
  • MVC Widgets
  • MVC Content Personalization
  • MVC Form Builder
  • Smart Forms
  • E-commerce Business API
  • MaxMind GeoIP2 Geolocation Database Support

References

Kentico Version 12

87 questions
0
votes
1 answer

Issue while uploading Video of 25mb in kentico using Management API "Request body larger than maxBodyLength limit"

I am uploading 25 mb size of video using Kentico using Node.js I have tried all the way but I am getting "Request body larger than maxBodyLength limit" How can i resolve it?
Maulik Patel
  • 717
  • 1
  • 10
  • 22
0
votes
0 answers

How does Kentico 12 Web Farm handle development and production sites with SAME domain name?

Let's say I have a production MVC site called www.example.com that uses Kentico 12 CMS. To test certain functionality there are times when I need to setup a local development site to match the domain name www.example.com using the Windows hosts…
joym8
  • 4,014
  • 3
  • 50
  • 93
0
votes
1 answer

How can I add asset/Image to specific folder using Kentico

Currently i am able to add multiple images into kentico. but how can I add images into specific folder using Kentico API. I am using Kentico/Kontent-management Package in Node.js project.
Maulik Patel
  • 717
  • 1
  • 10
  • 22
0
votes
1 answer

How to Create an MVC Widget in Kentico 12 Page Builder

Previous question for context (the previous question was going nowhere, so I created this new one to start fresh): Unable to Create New MVC Widget in Kentico 12 I'm trying to create a widget called "Image with Summary". For now, I'm just trying to…
Nicholas Westby
  • 1,109
  • 13
  • 32
0
votes
2 answers

Unable to Create New MVC Widget in Kentico 12

I'm trying to create a new widget called "Image Summary Section". I'm at the very beginning stages and I'm just trying to get the widget to appear in the list of widgets when adding widgets to the page. Instead, I just get existing widgets that I…
Nicholas Westby
  • 1,109
  • 13
  • 32
0
votes
2 answers

Load a different form on different pages using the same page template

Kentico 12, not MVC: I have a page template that is used on several pages. On some of those pages I want to display a form. (a biz form from the Forms application) I don't necessarily want the same form on each of those pages. I need a way to…
Rob M
  • 301
  • 1
  • 9
0
votes
1 answer

Kentico Access PageType table values from code behind

I have created a new page type called "HeroHeader". I can see that in the database it created a table for that new page type. Is there a way I can access this table data from a webpart code behind? Some thing like var record =…
chamara
  • 12,649
  • 32
  • 134
  • 210
0
votes
1 answer

store Edm.GeographyPoint types in Azure Search

Hi im trying to create a Edm.GeographyPoint item in an Azure Search Index via the Kentico CustomAzureSearchModule.This is activated on an index rebuild in Kentico. I keep getting the error message The value specified for the spatial property was…
0
votes
1 answer

Kentico 12 Caching in different environments

MVC C# project with a Kentico 12 back-end (no drag-n-drop web parts just using it as back end CMS, with calls to Kentico APIs for data). Basically, we're having a caching issue that only occurs on one of our environments (PROD). I believe this is…
RichieMN
  • 905
  • 1
  • 12
  • 33
0
votes
0 answers

PdfSearchTextExtractor - Object reference not set to an instance of an object

I'm receiving this error every time I copy, delete pages. Not sure what's causing this error. Any tips to find where the error is being thrown?
chamara
  • 12,649
  • 32
  • 134
  • 210
0
votes
2 answers

Can you combine Kentico 12 MVC and Kentico 12 Portal Engine development within the same website?

One of our clients has a rather large website, currently build in Kentico 11 / Protal Engine. We are now preparing the transition to Kentico 12 / MVC. We woul'd like to do this gradually, per section. We have a couple of concerns regarding this: Is…
0
votes
1 answer

Kentico - Not able to save the DateTime in "DD/MM/YYYY" format

I am working on Kentico 12 MVC Site in version 12.0.59 and default culture set to "en-AU". I have created a Form named "Sample Form". When I am trying to save the datetime in either "MM/DD/YYYY" or "YYYY/MM/DD" it works correctly and saves the data…
0
votes
2 answers

Kentico Azure blob integration

On my Kentico project I have integrated Azure blob storage instead of saving files locally. Followed this article.…
chamara
  • 12,649
  • 32
  • 134
  • 210
0
votes
1 answer

Kentico Azure Search - Auto Rebuild Task Failure

I have setup Azure search on my Kentico site. The search works fine. When I try to setup automatic index build it fails. So, it's never rebuilding the indexes. How can I fix this issues?
chamara
  • 12,649
  • 32
  • 134
  • 210
0
votes
1 answer

Kentico: Download file uploaded to cms

I want to be able to upload a file to the cms, to a field on a page. Then from the actually site page, have a link to download said file