Hi,
I've just upgraded from 2.0.0rc3 -> rc4 and now I got the following message in the web-frontend.
Undefined index: serviceid [include/classes/class.ctree.php:174]
I've checked it with the previous version and indeed the code has changed.
"if ($rows['id'] == '0')" has changed to "if ($rows['serviceid'] == '0')" in the function countDepth().
Does anyone else has this problem? I could not find any upgrade instructions nor bug report yet.
Best regards,
Marc
I've just upgraded from 2.0.0rc3 -> rc4 and now I got the following message in the web-frontend.
Undefined index: serviceid [include/classes/class.ctree.php:174]
I've checked it with the previous version and indeed the code has changed.
"if ($rows['id'] == '0')" has changed to "if ($rows['serviceid'] == '0')" in the function countDepth().
Does anyone else has this problem? I could not find any upgrade instructions nor bug report yet.
Best regards,
Marc
Comment