Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
AI OnAI Off
Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
From what i can see, a couple things.
[[Display(GroupName = SystemTabNames.Content,
Name = "Page Subtitle",
Description = "Page subtitle text",
Order = 10)]
[CultureSpecific]
public virtual string PageSubtitle { get; set; }
I created this page, with the string details removed. I get a generic 500 error on every page when I add this page to the content section. If I trash the page, the site works fine again. I have a feeling there's some sort of config or something I'm missing that specific to my environment. But i'm having trouble because there's no details on the error, no lines of code are shown in the debugger, and nothing is logged in the event viewer.
Any ideas what I can do to track down the problem?