这是确切的错误:
Undefined index: wp-login in /home/the/path/file.php on line 159
Undefined index: wp-login in /home/the/path/file.php on line 161
Undefined index: wp-login in /home/the/path/file.php on line 162
有时,我会robots
,title-tag
等而不是wp-login
:
Undefined index: robots in /home/the/path/file.php on line 159
Undefined index: title-tag in /home/the/path/file.php on line 159
... and so on.
我没有使用任何WordPress插件或与WordPress相关的任何其他内容。另外,我不使用robots
,title-tag
或wp-login
作为整个脚本中的键来访问任何数组元素。
有谁能告诉我为什么我的error_log会一直填写这些错误?
这是第159,161和162行的PHP代码:
$topics[substr($url_parts[3],0,-4)]
这是$topics
数组:
$topics = ['technology'=>'Technology','android'=>'Android News','apple'=>'Apple News'];