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...Administration ...Administration ...Error creating Profile DefinitionsError creating Profile Definitions
Previous
 
Next
New Post
8/16/2007 4:39 AM
 

That's interesteing

So it could be just the old templates for previous version not being delete and are not compatible with the new version of dotnetnuke that seem to use more XML base templates. I will try deleting old templates before i try another test upgrade tomorrow. worth a shot.

 

 
New Post
8/22/2007 9:48 PM
 

Same error here.  Portal gets added to the Portals table, but no role creation takes place and portal fails part way through.

I tried the 'Small Business Template' and the 'portal' choices.  I tried the 'DotNetNuke' one after reading this thread and it succeeded.

This one needs a fix.

Tim


Add a time zone display to your website!
MyDNN TimeZones
 
New Post
8/23/2007 12:19 PM
 

Hi all

I'm pretty sure this is just  a version problem. The old templates are not compatable with the new versions of dotnet nuke if you take a look in the portals/_default  folder of the upgrade zip file, you'll see the only template there is DotNetNuke which everyone is reporting  working. So it's pretty obvious the other templates are not been updated with the upgrade.

For me i'm quite happy just using DotNetNuke template and then modify it myself or create my own template.

Cheers

al

 

 
New Post
8/26/2007 11:21 PM
 

Hi,

I was having the same poblem using templates created in DNN 4.0 after upgrading to 4.5.

My Workaround:


The create portal logic is failing on templates that do not have the <profiledefinitions>...</profiledefinitions> node defined.  I copied this node from DotNetNuke.template into my existing templates and no longer received the error.

My Fix:


The logic that's failing is in ProfileController.vb where I made the following fix around line 69:

        Private Shared Sub AddDefaultDefinition(ByVal PortalId As Integer, ByVal category As String, ByVal name As String, ByVal strType As String, ByVal length As Integer, ByVal types As ListEntryInfoCollection)

            ' SHWARE - fix - wrong key accessor for the dataTypes list
            'Dim typeInfo As ListEntryInfo = types.Item("DataType." + strType)
            Dim typeInfo As ListEntryInfo = types.Item("DataType:" + strType)
            If typeInfo Is Nothing Then
                typeInfo = types.Item("DataType.Unknown")
            End If


The types.Item("DataType." + strType) should read types.Item("DataType:" + strType).

I've not thoroughly tested all aspects of my templates, but I no longer get the error and my portals seem to be created with the proper contents.

Hope this helps!



Shawn

 
New Post
10/2/2007 8:38 AM
 

Thanks for the fix info.  I just ran into this today after my upgrade.  Hopefully the templates will be fixed for the next release.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Error creating Profile DefinitionsError creating Profile Definitions


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