コードにphpファイルを含めようとしていました
include "$_SERVER[DOCUMENT_ROOT]/inc/file.php";
私が得ていたエラーは
Warning: include() [function include]: unable to access C:/wamp/www/inc/file.php on line 6
Warning include(C:/...... Failed to open stream no error.
そして、require_once; を使用しようとしました。エラーは同じでした私のphpバージョンは5.2です