Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...DNN 4.9.5 to DNN 5.2.3 Upgrade ErrorDNN 4.9.5 to DNN 5.2.3 Upgrade Error
Previous
 
Next
New Post
3/15/2010 3:47 PM
 

Hi,

 

I am testing an upgrade from DNN 4.9.5 to DNN 5.2.3. The upgrade says it is successful, but after a little playing around I noticed that the menu bar on one of my portals (my animalshelter portal) generates the error below when any page on the menu bar is clicked (this problem is only on this one portal). Also, in the Event Viewer I get the follow Genral Exception right after the framework upgrade. For some odd reason, there is no "default.aspx" file in the "animalshelter" folder (for the animal shelter portal) under the root, however there are "default.aspx" files for my other child portals under the root in their folders (folder name is the same as the portal name). For example, in my "helptheanimalsfundinc" folder under the root (for the helptheanimalsfundinc portal)  there is a "default.aspx" file. I am not sure why this is as I have recently taken over this site. This is the last problem I need to solve before I can run the upgrade on my live site! Thanks in advance for all of your help!

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

Requested URL: /animalshelter/NewsAnnouncements.aspx

Server Error in '/' Application.

The resource cannot be found.

 


Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082

 

  3/15/2010 3:09:10 PM   General Exception       AssemblyVersion: 5.2.3; PortalID: -1; PortalName ...
AssemblyVersion: 5.2.3
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL: /Install/Install.aspx?mode=upgrade
AbsoluteURL: /Install/Install.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 5fdc11de-d044-4002-ab93-6b2f9444d6cc
InnerException: Could not find file 'C:\Brookhaven_Web\animalshelter/\Default.aspx'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.IO.__Error.WinIOError
StackTrace:
Message: System.IO.FileNotFoundException: Could not find file 'C:\Brookhaven_Web\animalshelter/\Default.aspx'. File name: 'C:\Brookhaven_Web\animalshelter/\Default.aspx' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileInfo.get_Length() at DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication()
Source:
Server Name: WEBSITE-TEST-SE

 
New Post
3/15/2010 6:49 PM
 
regardless of animalshelter being the root of your IIS web site or a virtual folder or even a sub folder of it, used as a child portal, it needs to contain a default.aspx. Which of these situations applies to your site?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
3/15/2010 7:34 PM
 

Hello Sebastian,

The animal shelter folder is not the root of my website, I am sorry if what I wrote was misleading. The root is a folder called "brookhaven_web" and the "animalshelter" folder is a subfolder of "brookhaven_web" along with many other folders, such as "portals". Surprisingly, there is no "default.aspx" file in the "animalshelter" folder and the portal currently works fine on DNN 4.9.5. Also, in all of my other portals there IS a "default.aspx" file in their folders and these portals work fine after the upgrade. The only thing wrong is on my animalshelter portal the menu bar items do not open after the upgrade.  I tried copying a "default.aspx" file from one of my other portals, but after the upgrade the animalshelter portal just goes to my main portal.  Any ideas?

Thanks again for the response! 

Matt

 
New Post
3/16/2010 7:57 AM
 
Matt, this sounds very strange, by default, all DNN installation use default.aspx in the root of the web site and any virtual directory.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
3/16/2010 9:20 AM
 

Hey Sebastian,

in the folder there is a "index.htm" file with the below content. and a file called "copy of index.aspx" that has this small amount of code in it... any ideas with this info?

"<%response.buffer=true%><%@ Page Language="VB" %>

<%
Response.Redirect("http://www.brookhaven.org/animalshelt...")
%>"

 

Index.htm code

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
  <TITLE></TITLE>
  <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
  <META NAME="TITLE" CONTENT="Brookhaven's Animal Shetler">
<meta name="Description" content="Brookhaven's Animal Shetler">
<meta name="KeyWords" content="Brookhaven's Animal Shetler">
<script language="JavaScript">
<!--

function SymError()
{
  return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
  return (new Object());
}

window.open = SymWinOpen;

//-->
</script>

<script language="JavaScript"><!--
var loc = window.location.href;
var server3 = 'brookhaven.org/animalshelter';
var server8 = 'brookhaven.org/animalshelter';

var newLoc = 'http://www.brookhaven.org/animalshelter/Home/tabid/336/Default.aspx';

if (loc.toLowerCase().indexOf(server3) !=-1)
    newLoc = 'http://www.brookhaven.org/animalshelter/Home/tabid/336/Default.aspx';
else if (loc.toLowerCase().indexOf(server8) !=-1)
    newLoc = 'http://www.brookhaven.org/animalshelter/Home/tabid/336/Default.aspx';
else
    newLoc = 'http://www.brookhaven.org/animalshelter/Home/tabid/336/Default.aspx';

if (document.images)
    setTimeout('window.location.replace(newLoc)',0);
else
    setTimeout('window.location = newLoc',0);


//--></script>
 </HEAD>
 <BODY>
 </BODY>
</HEAD>

<script language="JavaScript">
<!--
var SymRealOnLoad;
var SymRealOnUnload;

function SymOnUnload()
{
  window.open = SymWinOpen;
  if(SymRealOnUnload != null)
     SymRealOnUnload();
}

function SymOnLoad()
{
  if(SymRealOnLoad != null)
     SymRealOnLoad();
  window.open = SymRealWinOpen;
  SymRealOnUnload = window.onunload;
  window.onunload = SymOnUnload;
}

SymRealOnLoad = window.onload;
window.onload = SymOnLoad;

//-->
</script>
 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...DNN 4.9.5 to DNN 5.2.3 Upgrade ErrorDNN 4.9.5 to DNN 5.2.3 Upgrade Error


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out