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:3375

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

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
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:2371


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:2371


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

Restricting DateEditControl till date by coder247
Hi All,   We are using the DateEditControl (for obvious reasons!!) in our application. But we want t...
RE: Email Set UP per Portal by jncraig
I think that the answer depends on how email is configured at your host. You'll probably have to co...
RE: skin/container error load by jncraig
I would suggest checking permissions for directories. Does this occur only when you upload a skin...
RE: Add New Profile Properties by jncraig
Hmmm ... I don't have an answer. Does anyone else?
RE: No Access for me too by ristori
it is ok now. Thanks for this action.
skin/container error load by islandman
Has anyone else run across this error when loading skins or containers from site settings?I am using...
Email Set UP per Portal by islandman
How do I set up a unique email address per domain name off 1 hosting environment. for example...m...
RE: localhost Install issues by cdees
Lee: I wanted to follow up on this for anyone following this thread. I have been unable to solve t...
RE: Add New Profile Properties by WSI
HI Joe, The DNN version is 4.5.5. Thanks, Cliff
Change Skin on URL by vinita
Hi,Can the skin be changed based on the url used to access a portal. Multiple portal aliases may be ...
problem creating child portal by kabamaro
  Hello all i have 4 Aliases for my parent portal , lets call them X,y,Z,WIn all Aliases i can creat...
problem creating child portal by kabamaro
  Hello all i have 4 Aliases for my parent portal , lets call them X,y,Z,WIn all Aliases i can creat...
Best DNN portal ever! by derpir
I have been a subscriber since august 2008, and DNNCreative.com is simply the best DNN Portal, their...
RE: skinning trouble by derpir
Hello Yes could you be so kind and take a look att the htm-file and css-file.I would be very gratef...
Search function is not working by kishorpawar
I am using Seach module in my project but not working, i have set   host setting alsoHost --> Schedu...
RE: backend is changing from sql2005 to sql2008 by leesykes
hello,There should not be any code changes needed, but you'll need to make sure that SQL 2008 upgrad...
RE: skinning trouble by leesykes
Hello,I would need to see your code to help you with this one, you can zip up your files and attach ...
RE: Installing DotNetNuke 4.9.00 on VWD 2005 w/ SQL server 2008 by leesykes
I have run a test with SQL Server 2008 express and DotNetNuke installed in exactly the the same way ...
RE: Issue 39 Interview by leesykes
thanks Bill, glad it was useful, we will have a think about the best way to approach this,Thanks,
RE: Issue 39 Authentication by leesykes
yes I have a live site in 4.9.0 at it seems stable as well.
AppTheory
RSS Feeds