A .NET open source content management system and web application development framework. Also goes by the names DotNetNuke 9 and Evoq.
Questions tagged [dnn9]
137 questions
1
vote
1 answer
Performance issues with DNNs IIS service
We have a DNN site running 9.1.1 we have been experiencing problems for a while where the IIS service will consume all available resources from the processor and make the site unresponsive. The issue will often resolve it self given time, but the…

bwassink
- 11
- 1
1
vote
1 answer
DNN Error - General Exception - AbsoluteURL
I have an DNN site where i get this error alot (and i mean alot) and i cant find the source to the problem!
Is there anyone who has an idea of where to start looking or how to debug this?
I cant find the fault its impossible.. :(
DNN PLATFORM
v.…

theonealf
- 89
- 1
- 11
1
vote
0 answers
Error when checking target: expected dense_9 to have 3 dimensions, but got array with shape (2110, 1)
I want to predict stock price and I've defined my model:
model = keras.models.Sequential([
keras.layers.Dense(10, activation='relu',
input_shape=(window, train.shape[1],)),
keras.layers.Dense(5, activation='relu'),
…

Arash mz
- 11
- 1
1
vote
1 answer
Wrap DNN page separator in span with aria-hidden="true"?
The default page separator in DNN is the ">" character. It looks nice but screen readers read it out as "greater than." It's not a deal breaker but it sure gets annoying page after page.
Is it possible to wrap that separator in a span with…

dackc21
- 41
- 3
1
vote
2 answers
problems with search engine on dnn
I'm having problems when indexing content on dnn search engine.
I have a provider that use dnn and I have an admin user. They tell me that they have another customer that use the search engine and works well.
They pre config everything and is not…

David González
- 11
- 3
1
vote
0 answers
Method in DNN module returns a null value when trying to upload a file Asynchronously via JQuery Ajax and saving it in a folder
I am getting a null property in the UploadController.cs file I have in my DotNetNuke module.
I am trying to upload a file using Ajax JQuery using an Upload Controller and saving the file against the logged in DNN user.
Here is my upload…

Tig7r
- 525
- 1
- 4
- 21
1
vote
1 answer
DNN file manager is showing 'no permission' error when uploading files
I have created a new DotNetNuke user and gave him a new User Role.
I have linked this role to his username and gave the role permissions to upload to a certain folder on the server in the File Manager module.
For some reason, it is giving a 'No…

Tig7r
- 525
- 1
- 4
- 21
1
vote
1 answer
JQuery Ajax function not calling backend method in DNN
I cannot get DotNetNuke to execute the backend code from my JQuery Ajax function.
I have the following JQuery code on my View.ascx file
I did try to change the URL to View.ascx/DeleteReviewData but no luck.
function deleteReview(ReviewID){
var…

Tig7r
- 525
- 1
- 4
- 21
1
vote
4 answers
Which Table in DNN will contain Admin Logs?
I need to export Admin Alerts from DNN's database.
Which table contains this?

Tig7r
- 525
- 1
- 4
- 21
1
vote
1 answer
How can I programmatically include meta tags in the DNN header tags?
I would like to use a string writer to add meta tags dynamically in the header tag of my DNN site.
I am not sure if I can use the DNNPageHeaderProvider to achieve this?
Or should I do something like the example below?
This is the facebook…

Tig7r
- 525
- 1
- 4
- 21
1
vote
1 answer
How can I import an existing DNN module into a new module without copying the existing code?
I would like to create a new module which will have two dropdown menu's in the settings whereby it will get the moduleID of two other modules that is already installed on DNN.
How would I "import" these modules into a new module without having to…

Tig7r
- 525
- 1
- 4
- 21
1
vote
1 answer
DNN clear cache for a user after locking it out
There is a problem with DNN 9.1. After locking out a user (from code), the DNN cache doesn't refresh.
Scenario
User entered his/her password more than Membership.MaxInvalidPasswordAttempts; so, the user is locked out.
Logging by 'host' (superuser…

Ⲁⲅⲅⲉⲗⲟⲥ
- 608
- 1
- 8
- 31
0
votes
0 answers
DNN 2sxc | How to grant users permission to view all content items
I have a custom 2sxc app, very much like a blog, that allows DNN users with edit-level permissions (default permissions) to add and update entities of a 2sxc content type called "Article". I would like users assigned the DNN "Content Editor" role to…

Zachary
- 1
- 4
0
votes
1 answer
DNN 9.1.1 Upgrade- Persona Bar Not Loading Views
We've already successfully upgraded well over 100+ sites to newest version(s) of DNN (9.10+)
A customer is finally ready to upgrade and upgrading from DNN 8.0.4 to 9.1.1 is seemingly successful (only "errors" are DNN Security that is already in…

ajwaka
- 608
- 1
- 7
- 12
0
votes
1 answer
How to get the canonical tag not to carry over to the blog posts?
DNN Ver.09.10.02
I am seeking a solution to get the canonical tag not to carry over to the blog posts. The site's blog post uses a thirty-party extension. The site built without the canonical tag. I manually inserted the canonical tag on every main…

Sam Mah
- 31
- 6