Questions tagged [dotnetnuke-9]

Use this tag for Dnn (DotNetNuke) 9.x specific questions.

DotNetNuke 9 is the latest version of the DotNetNuke open source CMS hosted on Codeplex. Visit the project's website at http://www.dnnsoftware.com/.

110 questions
0
votes
0 answers

DotNetNuke: Delete unused Extensions after upgrade

I have upgraded a site from dnn 4.8 to 9.1.1. During this upgrade various pre-installed Extensions become obsolete, I check these obsolescence with a clean dotnetnuke 9.1.1 installation. I have some issues and I think that they are generated from…
ar099968
  • 6,963
  • 12
  • 64
  • 127
0
votes
1 answer

Error While running DotNetNuke 9 on a server

Hi I get the following error while running DotNetNuke 9 on a server on Windows server 2012 r2 with iis Could not find file D:\Inetpub\vhosts\accuratedatabases.in\*****\DotNetNuke.config Description: An unhandled exception occurred during the…
0
votes
1 answer

2sxc Error: System.Exception: Module upgrade did not complete

We just upgraded our DNN site to 9.1.1 and are now upgrading all of our modules. We saw 2sic's blog post about needing version 7+ of 2sxc installed before upgrading to 9 here: https://2sxc.org/en/blog/post/upgrading-to-2sxc-9-3-requires-2sxc-7, so…
L P
  • 1
  • 1
0
votes
0 answers

DNN Re-Index error: There is no build provider registered for the extension '.cshtml'

I Upgraded DotNetNuke from version 8 to version 9.01.01 (116). After the upgrade, I had a problem where all the users were not indexed. The following process was followed in order to reindex the site: The site was stopped in IIS. All the files…
AJS
  • 1
0
votes
0 answers

DNN 9.1.1 gives 302 headers on multiple DNN files when not logged in

DNN 9.1.1 gives 302 headers on multiple DNN files when not logged in (see screenshot Fiddler). The result is a very ugly page with no css and javascript. No error logs. The website shows all files after I have logged in. What can this be? local…
0
votes
2 answers

Cannot upgrade 2SXC from 8.2.3 to 9.6.1

I've tried several times to upgrade 2SXC content from 8.2.3 to 9.6.1 and keep running into an installation error. This is a site that was previously on 7.2.2 and then upgraded to 9.1.1. I received the same error on both versions. Steps to…
Will Strohl
  • 1,646
  • 2
  • 15
  • 32
0
votes
1 answer

Does dotnetnuke 9 supports Arabic languages?

I want to user Arabic language in dotnetnuke. I am using dotnetnuke version 9. Does dotnetnuke 9 support Arabic languages?
0
votes
1 answer

LeftMenu disappears with DNN Version 9.1 upgrade

I'm using DNN Evoq Basic Version 9.1. I recently upgraded from Version 8.5. Upon upgrading, one of our website's left menu navigation has disappeared. We are using the following code in our .ascx file: <%@ Register TagPrefix="dnn" TagName="LEFTMENU"…
0
votes
1 answer

DNN Persona Bar module routing

I am trying to create dnn persona bar module for dnn9, Front-end part sends request to the url like - http://dnndev.me/API/personaBar/ControllerName/ActionName and I get error - Unable to locate a controller for…
Artur Zh
  • 25
  • 3
0
votes
1 answer

2sxc - One content-type, one list view, one cshtml, some rows not shown

Using 2sxc to create a new app with only: - One content type - 15 rows of data - One view (razor, single cshtml file) When I call the @foreach loop, only some of the data is shown in the list view (apparently the ones inserted in the current dnn…
João Gomes
  • 312
  • 2
  • 12
0
votes
2 answers

DNN9 svg file upload

Is anyone familiar with DNN 9 platform here? If so could someone direct me how to upload an svg file to the server. In older version of DNN(8,7 etc) there was a setting in the Host List settings where you could enable the file type, however in DNN…
0
votes
1 answer

2SXC - Complete Upgrade not completing after 8.x upgrade to 9.2

Referring to this article: Link » What to do if 10x pressing the button does not do the trick? We have updated the modul from 8.x to 9.2 four days ago and have been pressing the button ever since. It is now still showing "Error: System.Exception:…
0
votes
1 answer

DNN 9.1 upgrade error - Method not found: 'Int32 Telerik.Web.UI.UploadedFile.get_ContentLength()'

I have recently upgrade my dnn from 5.0 version to 9.1 version with suggested upgrade on below URL: http://www.dnnsoftware.com/wiki/suggested-upgrade-path The upgrade went smoothly but one issue I am getting is in file upload. I am getting below…
love thakker
  • 460
  • 2
  • 13
  • 29
0
votes
1 answer

DNN HTML Module on 9.1.1 throwing the following error

Since applying the latest critical security update, all pages that have the HTML module on them are throwing the following error resulting in a 404 page for the user. Please advise! Is there a good replacement module that we can use…
codeaf
  • 81
  • 6
0
votes
2 answers

301 Redirects on Products in DNN

I am a novice when it comes to developing and coding. I am stronger at design and HTML/CSS but I have a question regarding 301 redirects on a eCommerce site that I am getting ready to launch. The site has over 500 products and the URLs for these…