Hi,
I cannot add a new portal after upgrade from 4.3.5 to 4.8.0. I got the error message "Error creating Profile Definitions" when click "Create Portal".
When debug, I found that it failed with the message "Error creating Profile Definitions" at
intPortalId = objPortalController.CreatePortal(txtTitle.Text, txtFirstName.Text, txtLastName.Text, txtUsername.Text, txtPassword.Text, txtEmail.Text, txtDescription.Text, txtKeyWords.Text, Common.Globals.HostMapPath, strTemplateFile, HomeDir, strPortalAlias, strServerPath, strChildPath, blnChild)
Does anybody know the reason?
I appreciate your help very much!
Anna