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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...HELP!  My Site is DEADHELP! My Site is DEAD
Previous
 
Next
New Post
2/13/2007 3:18 PM
 
those issues are related to virtual paths during skin loading. Did you do any other changes?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
2/13/2007 3:28 PM
 
Nope.  And I use one of the standard DNN skins.  Horizontal Blue or something (I'd have to look and see) ;)

Here's what I did, to the best of my memory:

Backed up my website folder (it was 4.3.5).
Extracted DotNetNuke_4.1.1_Upgrade.zip over my current website folder.
Opened the website locally on the server.  No messages indicated there were any problems.
Successfully logged into the website using an Account that has Admin rights.
Installed the updated Help module using Help_03.00.01_Install.zip (via Module Definitions).
Clicked Return and the Module Definitions came back.  (Ya know, I didn't go back to the main page here.)
Installed the updated Announcements module using Announcements_03.04.00_Install.zip (via Module Definitions).
Clicked Return.  At this point, an error appeared instead of the Module Definitions page.
Went to the main URL because I was going to restart the site.  But the main page would not load either.
 
New Post
2/13/2007 3:30 PM
 
please check your DNN eventlog egain, the installation issue should be listed in there. Post the issue entry please.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
2/13/2007 3:57 PM
 
Ok, this is strange.  It seems that the use of the "LogProperties" field perhaps changed (dramatically) between 4.3.5 and 4.4.1.  I'm posting this here because leupold has been VERY responsive so far.  Where should I post this?  Should I put it in Gemini, or should I post it on a forum first?  (I'll answer leupold's other question in my next post.)

When I started the update to 4.4.1, there is a log entry for APPLICATION_SHUTTING_DOWN that contains a <ArrayOfAnyType> XML document.  Everything before then seems to use <ArrayOfAnyType> and everything after seems to use the <LogProperties> XML document.  If I try to view the pre-4.4.1 log entries from the Log Viewer then this exception occurs:

ModuleId                        363
ModuleDefId                    79
FriendlyName                Log Viewer
ModuleControlSource    Admin/Logging/LogViewer.ascx
AssemblyVersion            04.04.01
ActiveTabName                Log Viewer
DefaultDataProvider    DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider

Element 'LogProperties' was not found. Line 1, position 2.
Method System.Xml.XmlReader.ReadStartElement
Message DotNetNuke.Services.Exceptions.ModuleLoadException: Element 'LogProperties' was not found. Line 1, position 2.
System.Xml.XmlException: Element 'LogProperties' was not found. Line 1, position 2.     at
System.Xml.XmlReader.ReadStartElement(String name)     at
DotNetNuke.Services.Log.EventLog.LogProperties.Deserialize(String content)     at
DotNetNuke.Services.Log.EventLog.DBLoggingProvider.DBLoggingProvider.FillLogInfo(IDataReader dr)     at
DotNetNuke.Services.Log.EventLog.DBLoggingProvider.DBLoggingProvider.GetLog(Int32 PageSize, Int32 PageIndex, Int32&amp; TotalRecords)     at
DotNetNuke.Services.Log.EventLog.LogController.GetLog(Int32 PageSize, Int32 PageIndex, Int32&amp; TotalRecords)     at
DotNetNuke.Modules.Admin.Log.LogViewer.BindData()     at
DotNetNuke.Modules.Admin.Log.LogViewer.Page_Load(Object sender, EventArgs e)    
--- End of inner exception stack trace ---
 
New Post
2/13/2007 4:42 PM
 
There were some errors that occurred during my update to 4.4.1.  The update page didn't say anything about these errors.  But they are in my event log.  Here they are, cleaned up and with some comments.  Note that I manually pulled these from the table and manually cleaned them up.  Hopefully I made the correct assumptions.  :)

-- Upgrading from 4.3.5 to 4.4.1 --
APPLICATION_SHUTTING_DOWN
2/12/2007 18:05:24

GENERAL_EXCEPTION
2/12/2007 18:15:10
AssemblyVersion        04.04.01
PortalID                    -1
UserID                        -1
ActiveTabID                -1
InnerException        Email
Method                        System.Data.ProviderBase.FieldNameLookup.GetOrdinal
Message                        System.IndexOutOfRangeException: Email     at
System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName)     at
System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)     at
System.Data.SqlClient.SqlDataReader.get_Item(String name)     at
DotNetNuke.Entities.Portals.PortalController.FillPortalInfo(IDataReader dr, Boolean CheckForOpenDataReader)     at
DotNetNuke.Entities.Portals.PortalController.FillPortalInfoCollection(IDataReader dr, Int32&amp; totalRecords)
--- End of inner exception stack trace ---

APPLICATION_START
2/12/2007 18:15:11

GENERAL_EXCEPTION
2/12/2007 18:15:11
AssemblyVersion                04.04.01
PortalID                            -1
UserID                                -1
ActiveTabID                        -1
InnerException                Unhandled Error:
Method                                System.Data.ProviderBase.FieldNameLookup.GetOrdinal
Message                                System.Exception: Unhandled Error:  System.IndexOutOfRangeException: Email     at
System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName)     at
System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)     at
System.Data.SqlClient.SqlDataReader.get_Item(String name)     at
DotNetNuke.Entities.Portals.PortalController.FillPortalInfo(IDataReader dr, Boolean CheckForOpenDataReader)     at
DotNetNuke.Entities.Portals.PortalController.GetPortal(Int32 PortalId)     at
DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo)     at
DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo)     at
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e)     at
System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously)    
--- End of inner exception stack trace ---

MODULE_LOAD_EXCEPTION
2/12/2007 18:17:56
ModuleId                            -1
ModuleDefId                        -1
FriendlyName                    ModuleControlSource
AssemblyVersion                04.04.01
PortalID                            0
UserID                                -1
ActiveTabID                        36
ActiveTabName                    Home
AbsoluteURLReferrer        http://support.medevolve.com/Install/Install.aspx?mode=Install
InnerException                Unhandled Error Adding Module to ContentPane
Method                                System.Web.Compilation.BuildManager.BatchCompileWebDirectoryInternal
StackTrace
Message                                DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane
System.Threading.ThreadAbortException: Thread was being aborted.     at
System.Web.Compilation.BuildManager.BatchCompileWebDirectoryInternal(VirtualDirectory vdir, Boolean ignoreErrors)     at
System.Web.Compilation.BuildManager.BatchCompileWebDirectory(VirtualDirectory vdir, VirtualPath virtualDir, Boolean ignoreErrors)     at
System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)     at
System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)     at
System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)     at
System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)     at
System.Web.UI.TemplateControl.LoadControl(String virtualPath)     at
DotNetNuke.Entities.Modules.PortalModuleBase.CreateChildControls()     at
System.Web.UI.Control.EnsureChildControls()     at
System.Web.UI.Control.FindControl(String id, Int32 pathOffset)     at
System.Web.UI.Control.FindControl(String id)     at
DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings)    
--- End of inner exception stack trace ---

GENERAL_EXCEPTION
2/12/2007 18:17:56
AssemblyVersion                -1
PortalID                            -1
UserID                                -1
ActiveTabID                        -1
InnerException                Unhandled Error:
Method
StackTrace
Message                                System.Exception: Unhandled Error: 
System.Web.HttpException: Request timed out.    
--- End of inner exception stack trace ---

-- Logging in the next morning before I updated modules --
LOGIN_SUPERUSER
2/13/2007 7:15:13

HOST_
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...HELP!  My Site is DEADHELP! My Site is DEAD


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