カテゴリー:
エラーメッセージ
閲覧数:160 配信日:2023-02-28 05:50
このエントリーの結論
「include_once」で「An error occurred.」と表示される場合の原因は、大きく分けると 2 種類あります。
A.「include_once」で指定したファイルパスが誤っている場合
B.「include_once」で指定したファイル先の内容にエラーがある場合
遭遇事例
エラーメッセージ
An error occurred.
Sorry, the page you are looking for is currently unavailable.
Please try again later.
If you are the system administrator of this resource then you should check the error log for details.
Faithfully yours, nginx.
Sorry, the page you are looking for is currently unavailable.
Please try again later.
If you are the system administrator of this resource then you should check the error log for details.
Faithfully yours, nginx.
エラーが発生したコード
include_once(dirname(__FILE__).'/../include/controller-footerdata.php');