简体   繁体   English

WordPress博客标题中的页面未找到错误

[英]Page Not Found Error in Header of WordPress Blog

I'm working on a WordPress site and a weird thing is happening in the header. 我正在WordPress网站上工作,标题中发生了奇怪的事情。

It's giving me one of these above the header and content: 它为我提供了以上标题和内容之一:

在此处输入图片说明

This is a GoDaddy message when a page is not found (I believe?). 当找不到页面时,这是一条GoDaddy消息(我相信吗?)。 I figured that since this is WordPress, it's a PHP include that's just not there or was moved. 我认为,由于这是WordPress,因此它只是一个PHP包含项,不存在或已被删除。 Here's the source code for that area. 这是该区域的源代码。 It's a table (and again, I'm under the assumption that it's being dynamically generated): 这是一张表(同样,我假设它是动态生成的):

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

I know it's a little messy but I'm just showing that it's a table that's being generated. 我知道这有点混乱,但我只是在显示它是一个正在生成的表。 The reason I show this is because here is the code that's in the WordPress template: 我之所以这样说明,是因为这是WordPress模板中的代码:

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

You'll see that between body and div id="main" there's no content. 您会看到body和div id =“ main”之间没有内容。 This table is being generated there though. 该表正在生成。 So I don't know what link is broken or how to track down what needs fixing at this point. 因此,我目前不知道哪个链接断开或如何跟踪需要修复的内容。 Any help would be greatly appreciated. 任何帮助将不胜感激。 Thanks! 谢谢!

Click on Active on main account page under hosting 在托管下的主帐户页面上,点击有效
when u click on Active it will show suspend option as shown in pic below [![godaddy hosting error][1]][1] 当您单击活动时,它将显示暂停选项,如下图所示[[[godaddy主机错误] [1]] [1]

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM