Anything related to 2sxc, the content-management module & app-engine for DNN/DotNetNuke.
Questions tagged [2sxc]
582 questions
0
votes
1 answer
Server 500 while accessing 2SexyContent-ContentGroup
I am trying to delete a view by following instructions here: Not able to delete 2sxc view and here: http://2sxc.org/en/blog/post/advanced-dynamic-data-content-understanding-content-type-scopes
I can get to the 2SexyContent-System scope without…

MDM
- 897
- 6
- 12
0
votes
1 answer
Content Import error - Server Error 500
After many months of using 2sxc; building sites, importing content, without any problems, I'm encountering an issue when importing content to a new site. The only error message I see is "Had an error talking to the server (status 500)." If I use a…

Ben
- 3
- 1
0
votes
1 answer
Bad request error before doing anything
I just installed 2sxc 8.9 on a website. Installation was done in about 20 seconds.
Then I tried to make an app and add content-type and data.
Than I tried to make a view but it's giving this error:
It's on DNN 7.4 which is supposed to work,…

Danny Brouwer
- 47
- 9
0
votes
1 answer
Imported data not display
Imported data not displays in repeated table. It's only shows demo data. below is my template.
@{
@foreach (var Content in AsDynamic(Data["Default"]).OrderBy(m => m.wcName))
…