質問するログイン新規登録

質問編集履歴

2

追記を記載しました

2023/08/15 06:04

投稿

DDDlucky
DDDlucky

スコア3

title CHANGED
File without changes
body CHANGED
@@ -21,3 +21,19 @@
21
21
  自動ツイートは未だされていません。wordpressの記事は投稿されています。
22
22
 
23
23
  対応方法についてアドバイスいただけましたら幸いです。
24
+
25
+ 追記)
26
+ サーバーはmixhostでして
27
+ 「メトリック」の「エラー」を見たところ下記のような内容でした
28
+ 2023-08-15 12:05:13.879426 [INFO] [289544] [T0] [185.191.171.8:9708#APVH_(ドメイン):443] File not found [/home/bspkxaro/public_html/404.shtml]
29
+ 2023-08-15 12:05:13.879394 [INFO] [289544] [T0] [185.191.171.8:9708#APVH_(ドメイン):443] File not found [/home/bspkxaro/public_html/robots.txt]
30
+ 2023-08-15 11:49:49.485736 [INFO] [289544] [T0] [216.244.66.229:50706#APVH_(ドメイン)] File not found [/home/bspkxaro/public_html/404.shtml]
31
+ 2023-08-15 11:49:49.485710 [INFO] [289544] [T0] [216.244.66.229:50706#APVH_(ドメイン)] File not found [/home/bspkxaro/public_html/robots.txt]
32
+
33
+ また、ファイルマネージャーからerror_logを見てみましたが
34
+ [19-Feb-2022 11:18:18 UTC] PHP Warning: include_once(/home/bspkxaro/public_html/wp-content/plugins/rss-post-importer/app/classes/admin/class-rss-pi-opml.php): failed to open stream: No such file or directory in /home/bspkxaro/public_html/wp-content/plugins/rss-post-importer/index.php on line 61
35
+ [19-Feb-2022 11:18:18 UTC] PHP Warning: include_once(): Failed opening '/home/bspkxaro/public_html/wp-content/plugins/rss-post-importer/app/classes/admin/class-rss-pi-opml.php' for inclusion (include_path='.:/opt/cpanel/ea-php74/root/usr/share/pear') in /home/bspkxaro/public_html/wp-content/plugins/rss-post-importer/index.php on line 61
36
+
37
+ [19-Feb-2022 11:18:47 UTC] PHP Warning: Declaration of Jetpack_IXR_Client::query() should be compatible with IXR_Client::query(...$args) in /home/bspkxaro/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/class.jetpack-ixr-client.php on line 51
38
+
39
+ というように rss-post-importerやjetpackといった今回インストールしたプラグインとは別のプラグインについてメッセージがありました

1

②の記事のURLが間違っていましたので直しました

2023/08/15 06:01

投稿

DDDlucky
DDDlucky

スコア3

title CHANGED
File without changes
body CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  ネットで調べて参考にした記事はこれらです
7
7
  ①https://blog.nyanco.me/howto-get-twitter-api-202306/
8
- ②https://blog.janjan.net/2023/06/01/ramdom-select-wordpress-article-auto-tweet-application/
8
+ ②https://www.rocomotion.net/wordpress-plugin-snap/
9
9
 
10
10
  ①の記事でDeveloper Portal上での操作やアクセスキーなどの入手をしてみて、
11
11
  ②の記事で「NextScripts: Social Networks Auto-Poster」(SNAP)というプラグインを設定してみた