Trying to add a new portal.
Get the following error:
Error parsing Portal 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.Security.Roles.Internal.RoleControllerImpl.AddRole(RoleInfo role) 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, UserInfo adminUser, String description, String keyWords, PortalTemplateInfo template, String homeDirectory, String portalAlias, String serverPath, String childPath, Boolean isChildPortal)
The portal is created but with no site alias, and you can't manage it.
I was using 7.1. Upgraded to 7.2 and still get the same error.
An ideas?