質問編集履歴
2
間違い
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,5 +6,5 @@
|
|
6
6
|
Fatal error: require_once(): Failed opening required 'C:\xampp\htdocs\wordpress/wp-includes/load.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\wordpress\wp-load.php on line 49
|
7
7
|
------------------------------------------------------------------------
|
8
8
|
これがその問題の49行目付近です。
|
9
|
-
|
9
|
+
define( 'WPINC', 'wp-includes' );//49行目
|
10
|
-
|
10
|
+
require_once ABSPATH . WPINC . '/load.php';//50行目
|
1
タグの追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|