Login Skip Navigation LinksWilsonWebPortal > Forums Search
Download WebPortal Download WebPortal
Download and start using the full WebPortal completely free, including the source for the basic modules so you can see how to create your own if the included modules aren't enough.

PayPal Subscribe
Get It All for $50 USD:
WebPortal, ORMapper,
Source Code, All Updates
PayPal

User Login User Login
Log In
 
 
Reset Password

Wilson WebPortal Forums Wilson WebPortal Forums : Bugs & Issues : Create Portal Issue

Date Post
5/1/2007 4:52:45 PM

Sorry for the double post, but I posted as anonymous last week and it never made it into the forum...

There seems to be an issue when creating a portal, saving and coming back to update the portal settings.

I was receving an error in PageBase > OnInit >

if (this.page.Id != Controller.Portal.HomePage.Id) {

this.AddParts(Controller.Portal.HomePage.Parts, true);

}

Controller.Portal.HomePage was null, which I don't believe should ever be the case. I checked the database > wp_portals and the following columns are null for my newly created portal: HomePageId, SearchPageId, ErrorPageId, PagePartId, PartPartId.

I am new to this software, so I don't know if all those columns should be null...anyways this is the repro:

1-Go to Host > Portals
2-Click on Add
3-Entered
   Portal Name: TestBZ
   Portal Email: test@test.com
   Description: Test
   Keywords: Test
4-Save (if I check database > wp_portals, all the columns noted above are NOT null)
5-Click on Edit on newly created portal (TestBZ)
6-Change description to: Test2
7-Save (if I check database > wp_portals, all the columns noted above ARE null)

Now if I try to access the portal (after setting up in IIS), I get an error in the line noted above.

Thx, BZ