Questions tagged [dotnetnuke-5]

DotNetNuke version 5. A .NET based open source CMS.

DotNetNuke is a CMS originally created from a Microsoft .NET Example web application IBuySpy portal. It is available as an open source Community Edition under a BSD-style license. There are also Professional and Enterprise Editions that add deeper workflow and other security enhancements over the community edition.

173 questions
0
votes
1 answer

How to automate configurating DotNetNuke settings for several environments?

Are there any recommended methods for automating configuring DotnetNuke settings? We will have several instances of our DNN application (prod, beta, qa, dev, local, etc) and need to be able to configure them all the same and be able to make updates…
Joosh21
  • 133
  • 3
  • 14
0
votes
1 answer

add custom module to a published dnn site

I have a client site as a published dnn website hosted on a local server in the organization's premises. I have developed a new module using the source code that fetches data using a stored procedure. This is what I did to transfer the changes to…
kobla
  • 1
  • 2
0
votes
1 answer

Where is DotNetNuke page keywords stored in database?

Which SQL Server table can I locate keywords associated with a page in DotNetNuke?
dance2die
  • 35,807
  • 39
  • 131
  • 194
0
votes
2 answers

Need guidance in debugging this DNN issue

I'm a beginner with DotNetNuke and am having trouble debugging this problem. We are using DNN version 5. On our local development machines our DNN site renders just fine. But we recently deployed to our test server and on there the site only…
unnknown
  • 1,715
  • 2
  • 19
  • 37
0
votes
0 answers

DNN5 account login module doesn't show the username and password label

Hello every body, I have a very strange issue with the account login module using dotnetnuke 5.6.8. I have to create a new web site, every thing was ok before i added localization for three languages. For two languages i have no problems with…
jmuhire
  • 2,091
  • 21
  • 19
0
votes
1 answer

DNN5 Shows Under Construction

I recently upgraded my PC from Windows 7 to Windows 8.1 and am now having problems resetting up my local DNN5 environment. I pulled my DNN5 instance down from a remote git repo, and just finished importing all of the tables/data/stored procedures…
drewwyatt
  • 5,989
  • 15
  • 60
  • 106
0
votes
1 answer

How can I retrieve a cell containing a button?

I am (unfortunately) updating a DotNetNuke 5 desktop module I have a button handler: protected void ButtonHandler(object sender, EventArgs e) { Button button = (Button)sender; TableCell tblCell = button.Parent; } I have also tried the above…
drewwyatt
  • 5,989
  • 15
  • 60
  • 106
0
votes
2 answers

DotNetNuke Configuration issues for Sql Server 2008 R2

I am using the following tools; Visual Studio 2010 Professional Edition. Sql Server 2008 R2 DotNet DNN_Platform_07.02.01 Microsoft Windows 7 Ultimate. I have successfully configured DotNetNuke on IIS but when practically installing it creates…
0
votes
0 answers

Request.InputStream empty

A number of years ago I wrote a .aspx page that handled a HTTP POST Request which contained a piece of xml. The code read the xml using Request.InputStream - it worked fine for years until The DNN site that it was running in was updated to 5.6.8…
jb007
  • 316
  • 1
  • 3
  • 11
0
votes
2 answers

DNN 5 load error (NullReferenceException) under IE11

I've been asked to troubleshot legacy website created using DNN5.0 Problem exists only when IE11 is used. In previous versions everything is ok, as well as when using other browsers (Chrome, Firefox). I've managed to discover that this is caused by…
Piotr Sobiegraj
  • 1,775
  • 16
  • 26
0
votes
1 answer

DNN Change Title for Setting page

Here is another one for helping hand's.Its about Dnn's Setting page. I want to change the tab Title.is there any easy solution for that i search about it ; but i come up with empty hands.
Frank James
  • 157
  • 2
  • 5
  • 15
0
votes
2 answers

how can i add multiple images in article detail page in DNNGO xBlog?

I have added the DNNGO xBlog module in DNN. but it only allow me to add just one pic in article detail page for pop up. I want to add multiple images in article detail page for popup. Need help about it to how to do it ... ?
Hamid Hassan
  • 3
  • 1
  • 5
0
votes
6 answers

"The Resource Cannot Be Found: /Login.aspx" on new v5.20 Install

Please see my DNN Forum Post for more details. I've never had any issues with DotNetNuke installations. But with the new v5.20 (or v5.02, whichever it really is), everything runs perfectly fine through installation. I then get to the main default…
TheHolyTerrah
  • 2,859
  • 3
  • 43
  • 50
0
votes
1 answer

how to install dnn (v 5.2.0) in vs (any of 2005 or 2008)?

i need to install DNN on my pc. I dont mind what dotnet version this would be: either 2005 or 2008 but i need to install DNN v 5.x.y and not any previous installation + also need to configure in my sql server (could be 2005 or 2008) Please suggest…
xorpower
  • 17,975
  • 51
  • 129
  • 180
0
votes
2 answers

Custom DNN module won't be dropped onto a page

I have a custom DNN module that works well in DNN 5. After modifying the module to work in DNN 7 and installing it successfully, nothing happens when I drop one of the module's controls on a page. In the event viewer, I see the following log entry…