PHP Notice: Undefined index: parentid in /home/public_html/data/Dataset.php on line 319
PHP Notice: Undefined index: destinations in /home/public_html/data/Dataset.php on line 330
PHP Notice: Undefined index: radiogroup in /home/public_html/data/Dataset.php on line 340
PHP Notice: Undefined index: radiogroup in /home/public_html/data/Dataset.php on line 340
PHP Notice: Undefined index: radiogroup in /home/public_html/data/Dataset.php on line 340
PHP Notice: Undefined index: radiogroup in /home/public_html/data/Dataset.php on line 340
PHP Notice: Undefined index: name in /home/public_html/data/Dataset.php on line 220
PHP Notice: Undefined index: fieldhelp in /home/public_html/data/Dataset.php on line 236
从 5.2 升级到 php 5.3 后,我的脚本拒绝工作。我在日志中看到了许多 PHP 通知。
在第 319 行:if( $this->aFields["parentid"] ) {
在第 340 行: if( $curField["radiogroup"] ) {
我怀疑问题出在另一个包含许多此类行的文件中
if( isset( $this->request_vars[$name]["id"] ) ) {
我该如何解决?如果从上面判断就那么容易。