注意:未定义的索引:第 107 行 C:\xampp\htdocs\pmsx\lib\config.php 中的 NAME
那是确切的错误。这是我在文件上的代码。谢谢你的帮助。
这是我的第 107 行:
//echo "<br>" . $cdata;
// create the proper tree node if NAME attribute is set
if ($this->attr["NAME"] != "")
$this->tags[count($this->tags) - 1] = $this->attr["NAME"];