質問編集履歴

4

文字が変

2022/07/17 03:28

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- Wordpressのテーマ変更ができません
1
+ Wordpressのテーマカスタマイズができません
test CHANGED
@@ -1,4 +1,4 @@
1
- Wordpressのテーマの変更ができません。
1
+ Wordpressのテーマのカスタマイズができません。
2
2
  php-fpmのエラーメッセージには
3
3
  ```
4
4
  [17-Jul-2022 03:15:33 UTC] PHP Warning: Attempt to read property "ID" on null in /var/www/shtml/wp-includes/post.php on line 7586
@@ -33,3 +33,16 @@
33
33
  ```
34
34
  でWordpressの再インストールを行いテーマの変更をすると上記のエラーになります
35
35
  データベースは前使っていたデータベースです
36
+ 追記2
37
+ Wordpressの標準テーマ(Twenty Twenty-Two)をカスタマイズをしようとしたら
38
+ ```ここに言語を入力
39
+ [17-Jul-2022 03:24:33 UTC] PHP Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, null given in /var/www/shtml/wp-includes/class-wp-theme-json-resolver.php:408
40
+ Stack trace:
41
+ #0 /var/www/shtml/wp-admin/site-editor.php(88): WP_Theme_JSON_Resolver::get_user_global_styles_post_id()
42
+ #1 {main}
43
+ thrown in /var/www/shtml/wp-includes/class-wp-theme-json-resolver.php on line 408
44
+ ```
45
+ というエラーがでました
46
+ Wordpressでは
47
+ "このサイトで重大なエラーが発生しました。"
48
+ がでます

3

エラーコード変更

2022/07/17 03:17

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -1,16 +1,16 @@
1
1
  Wordpressのテーマの変更ができません。
2
2
  php-fpmのエラーメッセージには
3
- ```ここに言語を入力
3
+ ```
4
- [17-Jul-2022 02:02:50 UTC] PHP Warning: Attempt to read property "ID" on null in /var/www/shtml/wp-includes/post.php on line 7586
4
+ [17-Jul-2022 03:15:33 UTC] PHP Warning: Attempt to read property "ID" on null in /var/www/shtml/wp-includes/post.php on line 7586
5
- [17-Jul-2022 02:02:50 UTC] PHP Warning: Attempt to read property "post_type" on null in /var/www/shtml/wp-includes/post.php on line 7829
5
+ [17-Jul-2022 03:15:33 UTC] PHP Warning: Attempt to read property "post_type" on null in /var/www/shtml/wp-includes/post.php on line 7829
6
- [17-Jul-2022 02:02:50 UTC] PHP Warning: Attempt to read property "post_type" on null in /var/www/shtml/wp-includes/nav-menu.php on line 1086
6
+ [17-Jul-2022 03:15:33 UTC] PHP Warning: Attempt to read property "post_type" on null in /var/www/shtml/wp-includes/nav-menu.php on line 1086
7
- [17-Jul-2022 02:02:50 UTC] PHP Warning: Attempt to read property "post_type" on null in /var/www/shtml/wp-includes/theme.php on line 3514
7
+ [17-Jul-2022 03:15:33 UTC] PHP Warning: Attempt to read property "post_type" on null in /var/www/shtml/wp-includes/theme.php on line 3514
8
- [17-Jul-2022 02:02:50 UTC] PHP Warning: Attempt to read property "post_type" on null in /var/www/shtml/wp-includes/theme.php on line 3739
8
+ [17-Jul-2022 03:15:33 UTC] PHP Warning: Attempt to read property "post_type" on null in /var/www/shtml/wp-includes/theme.php on line 3739
9
- [17-Jul-2022 02:02:50 UTC] PHP Warning: Attempt to read property "post_type" on null in /var/www/shtml/wp-includes/post.php on line 5361
9
+ [17-Jul-2022 03:15:33 UTC] PHP Warning: Attempt to read property "post_type" on null in /var/www/shtml/wp-includes/post.php on line 5361
10
- [17-Jul-2022 02:02:50 UTC] PHP Warning: Attempt to read property "ID" on null in /var/www/shtml/wp-includes/post.php on line 5361
10
+ [17-Jul-2022 03:15:33 UTC] PHP Warning: Attempt to read property "ID" on null in /var/www/shtml/wp-includes/post.php on line 5361
11
- [17-Jul-2022 02:02:50 UTC] PHP Warning: Attempt to read property "post_type" on null in /var/www/shtml/wp-includes/post.php on line 4662
11
+ [17-Jul-2022 03:15:33 UTC] PHP Warning: Attempt to read property "post_type" on null in /var/www/shtml/wp-includes/post.php on line 4662
12
- [17-Jul-2022 02:02:50 UTC] PHP Warning: Attempt to read property "post_status" on null in /var/www/shtml/wp-includes/class-wp-customize-manager.php on line 2564
12
+ [17-Jul-2022 03:15:33 UTC] PHP Warning: Attempt to read property "post_status" on null in /var/www/shtml/wp-includes/class-wp-customize-manager.php on line 2564
13
- [17-Jul-2022 02:02:50 UTC] PHP Warning: Attempt to read property "ID" on null in /var/www/shtml/wp-includes/class-wp-customize-manager.php on line 2570
13
+ [17-Jul-2022 03:15:33 UTC] PHP Warning: Attempt to read property "ID" on null in /var/www/shtml/wp-includes/class-wp-customize-manager.php on line 2570
14
14
  ```
15
15
  というエラーがでていました
16
16
  Wordpress側にはエラーはでていません

2

追記

2022/07/17 03:12

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -17,3 +17,19 @@
17
17
  使っているテーマ
18
18
  stork19
19
19
  phpバージョン 8.0
20
+ 追記
21
+ 間違えてWordpressをインストールしているディレクトリ(/var/www/shtml)を削除しました。
22
+ その時のコマンドは
23
+ ```ここに言語を入力
24
+ rm -rf /var/www/shtml
25
+ ```
26
+ なので
27
+ ```ここに言語を入力
28
+ mkdir /var/www/shtml
29
+ wget https://ja.wordpress.org/latest-ja.tar.gz
30
+ tar xvzf latest-ja.tar.gz
31
+ rmdir wordpress
32
+ chown -R apache:apache /var/www/shtml
33
+ ```
34
+ でWordpressの再インストールを行いテーマの変更をすると上記のエラーになります
35
+ データベースは前使っていたデータベースです

1

いらない文字があった

2022/07/17 02:12

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -1,10 +1,6 @@
1
1
  Wordpressのテーマの変更ができません。
2
2
  php-fpmのエラーメッセージには
3
3
  ```ここに言語を入力
4
- [17-Jul-2022 02:00:15 UTC] PHP Warning: Attempt to read property "ID" on null in /var/www/shtml/wp-includes/class-wp-customize-manager.php on line 2570
5
- [root@ichiru-game www]# tail /var/log/php-fpm/error.log
6
- [17-Jul-2022 03:49:01] NOTICE: error log file re-opened
7
- [root@ichiru-game www]# tail /var/log/php-fpm/www-error.log
8
4
  [17-Jul-2022 02:02:50 UTC] PHP Warning: Attempt to read property "ID" on null in /var/www/shtml/wp-includes/post.php on line 7586
9
5
  [17-Jul-2022 02:02:50 UTC] PHP Warning: Attempt to read property "post_type" on null in /var/www/shtml/wp-includes/post.php on line 7829
10
6
  [17-Jul-2022 02:02:50 UTC] PHP Warning: Attempt to read property "post_type" on null in /var/www/shtml/wp-includes/nav-menu.php on line 1086