回答編集履歴
1
内容の脱落修正
answer
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
`[function.include]: failed to open stream: No such file or directory`と出ているので、恐らく`include`関数で取り込もうとしているファイルが見つかっていないのではないでしょうか。
|
2
|
-
`include/switch.php`は、`ajax_more_index.php`と同じディレクトリにありますか?
|
2
|
+
`include/switch.php`はincludeディレクトリ以下に有るようですが、そのincludeディレクトリは`ajax_more_index.php`と同じディレクトリにありますか?
|