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 ...Cannot Create Portal on a 4.3.3 or 4.3.4 Upgrade HELP!Cannot Create Portal on a 4.3.3 or 4.3.4 Upgrade HELP!
Previous
 
Next
New Post
8/3/2006 7:08 PM
 
I recently completed a series of upgrades, 4.0.1 -> 4.3.1 -> 4.3.3. All of them completed with no errors. When I try to create a new portal, child or parent, I receive "Error creating Portal."
 
New Post
8/4/2006 12:30 PM
 

I found a fix.

Run this script.  This should alter the SP AddPortalInfo and should fix the problem.

 

set ANSI_NULLS ON

set QUOTED_IDENTIFIER ON

go

 

ALTER PROCEDURE [dbo].[AddPortalInfo]

@PortalName nvarchar(128),

@Currency char(3),

@ExpiryDate datetime,

@HostFee money,

@HostSpace int,

@SiteLogHistory int,

@HomeDirectory varchar(100)

as

DECLARE @PortalID int

insert into Portals (

PortalName,

ExpiryDate,

UserRegistration,

BannerAdvertising,

Currency,

HostFee,

HostSpace,

Description,

KeyWords,

SiteLogHistory,

HomeDirectory

)

values (

@PortalName,

@ExpiryDate,

0,

0,

@Currency,

@HostFee,

@HostSpace,

@PortalName,

@PortalName,

@SiteLogHistory,

@HomeDirectory

)

SET @PortalID = SCOPE_IDENTITY()

IF @HomeDirectory = ''

BEGIN

UPDATE Portals SET HomeDirectory = 'Portals/' + convert(varchar(10), @PortalID) WHERE PortalID = @PortalID

END

SELECT @PortalID

 
New Post
8/6/2006 2:37 PM
 

Thank you!    That solved the problem for me.


Terence
TMMworld Dot Net Services
View Terence Maney's profile on LinkedIn
 
New Post
8/12/2006 10:16 AM
 

Is the core team aware of this bug? Where did you find this fix? Is it documented anywhere? If so, where?

We're encountering the same problem on 4.3.4.

 
New Post
8/14/2006 10:57 PM
 

If you have gold or silver benefactor access, you might want to take a look at this thread:

http://dotnetnuke.com/tabid/795/forumid/105/threadid/61798/threadpage/1/scope/posts/Default.aspx

But in short, Cathal took a look at the issue and recommended running the script you posted here.  Thanks for working it out and posting it!



Shane Miller
Call Centers 24x7
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Cannot Create Portal on a 4.3.3 or 4.3.4 Upgrade HELP!Cannot Create Portal on a 4.3.3 or 4.3.4 Upgrade HELP!


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