| 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 |