You need to Register for free and Login to post a message in the forum.

Forum

Subject: Development versus Live Portal Issue
Prev Next
You are not authorized to post a reply.

Author Messages
usheen
DNN Creative Magazine Subscriber
Nuke Newbie
Nuke Newbie
Posts:7

24 Jul 2008 5:02 AM  
I have an unusual issue with a live portal, the Host Settings and greyed out text boxes.

On my development portal which is on WinXP with SQL2005 everything works perfectly. However on the live server, WinServer2003 with SQL2005, under the Module Definitions when I select a Module the text boxes are greyed out, as if I don't have permission to edit them.

Here is an image of the Host Definitions for the Dev. Server: http://media.indonegal.com/odd1.gif

Here is an image of the Host Definitions for the Live Server: http://media.indonegal.com/odd2.gif

This is what the rendered HTML is for the Liver Server Text Box:

textarea style="width: 390px;" class="NormalTextBox" disabled="disabled" id="dnn_ctr322_EditModuleDefinition_txtDependencies" cols="30" rows="2" name="dnn$ctr322$EditModuleDefinition$txtDependencies"/

On the Dev Server the ' disabled="disabled" ' attribute is not present. Ther Windows File and Folder permssions are much the same with some variance due to the difference between XP and Server2003.

Would anybody have any suggestions as to why this would be different, why it is including the 'disabled' attribute in the Module Definitions and if I have missed something while moving the Dev. Server copy to the Live Server.
leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3112

05 Aug 2008 4:40 AM  
I'm not sure why this is happening, does it happen for all modules on the live server?

Have you tried installing a separate fresh installation to the live server - does this version have the same problem?

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts
usheen
DNN Creative Magazine Subscriber
Nuke Newbie
Nuke Newbie
Posts:7

05 Aug 2008 2:11 PM  
Lee,

I posted this on Mitchel Sellers and here is the reply I got from him. It would seem that the issue is related to a difference in a Localhost installation compared to a live server installation. It is the same with all modules. I tried different installations on various servers with Windows Server 2000 and 2008 and MSSQL Express and 2005 and its the same each time. I also changed the permissions on the DNN folders with no luck.

http://www.mitchelsellers.com/forums/forumid/2/postid/1256/view/topic.aspx

Usheen
jncraig
DNN Creative Staff
Nuke Master II
Nuke Master II
Posts:2157

07 Aug 2008 8:20 AM  
OK, I read this. I take it that you are trying to alter module settings on the host's Module Definitions page. I am aware that there are several items that can be changed only on a local site. One of them is creating a module package.

I also think that this is easy to fix, by commenting out one line in an aspx file. Basically, that removes the limitation that the function will work only in local environments. I'm travelling this week, but I'll try to look for the solution and post it here.

Joe Craig
DNN Creative Support
Subscribe to the website
usheen
DNN Creative Magazine Subscriber
Nuke Newbie
Nuke Newbie
Posts:7

07 Aug 2008 9:23 PM  
Joe,

You are correct, I was trying to change the Portable option in the Module Defintions for some of the modules that I have installed on my live server. This issue never arose when I was doing the same thing on my local/development server for the exact same modules.

Usheen
usheen
DNN Creative Magazine Subscriber
Nuke Newbie
Nuke Newbie
Posts:7

15 Aug 2008 8:38 AM  
Joe,

Have you been able to look at this issue ?

Usheen
jncraig
DNN Creative Staff
Nuke Master II
Nuke Master II
Posts:2157

15 Aug 2008 9:30 AM  
Look in admin\ModuleDefinitions\PrivateAssembly.ascx.vb. There you will see this code:

If Upgrade.Upgrade.UpgradeIndicator(glbAppVersion, Request.IsLocal, Request.IsSecureConnection) = "" Then
lblUpdate.Visible = False
grdDefinitions.Columns(4).HeaderText = ""
End If

I'm assuming that the Requests.IsLocal is the culprit. If I were playing, I would replace that with "True" and see what happens.

Joe Craig
DNN Creative Support
Subscribe to the website
You are not authorized to post a reply.
Forums > DotNetNuke® > DotNetNuke® Questions > Development versus Live Portal Issue



ActiveForums 3.7

Latest Forum Posts

News&Articles Module by gabrieleseven
Hello, I've created a Portal for news and info about the world of music. I need a module that allow ...
RE: Install DNN.4 on Win 2003 and SQL2000 by jncraig
1. Add a portalalias for your new site's URL before you do anything. 2. Make a backup of your dat...
RE: Custom Module Development by jncraig
I would recommend adefwebserver.com for good information on writing modules. Without looking over...
RE: Dynamic page navigation by jncraig
I take it that you have developed 10 separate pages? Are these pages with a custom module or with c...
RE: Pop up window by jncraig
I believe that ZLDNN (zldnn.com) has a module that will pop up a page or a module. I've not tried i...
Dynamic page navigation by coder247
Hi all,          We are developing a web app using DNN and we've a requirement like this. There are ...
Custom Module Development by neenu
I created my own module using DAL,by adding 4 class files in app_code directory, say alistinfo.vb,al...
Pop up window by yerann
Whenever a page loads in DNN i would like a pop up window to display.  This pop window ask the user ...
RE: Customise registration page by nichord
Thanks Rob... I would have never found this one on my own.And many thanks to you Lee... My print com...
Install DNN.4 on Win 2003 and SQL2000 by amine97
Hi all,I will be working on creating a website on my development server Windows 2003 and SQL Server ...
RE: Dynamically Add modules by jncraig
You can include a module on multiple pages within a portal by selecting "add existing module" on the...
music player, music charts by mrvorazan
hey,i havev to create a music portal, so i need a module to upload music files by users, they have t...
Dynamically Add modules by UmaRam
Hi, Please advice how to add an existing module in a page to another page in the same portal and ...
Dynamically add module by UmaRam
Hi, Please advice how to add an existing module in a page to another page in the same portal and ...
RE: VWD 2008 & SQL Express 2008? by rc_kemal
It is very difficult to convert the database from sql2008 express to sql2005 express. To answer my o...
RE: User Registration Questions by jncraig
I would recommend that you NOT begin your DotNetNuke life by starting to modify any of the code. Ye...
RE: Dotted Lines Around Navigation by HUGHD37IUOE
Here it is: http://www.iuoe.org
RE: Installing on XP Home by nexduke
Hi Yes, I'm using SQL Server Express 2005, what would you suggest I do if it is a configuaration ...
RE: Exporting and transferring Modules. by ollep
Thanks Lee! Yes I will check out the Forum – and the hosts before I sign up.   I expect to see an...
User Registration Questions by stevennestler
Hi.I'm new to DNN, and just watched my first set of videos on this site, for customizing registratio...
DotNetNuke Modules
RSS Feeds