次のコードを使用してスクリプトを含めようとしています。
<div class="main_content">
<?php include ('tweets.php') ?>
</div>
しかし、次のエラーが発生し続けます。
警告: include(tweets.php): ストリームを開けませんでした: No such file or directory in - 52 行目 警告: include(): Failed open 'tweets.php' for include (include_path='.:') in - on 52行目
私はチェックして再確認しましたが、ファイルは確実に存在し、これが入っているファイルと同じディレクトリにあります。
これについてご協力いただき、誠にありがとうございます。