After upgrading from dnn 6.2.9 to 7.2.2 i had some issues with logon.. that i managed to resolve.
There is only one issue now i cannot seem to resolve. Every time when i want to create a portal, i get the following error message:
Error parsing Website TemplateParameter count does not match Parameter Value count. at Microsoft.ApplicationBlocks.Data.SqlHelper.AssignParameterValues(SqlParameter[] commandParameters, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Security.Membership.Data.SqlDataProvider.AddRole(Int32 portalId, Int32 roleGroupId, String roleName, String description, Single serviceFee, String billingPeriod, String billingFrequency, Single trialFee, Int32 trialPeriod, String trialFrequency, Boolean isPublic, Boolean autoAssignment, String rsvpCode, String iconFile, Int32 createdByUserID, Int32 status, Int32 securityMode) at DotNetNuke.Security.Membership.DNNRoleProvider.CreateRole(RoleInfo role) at DotNetNuke.Security.Roles.Internal.RoleControllerImpl.AddRole(RoleInfo role, Boolean addToExistUsers) at DotNetNuke.Entities.Portals.PortalController.CreateRole(RoleInfo role) at DotNetNuke.Entities.Portals.PortalController.ParseRoleGroups(XPathNavigator nav, Int32 portalID, Int32 administratorId) at DotNetNuke.Entities.Portals.PortalController.ParseTemplate(Int32 PortalId, String TemplatePath, String TemplateFile, Int32 AdministratorId, PortalTemplateModuleAction mergeTabs, Boolean IsNewPortal, LocaleCollection& localeCollection) at DotNetNuke.Entities.Portals.PortalController.CreatePortal(String portalName, Int32 adminUserId, String description, String keyWords, PortalTemplateInfo template, String homeDirectory, String portalAlias, String serverPath, String childPath, Boolean isChildPortal)
When i cancel the following error message is shown in the site management screen: "A critical error has occurred. Object reference not set to an instance of an object."
Does anybody have a clue on how to resolve this?