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