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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...5.1.2 Error5.1.2 Error
Previous
 
Next
New Post
9/4/2009 7:48 PM
 

Hard to follow anything in this thread here (so I bounce to another thread) as it seems people here are having different issues. I suggest we stick to the same issue per thread please?



Alex Shirley


 
New Post
9/4/2009 8:11 PM
 

 For every module error, i can stop it by opening the module (settings) and changing something innoculous like the (minimize) icon or the (print) checkbox and then saving the changes. The error stops.

As you can imagine, for a healthy site, or in my case a couple dozen, there are hundreds of modules to reconnect in the database.

Hope this helps you....

 
New Post
9/5/2009 12:17 AM
 

I installed 5.1.2 on 2 existing dev sites and got this error on both:

00:00:10.562 -   Installing Package File HTML_Community_05.01.03_Install:  Error!

One of the dev sites also displayed these 2 errors:

00:00:18.969 - Installing Optional Skins:

00:00:18.969 -   Installing Package File DNN-MinimalExtropySkin_01.00.04_Install:  Error!

00:00:19.594 - Installing Optional Containers:

00:00:19.594 -   Installing Package File DNN-MinimalExtropyContainer_01.00.04_Install:  Error!

 

The site that only reported one of the errors seems okay, but the second site had a corrupted skin and appeared to have lost the left side pane from all pages.  Bad since that is where the login module is.  I was able to revert to 5.1.1 and recover by simply copying the 5.1.1 update files over the site and deleting the last record in the Version table of the sql database.  Not sure this is the best way to recover, but appears to be adequate for now.

 

Seems to me that there are problems with this upgrade unlike any I have seen before.


Gene W
 
New Post
9/5/2009 3:54 AM
 

gene, are you using unmodified default Skin and container in your site?

AFAIK there is no new version of both contained, thus the issue sounds weird to me.

Would you mind to look up the event log for details of the errors, thank you.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
9/5/2009 4:14 PM
 

I think that the skin / container is /was completely the default.  However, when I compare the \_default\Skins\MinimalExtropy\index ????.ascx of my site with the ones from a fresh 5.1.1 install, there are some differences.  Also, the html and css files have some differences.  The only mod I made to the skin was to add a background image to the ".logo pad" node in the css - this was so I could use a jpg image background that would fill the logo area without causing display issues when people select different widths from the buttons in the top right corner.  So the change was from:

.logo_pad{background:#FFF; margin: 0 19px 0 7px; padding:0 0 10px 10px;}

to

.logo_pad{background: #FFF;margin: 0 19px 0 7px;padding:0;height: 100px;background-image:url(images/CHAbackground.jpg);background-repeat: repeat-x;}

This change was made to the skin in _default portal as well as in the 0 portal.

Here is the error from the event log:

AssemblyVersion: 5.1.2
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL: /main/Install/Install.aspx?mode=upgrade
AbsoluteURL: /main/Install/Install.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Media Center PC 5.0; SLCC1)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: eb32eb66-af41-4500-bfa3-0c9505b640fc
InnerException: Cannot insert duplicate key row in object 'dbo.Packages' with unique index 'IX_Packages'. The statement has been terminated.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Data.SqlClient.SqlConnection.OnError
StackTrace:
Message: System.Data.SqlClient.SqlException: Cannot insert duplicate key row in object 'dbo.Packages' with unique index 'IX_Packages'. The statement has been terminated. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteScalar() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Data.SqlDataProvider.AddPackage(Int32 portalID, String name, String friendlyName, String description, String type, String version, String license, String manifest, String owner, String organization, String url, String email, String releaseNotes, Boolean isSystemPackage, Int32 CreatedByUserID) at DotNetNuke.Services.Installer.Packages.PackageController.AddPackage(PackageInfo package, Boolean includeDetail) at DotNetNuke.Services.Installer.Packages.PackageController.SavePackage(PackageInfo package) at DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication()
Source:
Server Name: P3NW3SH029

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...5.1.2 Error5.1.2 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