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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Error creating PortalError creating Portal
Previous
 
Next
New Post
8/18/2006 2:54 PM
 
I have 5 country domains (mysite.es, mysite.fr, etc.) to deploy in the next week.   I've spent the better part of a day with nothing but failures on trying to clone the root portal out.   Updating the SQL script made a minor improvement; instead of the error message 'Error Creating Portal', now it's 'Error Configuring Portal.'

I'm really feeling the heat here, this was supposed to be the least complicated part of making the new site; DNN is built around the portal concept and it's pretty disheartening to find that even the most basic of portal exports (using the generic templates even) is not working.

Can someone please provide a step-by-step as to how to create a portal manually by editting the DB and cloning files into the portal sub-dir? Is this possible?  I've gone through my DB deleting the failed portal creation attempts and the overall scheme doesn't look that complex, is it necessary to use this stored procedure stuff to carry on?   

  
 
New Post
8/18/2006 7:33 PM
 
No. I have a Site Settings | Advanced Settings | Security settings section. I just created another portal just to make sure it is still working. I honestly have no idea what would take it overnight for the change to take affect and the gremlins to go away......
 
New Post
8/19/2006 1:16 PM
 

24 hours later and I'm still just getting "Error creating Portal".

Here's what my stored proceedure looks like now:

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/28/2006 6:39 PM
 
I'm experiencing the same issue after upgrading to 4.3.4 - did you ever get it resolved? If so, what did you do that fixed it?
 
New Post
9/5/2006 7:14 AM
 

I got the same error, even after totally deleting the SP and running the script again,

I am running 4.3.4 and I can't create any portals at all - nore parent or child.

/Vels

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Error creating PortalError creating Portal


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