Register   Login
     
  Latest Posts  
RE: Can't delete single image
by juliedc on 1/10/2009 1:20 AM
RE: Can't delete single image
by markjjordan on 1/10/2009 1:15 AM
Can't delete single image
by juliedc on 1/10/2009 12:42 AM
Property Agent Email help please
by skat004 on 1/09/2009 11:03 PM
RE: Has pay-per-ad. been added yet?
by skat004 on 1/09/2009 10:48 PM
Title Bar Text
by sootfoot on 1/09/2009 6:00 PM
RE: RSS and Calendar Icons not showing in new template
by smcculloch on 1/09/2009 1:53 PM
RE: Has pay-per-ad. been added yet?
by smcculloch on 1/09/2009 1:52 PM
RE: Reduce the text size of the description in RSS feeds
by smcculloch on 1/09/2009 1:51 PM
RE: Does anyone have XHTML Compliant PA Template
by georgelew on 1/09/2009 11:53 AM
  Forums  
Subject: BUG: Upgrade install errors has brought news modules down (and their DNN pages)
Prev Next
You are not authorized to post a reply.

Author Messages
Chris WylieUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:94


6/15/2005 11:26 AM  
Hi Scott,

I've upgraded from 4.0 to 4.04.  I'm getting upgrade errors when I install the new version.  I'm also getting server errors for the news and latest modules.

Here my logs.  Please advise.


***********************************************************************************
Install error for News Articles 4.04 upgrade from 4.0
***********************************************************************************


ExceptionSystem.IO.DirectoryNotFoundException: Could not find a part of the path "c:\windows\system32\inetsrv". at System.IO.Directory.SetCurrentDirectory(String path) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateResourceFile(PaFile ResourceFile, String RootFolder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateModuleFile(PaFile File, PaFolder Folder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateFiles(PaFolder Folder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.Install(PaFolderCollection folders) at DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.Install()



***********************************************************************************
News Articles now fails.  I don't want to delete this since we have numerous articles inserted.  I'll hide the link to the page for now.
***********************************************************************************


Server Error in '/' Application.
--------------------------------------------------------------------------------

Parameter count does not match Parameter Value count.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Parameter count does not match Parameter Value count.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 

Stack Trace:


[ArgumentException: Parameter count does not match Parameter Value count.]
   Microsoft.ApplicationBlocks.Data.SqlHelper.AssignParameterValues(SqlParameter[] commandParameters, Object[] parameterValues)
   Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues)
   DnnForge.NewsArticles.SqlDataProvider.UpdateArticle(Int32 articleID, Int32 authorID, Int32 approverID, DateTime createdDate, DateTime lastUpdate, String title, String summary, Boolean isApproved, Int32 numberOfViews, Boolean isDraft, DateTime startDate, DateTime endDate, Int32 moduleID, String imageUrl, Boolean isFeatured, Int32 lastUpdateID)
   DnnForge.NewsArticles.ArticleController.UpdateArticle(ArticleInfo objArticle)
   DnnForge.NewsArticles.ucArticleView.BindArticle()
   DnnForge.NewsArticles.ucArticleView.Page_Load(Object sender, EventArgs e)
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Page.ProcessRequestMain() +750

[PageLoadException: Parameter count does not match Parameter Value count.]
   DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +339
   DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) +363
   System.Web.UI.TemplateControl.OnError(EventArgs e) +109
   System.Web.UI.Page.HandleError(Exception e) +68
   System.Web.UI.Page.ProcessRequestMain() +2100
   System.Web.UI.Page.ProcessRequest() +218
   System.Web.UI.Page.ProcessRequest(HttpContext context) +18
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87

 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300

***********************************************************************************
Latest Articles now fails.  THis was on our home page.  So our site is down.  I'll delete this module for now so we can get out site back up.
***********************************************************************************

Server Error in '/' Application.
Procedure 'root_DnnForge_NewsArticles_GetArticleListBySearchCriteria' expects parameter '@SortBy', which was not supplied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Procedure 'root_DnnForge_NewsArticles_GetArticleListBySearchCriteria' expects parameter '@SortBy', which was not supplied.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[SqlException: Procedure 'root_DnnForge_NewsArticles_GetArticleListBySearchCriteria' expects parameter '@SortBy', which was not supplied.]
   System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742
   System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) +45
   Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership)
   Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
   Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues)
   DnnForge.NewsArticles.SqlDataProvider.GetArticleListBySearchCriteria(Int32 moduleID, Int32[] categoryID, Int32 maxCount, Int32 maxAge, Boolean isApproved, DateTime startDate, String keywords, Boolean showHiddenAndExpired, Int32 authorID, Boolean showFeaturedOnly)
   DnnForge.NewsArticles.ArticleController.GetArticleList(Int32 moduleID, Int32[] categoryID, Int32 maxCount, Int32 maxAge, Boolean isApproved, DateTime startDate, String keywords, Boolean showHiddenAndExpired, Int32 authorID, Boolean showFeaturedOnly)
   DnnForge.NewsArticles.LatestArticles.BindArticles()
   DnnForge.NewsArticles.LatestArticles.Page_Load(Object sender, EventArgs e)
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Page.ProcessRequestMain() +750

[PageLoadException: Procedure 'root_DnnForge_NewsArticles_GetArticleListBySearchCriteria' expects parameter '@SortBy', which was not supplied.]
   DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +339
   DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) +363
   System.Web.UI.TemplateControl.OnError(EventArgs e) +109
   System.Web.UI.Page.HandleError(Exception e) +68
   System.Web.UI.Page.ProcessRequestMain() +2100
   System.Web.UI.Page.ProcessRequest() +218
   System.Web.UI.Page.ProcessRequest(HttpContext context) +18
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87


Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
Chris WylieUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:94


6/15/2005 11:28 AM  
Hi Scott, 

I will add that this upgrade went fine on my local development machine.  THe problems I documented above happened at my hosted productions server.

Good Luck,
Wylie
Chris WylieUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:94


6/15/2005 2:53 PM  
Hi Again,

I tried an upgrade install a second time.  There were still errors, see below, but now the modules are working.  So I guess I'm set for now.

********************************************************


StartJob     Starting Installation
StartJob     Reading files
Info     Loading NewsArticles.dnn
Info     File NewsArticles.dnn read successfully
Info     Loading icon_comment.gif
Info     File icon_comment.gif read successfully
Info     Loading icon_xml.gif
Info     File icon_xml.gif read successfully
Info     Loading LatestArticles.ascx
Info     File LatestArticles.ascx read successfully
Info     Loading LatestArticlesOptions.ascx
Info     File LatestArticlesOptions.ascx read successfully
Info     Loading NewsArticles.ascx
Info     File NewsArticles.ascx read successfully
Info     Loading ucAdminOptions.ascx
Info     File ucAdminOptions.ascx read successfully
Info     Loading ucApproveArticles.ascx
Info     File ucApproveArticles.ascx read successfully
Info     Loading ucArticleView.ascx
Info     File ucArticleView.ascx read successfully
Info     Loading ucCategories.ascx
Info     File ucCategories.ascx read successfully
Info     Loading ucCategoryView.ascx
Info     File ucCategoryView.ascx read successfully
Info     Loading ucDeleteComment.ascx
Info     File ucDeleteComment.ascx read successfully
Info     Loading ucEditCategories.ascx
Info     File ucEditCategories.ascx read successfully
Info     Loading ucEditCategory.ascx
Info     File ucEditCategory.ascx read successfully
Info     Loading ucEditPage.ascx
Info     File ucEditPage.ascx read successfully
Info     Loading ucEditPages.ascx
Info     File ucEditPages.ascx read successfully
Info     Loading ucEditPageSortOrder.ascx
Info     File ucEditPageSortOrder.ascx read successfully
Info     Loading ucEmailTemplates.ascx
Info     File ucEmailTemplates.ascx read successfully
Info     Loading ucHeader.ascx
Info     File ucHeader.ascx read successfully
Info     Loading ucListing.ascx
Info     File ucListing.ascx read successfully
Info     Loading ucMyArticles.ascx
Info     File ucMyArticles.ascx read successfully
Info     Loading ucNewsListing.ascx
Info     File ucNewsListing.ascx read successfully
Info     Loading ucNotAuthenticated.ascx
Info     File ucNotAuthenticated.ascx read successfully
Info     Loading ucNotAuthorized.ascx
Info     File ucNotAuthorized.ascx read successfully
Info     Loading ucPostComment.ascx
Info     File ucPostComment.ascx read successfully
Info     Loading ucSearch.ascx
Info     File ucSearch.ascx read successfully
Info     Loading ucSubmitNews.ascx
Info     File ucSubmitNews.ascx read successfully
Info     Loading ucSubmitNewsComplete.ascx
Info     File ucSubmitNewsComplete.ascx read successfully
Info     Loading ucSyndication.ascx
Info     File ucSyndication.ascx read successfully
Info     Loading ucViewOptions.ascx
Info     File ucViewOptions.ascx read successfully
Info     Loading Rss.aspx
Info     File Rss.aspx read successfully
Info     Loading RssComments.aspx
Info     File RssComments.aspx read successfully
Info     Loading module.css
Info     File module.css read successfully
Info     Loading Resources.zip
Info     File Resources.zip read successfully
Info     Loading ResourcesLatestArticles.zip
Info     File ResourcesLatestArticles.zip read successfully
Info     Loading Uninstall.SqlDataProvider
Info     File Uninstall.SqlDataProvider read successfully
Info     Loading 00.00.01.SqlDataProvider
Info     File 00.00.01.SqlDataProvider read successfully
Info     Loading 00.00.02.SqlDataProvider
Info     File 00.00.02.SqlDataProvider read successfully
Info     Loading 00.00.03.SqlDataProvider
Info     File 00.00.03.SqlDataProvider read successfully
Info     Loading 00.00.04.SqlDataProvider
Info     File 00.00.04.SqlDataProvider read successfully
Info     Loading 00.00.05.SqlDataProvider
Info     File 00.00.05.SqlDataProvider read successfully
Info     Loading 00.00.06.SqlDataProvider
Info     File 00.00.06.SqlDataProvider read successfully
Info     Loading 00.00.07.SqlDataProvider
Info     File 00.00.07.SqlDataProvider read successfully
Info     Loading 00.00.08.SqlDataProvider
Info     File 00.00.08.SqlDataProvider read successfully
Info     Loading 00.00.09.SqlDataProvider
Info     File 00.00.09.SqlDataProvider read successfully
Info     Loading 00.00.10.SqlDataProvider
Info     File 00.00.10.SqlDataProvider read successfully
Info     Loading 00.01.00.SqlDataProvider
Info     File 00.01.00.SqlDataProvider read successfully
Info     Loading 00.01.01.SqlDataProvider
Info     File 00.01.01.SqlDataProvider read successfully
Info     Loading 00.01.02.SqlDataProvider
Info     File 00.01.02.SqlDataProvider read successfully
Info     Loading 00.02.00.SqlDataProvider
Info     File 00.02.00.SqlDataProvider read successfully
Info     Loading 00.02.05.SqlDataProvider
Info     File 00.02.05.SqlDataProvider read successfully
Info     Loading 00.02.07.SqlDataProvider
Info     File 00.02.07.SqlDataProvider read successfully
Info     Loading 00.03.00.SqlDataProvider
Info     File 00.03.00.SqlDataProvider read successfully
Info     Loading 00.03.02.SqlDataProvider
Info     File 00.03.02.SqlDataProvider read successfully
Info     Loading 00.04.02.SqlDataProvider
Info     File 00.04.02.SqlDataProvider read successfully
Info     Loading 00.04.03.SqlDataProvider
Info     File 00.04.03.SqlDataProvider read successfully
Info     Loading dnnforge.newsarticles.sqldataprovider.dll
Info     File dnnforge.newsarticles.sqldataprovider.dll read successfully
Info     Loading DnnForge.NewsArticles.dll
Info     File DnnForge.NewsArticles.dll read successfully
EndJob     Reading files done.
 
StartJob     Reading DNN file
Info     DNN file is in valid 3.0 format.
Info     ...
Info     Loading files info
Info     Loading Modules info
Info     Loading Control info for 'DnnForge - NewsArticles' module
Info     Loading files info
Info     Loading Modules info
Info     Loading Control info for 'DnnForge - LatestArticles' module
EndJob     Dnn load finished successfully
 
StartJob     Begin Sql execution
Info     Executing 00.04.02.SqlDataProvider
StartJob     Start Sql execution: 00.04.02.SqlDataProvider file
EndJob     End Sql execution: 00.04.02.SqlDataProvider file
 
Info     Executing 00.04.03.SqlDataProvider
StartJob     Start Sql execution: 00.04.03.SqlDataProvider file
Failure     SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: Column names in each table must be unique. Column name 'URL' in table 'dbo.root_DnnForge_NewsArticles_Article' is specified more than once. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE dbo.root_DnnForge_NewsArticles_Article ADD URL nvarchar(255) NULL
EndJob     End Sql execution: 00.04.03.SqlDataProvider file
 
EndJob     Finished Sql execution
 
StartJob     Creating files
StartJob     Expanding Resource file
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Images/Admin/Categories.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Images/Admin/MainOptions.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Images/Admin/Templates.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Images/Rating/stars-0-0.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Images/Rating/stars-0-5.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Images/Rating/stars-1-0.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Images/Rating/stars-1-5.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Images/Rating/stars-2-0.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Images/Rating/stars-2-5.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Images/Rating/stars-3-0.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Images/Rating/stars-3-5.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Images/Rating/stars-4-0.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Images/Rating/stars-4-5.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Images/Rating/stars-5-0.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Basic/c1.jpg
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Basic/c2.jpg
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Basic/Comment.Footer.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Basic/Comment.Header.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Basic/Comment.Item.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Basic/Images/icon_comment.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Basic/Listing.Featured.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Basic/Listing.Featured.xml
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Basic/Listing.Footer.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Basic/Listing.Footer.xml
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Basic/Listing.Header.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Basic/Listing.Item.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Basic/Listing.Item.xml
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Basic/Template.css
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Basic/View.Footer.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Basic/View.Header.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Basic/View.Item.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Blog/Comment.Footer.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Blog/Comment.Header.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Blog/Comment.Item.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Blog/Listing.Featured.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Blog/Listing.Footer.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Blog/Listing.Header.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Blog/Listing.Item.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Blog/Template.css
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Blog/View.Footer.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Blog/View.Header.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Blog/View.Item.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Clean/Comment.Footer.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Clean/Comment.Header.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Clean/Comment.Item.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Clean/Images/icon_comment.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Clean/Listing.Featured.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Clean/Listing.Featured.xml
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Clean/Listing.Footer.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Clean/Listing.Footer.xml
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Clean/Listing.Header.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Clean/Listing.Item.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Clean/Listing.Item.xml
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Clean/Template.css
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Clean/View.Footer.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Clean/View.Header.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Clean/View.Item.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Default/Comment.Footer.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Default/Comment.Header.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Default/Comment.Item.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Default/Images/icon_comment.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Default/Listing.Featured.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Default/Listing.Featured.xml
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Default/Listing.Footer.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Default/Listing.Footer.xml
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Default/Listing.Header.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Default/Listing.Item.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Default/Listing.Item.xml
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Default/Template.css
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Default/View.Footer.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Default/View.Header.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Default/View.Item.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Expandable/Comment.Footer.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Expandable/Comment.Header.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Expandable/Comment.Item.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Expandable/Listing.Featured.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Expandable/Listing.Footer.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Expandable/Listing.Header.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Expandable/Listing.Item.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Expandable/View.Footer.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Expandable/View.Header.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Templates/Expandable/View.Item.html
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\App_LocalResources/SharedResources.resx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\App_LocalResources/ucAdminOptions.ascx.resx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\App_LocalResources/ucApproveArticles.ascx.resx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\App_LocalResources/ucCategories.ascx.resx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\App_LocalResources/ucCategoryView.ascx.resx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\App_LocalResources/ucEditCategories.ascx.resx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\App_LocalResources/ucEditCategory.ascx.resx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\App_LocalResources/ucEditPage.ascx.resx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\App_LocalResources/ucEditPages.ascx.resx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\App_LocalResources/ucEditPageSortOrder.ascx.resx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\App_LocalResources/ucEmailTemplates.ascx.resx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\App_LocalResources/ucMyArticles.ascx.resx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\App_LocalResources/ucPostComment.ascx.resx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\App_LocalResources/ucSearch.ascx.resx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\App_LocalResources/ucSubmitNews.ascx.resx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\App_LocalResources/ucSubmitNewsComplete.ascx.resx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\App_LocalResources/ucSyndication.ascx.resx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\App_LocalResources/ucViewOptions.ascx.resx
EndJob     Resource Files created
 
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\NewsArticles.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\bin\DnnForge.NewsArticles.dll
Info     Created e:\domains\citadelhosting.com\wwwroot\bin\dnnforge.newsarticles.sqldataprovider.dll
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.00.01.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.00.02.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.00.03.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.00.04.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.00.05.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.00.06.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.00.07.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.00.08.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.00.09.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.00.10.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.01.00.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.01.01.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.01.02.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.02.00.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.02.05.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.02.07.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.03.00.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.03.02.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.04.02.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Providers\DataProviders\SqlDataProvider\00.04.03.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Uninstall.SqlDataProvider
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\Rss.aspx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\RssComments.aspx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucAdminOptions.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucApproveArticles.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucArticleView.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucCategories.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucCategoryView.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucDeleteComment.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucEditCategories.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucEditCategory.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucEditPage.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucEditPages.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucEditPageSortOrder.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucEmailTemplates.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucHeader.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucListing.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucMyArticles.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucNewsListing.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucNotAuthenticated.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucNotAuthorized.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucPostComment.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucSearch.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucSubmitNews.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucSubmitNewsComplete.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucSyndication.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\ucViewOptions.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\module.css
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\icon_comment.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\icon_xml.gif
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - NewsArticles\NewsArticles.dnn
EndJob     Files created
 
StartJob     Registering DesktopModule
Info     Registering Definitions
Info     Registering Controls
EndJob     Registering finished
 
StartJob     Begin Sql execution
EndJob     Finished Sql execution
 
StartJob     Creating files
StartJob     Expanding Resource file
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - LatestArticles\App_LocalResources/LatestArticlesOptions.ascx.resx
EndJob     Resource Files created
 
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - LatestArticles\module.css
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - LatestArticles\LatestArticles.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - LatestArticles\LatestArticlesOptions.ascx
Info     Created e:\domains\citadelhosting.com\wwwroot\DesktopModules\DnnForge - LatestArticles\NewsArticles.dnn
EndJob     Files created
 
StartJob     Registering DesktopModule
Info     Registering Definitions
Info     Registering Controls
EndJob     Registering finished
 
EndJob     Installation successfull.
 
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12823


6/15/2005 3:39 PM  

It looks the first error had something to do with permissions. The second error in your last install is odd, was everything cleaned up tables and sp wise before installing?

Does this mean your collation issue is resolved?


Scott McCulloch
Site Administrator
Chris WylieUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:94


6/15/2005 3:45 PM  
Hi Scott,

You might be confusing me with another chap who has a topic concerning collation. 

Might issue started this morning.  Since it was an upgrade and I had content I wanted to preserve, I did not clean up any tables or sp.

Seems to be running fine now.

Thanks,
Wylie
You are not authorized to post a reply.
Forums > Modules > News Articles > BUG: Upgrade install errors has brought news modules down (and their DNN pages)



ActiveForums 3.7