MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

MOSS 2007 root site collection (http://mymoss/default.aspx) deleted

  Asked By: Darius Parks         Date: Nov 26, 2008      Category: MOSS      Views: 936
 

I am facing a very crucial problem with our MOSS 2007 Server, please
help me to resolve it.
I was Inplace upgrade our Share Point Portal Server 2003 to MOSS 2007
before one year,

Last week I was deleting a page on site collection root site but
accidentally I delete this root (http://mymoss/default.aspx), site
collection. After deleting I observed that main page is not there, even
I check it in recycle bin.

So I crate a new site collection from Central Administration +
Application Management + Share Point Site Management + Create Site
Collection associated with root (/) path.

After create new site collection on root (/) our main page is displaying
as (http://mymoss/sites/default.axpx" target="_blank" rel="nofollow">http://mymoss/sites/default.axpx) as it was before
http://mymoss/default.asxp) SITES path automatically added with newly
created site collection.

The problem I am facing is that
Following below mentioned error message is displaying as I click "Site
Actions" + Edit Page in http://mymoss/sites/default.axp main page.

=>

Go back to site

Error

The type is not registered as safe.

Web Pars Maintenance Page : If you have permission, you can use this
page to temporarily close Web Parts or remove personal settings. For
more information, contact your site administrator.

Troubleshoot Issues with Windows Share Point Services.

<=

Please let me solution ... urgent please...

Awaiting your earliest response.

Tagged:                  

 

1 Answer Found

 
Answer #1       Answered By: Angelina Newman          Answered On: Nov 26, 2008       

Sounds like there is a web part on there that is causing you the error. The
typical fix for that type of error is to edit the web.config file.

You will need to edit the web.Config for that site,
C:\Inetpub\wwwroot\wss\VirtualDirectories\<mymoss>, using the following:

<SafeControl
Assembly="SimpleWebPart, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=def148956c61a16b" Namespace="<MyMoss>"
TypeName="*" Safe="True" />

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].