0

Wordpress 3.4.1 ブログで奇妙な「Web ページが見つかりません」というエラーが表示されます。原因となる可能性のあるすべてのプラグインを無効にしました。このエラーは Explorer と Opera でのみ発生しますが、Firefox、Chrome、および Safari では問題なく動作します。これは Event Manager プラグインの 2 つのセクションでのみ発生しますが、1 つを無効にしましたが、1 つのコンテンツ投稿でのみ発生します。もう1つの奇妙な項目は、このボックスが各ディスプレイにランダムに表示されるため、修正されていないことです. 髪の毛をすべて失う前に、誰かが私を助けたり、正しい方向に向けたりできますか? stackoverflow.com での質問にリンクを投稿することが許可されているかどうかわかりません。

Internet Explorer のデバッグ バーのおかげで、生成されたコードを追跡することができました。

<html><head>
    <link rel="stylesheet" type="text/css" href="ErrorPageTemplate.css">

    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">

    <title>HTTP 400 Bad Request</title>

    <script language="javascript" type="text/javascript" src="errorPageStrings.js">
    </script>
    <script language="javascript" type="text/javascript" src="httpErrorPagesScripts.js">
    </script>


</head><body onload="javascript:initHomepage(); expandCollapse('infoBlockID', true); initGoBack(); initMoreInfo('infoBlockID');">

    <table border="0" cellSpacing="0" cellPadding="0" width="730">

    <!-- Error title -->
        <tbody><tr>
            <td id="infoIconAlign" vAlign="top" rowSpan="2" width="60" align="left">
                <img id="infoIcon" alt="Info icon" src="info_48.png">
            </td>
            <td id="mainTitleAlign" vAlign="middle" width="*" align="left">
                <h1 id="mainTitle">The webpage cannot be found</h1>
            </td>
        </tr>



        <tr>
            <!-- This row is for HTTP status code, as well as the divider-->
            <td id="http400Align" class="errorCodeAndDivider" align="right"><id id="http400">&nbsp;HTTP 400</id>
                <div class="divider"></div>
            </td>
        </tr>


    <!-- Error Body -->

    <!-- What you can do -->
        <tr>
            <td>
                &nbsp;
            </td>
            <td id="likelyCausesAlign" vAlign="top" align="left">
                <h3 id="likelyCauses">Most likely causes:</h3>
                <ul>
                    <li id="causeErrorInAddress">There might be a typing error in the address.</li>
                    <li id="causeLinkOutOfDate">If you clicked on a link, it may be out of date.</li>
                </ul>
            </td>
        </tr>

        <tr>
            <td>
                &nbsp;
            </td>
            <td id="whatToTryAlign" vAlign="top" align="left">
                <h2 id="whatToTry">What you can try:</h2>
            </td>
        </tr>

    <!-- retype address -->
        <tr>
            <td>
                &nbsp;
            </td>
            <td id="retypeAddressAlign" vAlign="middle" align="left">
                <h4>
                    <table>
                      <tbody><tr>
                          <td vAlign="top">
                              <img class="actionIcon" border="0" alt="" src="bullet.png">
                          </td>
                          <td vAlign="top">
                              <id id="retypeAddress">Retype the address.</id>
                          </td>
                      <tr>
                    </tr></tbody></table>
                </h4>
            </td>
        </tr>

    <!-- back to previous page -->
        <tr>
            <td>
                &nbsp;
            </td>
            <td id="goBackAlign" vAlign="middle" align="left">
                <h4>
                    <table>
                      <tbody><tr>
                          <td vAlign="top">
                              <img class="actionIcon" border="0" alt="" src="bullet.png">
                          </td>
                          <td vAlign="top">
                              <span id="goBackContainer"><a href="javascript:history.back();">Go back to the previous page.</a></span><noscript id="goBack">Go back to the previous page.</noscript>
                          </td>
                      </tr>
                    </tbody></table>
                </h4>
            </td>
        </tr>


    <!-- top level domain-->
        <tr>
            <td>
                &nbsp;
            </td>
            <td id="mainSiteAlign" vAlign="middle" align="left">
                <h4>
                    <table>
                      <tbody><tr>
                          <td vAlign="top">
                              <img class="actionIcon" border="0" alt="" src="bullet.png">
                          </td>
                          <td vAlign="top">
                              <id id="mainSite1">Go to </id><span id="homepageContainer"><noscript id="mainSite2">the main site</noscript><a href=""></a></span><id id="mainSite3">&nbsp;and look for the information you want.</id>
                          </td>
                      </tr>
                    </tbody></table>
                </h4>
            </td>
        </tr>

    <!-- InfoBlock -->
        <tr>
            <td id="infoBlockAlign" vAlign="top" align="right">
                &nbsp;
            </td>
            <td id="moreInfoAlign" vAlign="middle" align="left">
                <h4>
                    <table>
                      <tbody><tr>
                          <td vAlign="top">
                              <a onclick="javascript:expandCollapse('infoBlockID', true); return false;" href="#"><img id="infoBlockIDImage" class="actionIcon" border="0" alt="More information" src="down.png"></a>
                          </td>
                          <td vAlign="top">
                              <span id="moreInfoContainer"><a href="javascript:expandCollapse('infoBlockID', true);">More information</a></span>
                              <noscript>&lt;ID id="moreInformation"&gt;More information&lt;/ID&gt;</noscript>
                          </td>
                      </tr>
                    </tbody></table>
                </h4>
                <div style="display: none;" id="infoBlockID" class="infoBlock">
                    <p id="errorExplanation">This error (HTTP 400 Bad Request) means that Internet Explorer was able to connect to the web server, but the webpage could not be found because of a problem with the address.</p>
                    <p id="moreInfoSeeHelp">For more information about HTTP errors, see Help.</p>
                </div>
            </td>
        </tr>
    </tbody></table>

これが役立つことを願っています。ありがとう

4

1 に答える 1

0

Windows GREP を実行した後、犯人の Wordpress プラグインを見つけることができました。納得の「All in One AdsenseとYPN」でした。今はすべて順調です。助けようと気にかけてくれた人たちに感謝します。

于 2012-09-01T03:19:43.703 に答える