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

回答編集履歴

1

内容の脱落修正

2017/03/01 13:48

投稿

philomagi
philomagi

スコア267

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`と同じディレクトリにありますか?