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...Host Links BrokenHost Links Broken
Previous
 
Next
New Post
8/2/2011 5:06 PM
 
Hello All,

My first post, so please excuse my ignorance.
  1. I created a dev server to upgrade a DNN site.
  2. I backed up the site files and database, MS SQL 2005
  3. I created a dev.website.com portal alias
  4. I upgraded DNN from 04.08.02 to 05.06.03 Community Edition
  5. The upgrade went well, with no errors.

Most things have been sorted out and working, however some links under the Host section are not displaying content. They just display a blank area with no content. The links are:

  • Module Definitions
  • Dashboard
  • Extensions
  • What's New
  • Marketplace
  • Configuration Manager

The rest of the Host links are working fine, just the ones listed above are displaying a blank page. They work on the old version of the site, after the upgrade they just quit. I've checked the portalalias, tabs, and a few other tables in the database to no avail. I've read through this forum and have not found a solution.

Any help would be greatly appreciated. Thank you.

 
New Post
8/2/2011 6:02 PM
 
are you running .net 3.5SP1 - it was a requirement for sites from 5.2.0 and above - do you see those modules listed in host->extensions? What happens if you add an instance to a new page (e.g. move them from being a premium module in admin->site settings when logged in as host)

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
8/3/2011 1:06 PM
 
Hello,

Yes, running .NET 3.5 SP1. But in IIS manager the site is running off the 2.0 Framework, can't get it to show 3.5 as an option in the drop-down list for ASP.NET site settings tab. Should I change something in the web.config of my dev DNN site for 3.5 SP1 to be used?

I can't get to Host->Extensions, that's one of the blank host pages.

I'm sorry, I don't understand your question about adding a new instance. I can add a module instance to a new page and it works fine if that's what I am supposed to try next. Logged in as a superuser.

Thanks for your time, please advise as I have not found anyone else with the same problem to get a solution.
 
New Post
8/3/2011 10:49 PM
 
thats fine, IIS will only show 1.1, 2.0 and 4.0 which are all the CLR versions. Each CLR version can have more than 1 .net version related to it (blame microsoft for introducing this oddity).In the case of CLR 2.0 it supports .net 2.0,3.0,3.5 and 3.5sp1, so having it set to 2.0 is fine as long as you are running .net 3.5sp1.

As for adding new instances I mean adding instances of host modules - by default this cannot be placed outside host pages, but by logging in as host and going to admin->site settings you can see a list of "available" and "selected" modules and move some of the host modules over so you can add them to normal pages. This will allow you to test if the modules are fine and the only issue was placing them on the original host pages.

Another thing you should check is admin->event viewer to see if any exceptions are being stored.

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
8/5/2011 1:14 PM
 
Thanks for clearing up the .NET settings. Yes, definitely running 3.5 SP1.

I tried adding an instance of the Marketplace module to a page and received the following error:

ModuleId: -1
ModuleDefId: -1
FriendlyName:
ModuleControlSource:
AssemblyVersion: 5.6.3
PortalID: 0
PortalName: Alphatek Solutions
UserID: 12
UserName: Everett
ActiveTabID: 36
ActiveTabName: Home
RawURL: /Home/tabid/36/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://dev.alphateksolutions.com/Home/tabid/36/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .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: 1c8a6b43-9d76-4c8e-a686-80c3a2284aac
InnerException: Invalid column name 'ModuleTitle'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Data.SqlClient.SqlConnection.
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Invalid column name 'ModuleTitle'. ---> System.Data.SqlClient.SqlException: Invalid column name 'ModuleTitle'. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (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.AddModule(Int32 ContentItemID, Int32 PortalID, Int32 ModuleDefID, Boolean AllTabs, DateTime StartDate, DateTime EndDate, Boolean InheritViewPermissions, Boolean IsDeleted, Int32 createdByUserID) at DotNetNuke.Entities.Modules.ModuleController.AddModuleInternal(ModuleInfo objModule) at DotNetNuke.Entities.Modules.ModuleController.AddModule(ModuleInfo objModule) at DotNetNuke.UI.ControlPanels.ControlPanelBase.AddNewModule(String title, Int32 desktopModuleId, String paneName, Int32 position, ViewPermissionType permissionType, String align) at DotNetNuke.UI.ControlPanels.IconBar.AddModule_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
Source:
Server Name: ALPHATEKDEV


I also checked the event log. There were about a dozen errors during the upgrade, they all seem to be about table "dbo.Modules", column 'ModuleID'. Here is one of the event log errors:

AssemblyVersion: 5.6.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 8.0; Windows NT 5.2; Trident/4.0; .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: c32631db-9b19-46b7-bb39-234723865bff
InnerException: The INSERT statement conflicted with the FOREIGN KEY constraint "FK_ModuleSettings_Modules". The conflict occurred in database "Alphatek", table "dbo.Modules", column 'ModuleID'. The statement has been terminated.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Data.SqlClient.SqlConnection.
StackTrace:
Message: System.Data.SqlClient.SqlException: The INSERT statement conflicted with the FOREIGN KEY constraint "FK_ModuleSettings_Modules". The conflict occurred in database "Alphatek", table "dbo.Modules", column 'ModuleID'. The statement has been terminated. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (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.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.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) 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, String spName, Object[] parameterValues) at DotNetNuke.Data.SqlDataProvider.AddModuleSetting(Int32 ModuleId, String SettingName, String SettingValue, Int32 createdByUserID) at DotNetNuke.Entities.Modules.ModuleController.UpdateModuleSettingInternal(Int32 ModuleId, String SettingName, String SettingValue, Boolean updateVersion)
Source:
Server Name: ALPHATEKDEV

I hope this helps. It seems to make more sense to me now, but unsure on how to fix it.

Thanks again.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Host Links BrokenHost Links Broken


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