タイトル: Warning: Use of undefined constant ... - assumed '...' (this will throw an Error in a future version of PHP) in ....php on line ...
SEOタイトル: Warning: Use of undefined constant 対処 (PHP 7/8 互換)
エラー内容
|
Warning: Use of undefined constant ... - assumed '...' (this will throw an Error in a future version of PHP) in ....php on line ... |
発生条件/原因
定義されていない定数を使用した際に発生します。
対処法
定数をきちんと定義しましょう。