フォーラムへの返信

2件の返信を表示中 - 1 - 2件目 (全2件中)
  • フォーラム: プラグイン
    返信が含まれるトピック: Jetpack for WordPress.comと連携ができません。
    トピック投稿者 bodogenote

    (@bodogenote)

    kirari4612さま
    お返事が大変遅くなってしまい申し訳ありません。
    ご教授いただきありがとうございます。

    教えていただいた方法で試そうと思ったのですが、
    当方で使用しているサーバーが、ロリポップである関係上、
    php.iniの中でも、設定できる項目が書きに限定されているようです。
    https://lolipop.jp/manual/user/php-setting/#p-php-ini

    ————————————-

    なお、先日URLを調べたときのエラーメッセージから、
    XML-RPCに対するアクセス制限をどうにかすれば、という記事をネットで見つけましたので
    それにならって、下記のような記述を、「.htaccess」に足してみました。
    ==============
    <Files ~“xmlrpc.php$”>
    Allow from jetpack.wordpress.com
    Deny from all
    </Files>
    =============
    でもうまくいかなかったです。
    他に方法が何かありましたら、よろしくお願いいたします。

    フォーラム: プラグイン
    返信が含まれるトピック: Jetpack for WordPress.comと連携ができません。
    トピック投稿者 bodogenote

    (@bodogenote)

    Daisuke Takahashiさま
    お返事ありがとうございます。

    ご指定のURLにサイトURLを入力したところ、以下のようなエラーメッセージが出てきました。
    なお、テーマをデフォルトテーマ(Twenty Sixteenバージョン: 1.3)に戻しても同じ結果でした。
    ——————————————-
    XML-RPC is not responding correctly ( 403 )
    It looks like XML-RPC is not responding correctly. Please make sure XML-RPC is turned on for your site and is set up to respond to all content types. You can test this yourself by running the following command from the command line:

    curl -A ‘Jetpack by WordPress.com’ -d ‘<methodCall><methodName>demo.sayHello</methodName></methodCall>’ http://bodoge-note.com/xmlrpc.php

    The answer should be:

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <methodResponse>
    <params>
    <param>
    <value>
    <string>Hello!</string>
    </value>
    </param>
    </params>
    </methodResponse>
    If you continue to get this error, please check out our troubleshooting guide or contact support.
    ——————————————–

    よろしくお願いいたします。

2件の返信を表示中 - 1 - 2件目 (全2件中)