Small bug in search, maybe “custom-update” related…
“Invalid argument supplied for foreach() in …blah… utils.php on line 1556”
Solution: replace code on 1556 by following:
foreach ( (array)$page->ancestors as $parent ) {
Guess to work, Andreas