2013-01-25 53 views
1

我正在研究一个WordPress网站,并在标题中发生了一件奇怪的事情。页面未找到WordPress博客标题中的错误

它给我的标题和内容上面其中之一:

enter image description here

这是当一个页面没有找到GoDaddy的消息(我相信吗?)。我认为,既然这是WordPress,那么这是一个PHP包含的内容,它不在那里或者被移动了。这是该区域的源代码。这是一个表(又一遍,我的假设下,我认为它是被动态生成):

<table width="85%" border="1" bordercolor="#000000" cellspacing="0" cellpadding="3"> 
    <tbody><tr> 
     <td bgcolor="#e5dccd"> 
      <table border="0" cellpadding="0" cellspacing="0" width="100%"> 
       <tbody><tr> 
        <td width="40%"><img src="http://images.godaddy.com/hosting/hdr_sorry_small.gif" border="1" bordercolor="#000000"></td> 
        <td align="CENTER"><h2 style="font-family: arial, sans-serif">Page Not Found</h2></td> 
       </tr> 
       </tbody> 
      </table> 
      </td> 
      </tr> 
     <tr> 
     <td> 
      <p style="margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; font-size: 10pt; font-family: arial, sans-serif"> 
      The page you tried to access does not exist on this server. This page may not exist due to the following reasons: 
      </p><ol><li style="font-size: 10pt; font-family: arial, sans-serif"><strong>You arethe owner of this web site and you have not uploaded</strong> (or incorrectly uploaded) your web site. For information on uploading your web site using FTP client software or web design software, <a href="http://ftphelp.secureserver.net/index.html">click here for FTP Upload Information</a>. 
      <p> 
      </p></li><li style="font-size: 10pt; font-family: arial, sans-serif"><strong>The URL that you have entered in your browser is incorrect.</strong> Please re-enter the URL and try again.<p> 
      </p></li><li style="font-size: 10pt; font-family: arial, sans-serif"><strong>The Link that you clicked on incorrectly points to this page.</strong> Please contact the owner of this web site to inform them of this situation.</li></ol> 
</td> 
</tr> 
</tbody></table> 
<div id="main"> 

我知道这是一个有点混乱,但我只是表明它是一个的生成的表。我表明这一点的原因是因为这里是这是在WordPress模板代码:

<body <?php if(function_exists('body_class')) body_class(); ?>> 
<div id="main"> 

你会看到身体和DIV ID =之间的“主”没有内容。尽管这张表正在生成。所以我不知道什么是连接断开或如何查找需要修复的点。任何帮助将不胜感激。谢谢!托管

+0

这看起来像某种iframe。我从来没有见过WordPress添加过这样的东西。你能分享一个网址到你的网站? – cpilko

+0

是的网站是newellstrength.com(客户)。它看起来像一个iFrame,但我不知道它为什么会生成,因为代码中没有任何内容可以推断这会发生。 – MillerMedia

+0

我从来没有见过这个。有些东西是将这些内容添加到文档的“”中。我认为你必须禁用所有插件,看看它是否会消失。如果是这样,请逐一启用它们。如果没有,请确保您的主题的'header.php'没有损坏。 – cpilko

回答

0

点击活动主要账户 网页时ü点击激活,它会显示暂停选项,如图PIC下面 [![GoDaddy的托管错误] [1] [1]

+0

你的图片出了点问题。我看不到它。 – Saragis

+0

欢迎来到SO!尝试提供更多解释给你的答案。您还没有发布图像的声望,您现在可能只想使用链接。请参阅[如何回答页面](http://stackoverflow.com/help/how-to-answer)以获取帮助改进答案。 – Madness