I'm experiencing the same symptons as described in 587568 except with the
luceneapi module. There is a patch in comment #15 that seems to work.

In luceneapi_node.module line 470 the same line of code exits that
causes the warning message in the main search module:

$node->body .= module_invoke('comment', 'nodeapi', $node, 'update index');

The changes in the patch fix the issue for me.

Drupal 6.15
luceneapi 6.x-2.2
PHP 5.3.1

Comments

cpliakas’s picture

Status: Active » Fixed
Issue tags: +6.x-2.3

Thanks! Fix applied in commit #340136. It will be reflected in the 2.3 release.

Status: Fixed » Closed (fixed)
Issue tags: -6.x-2.3

Automatically closed -- issue fixed for 2 weeks with no activity.