I am not sure why it was so bu I meneged afive minits ago to fixit:
1- erro was on line 277 (I just coment as below and it was ok)
If GetHashValue(Common.Globals.HostSettings("Copyright"), "Y") = "Y" Then
'Comment += vbCrLf & _
' "<!--**********************************************************************************-->" & vbCrLf & _
' "<!-- DotNetNuke® - http://www.dotnetnuke.com -->" & vbCrLf & _
' "<!-- Copyright (c) 2002-2008 -->" & vbCrLf & _
' "<!-- by DotNetNuke Corporation -->" & vbCrLf & _
' "<!--**********************************************************************************-->" & vbCrLf
End If
2- problem with OceanAppleWebKit.browser in App_Browsers an OceanSpiders.browser, (I just removed the files)
3- Problem with the faloving lines( i comented as below, I am not sure if it will couse problem in another page but now the website is up and runing)
If PortalSecurity.IsInRoles(PortalSettings.AdministratorRoleName) = True Or PortalSecurity.IsInRoles(PortalSettings.ActiveTab.AdministratorRoles.ToString) = True Then
' SkinError.Text &= "<div text-align:center"">Could Not Load Skin: " & SkinPath & " Error: " & Server.HtmlEncode(exc.Message) & "<img src="http://www.davidbu.com/images/1.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.davidbu.com/images/2.gif" style="border-style:none; width:1px; height:1px;" /></div><br>"
'SkinError.Visible = True
End If