Line 428, inside apachesolr_nodeapi_mass_delete function

apachesolr_index_updated($time);

$time is undefined. I think you meant:

apachesolr_index_updated(time());
CommentFileSizeAuthor
#3 apachesolr.index_.inc_.patch396 bytesquotesbro
#1 1173696-1.patch896 bytesjpmckinney

Comments

jpmckinney’s picture

Title: apachesolr.index.inc » Fix apachesolr_nodeapi_mass_delete and apachesolr_nodeapi_mass_update.
Status: Active » Fixed
StatusFileSize
new896 bytes

In fact, apachesolr_index_updated is undefined. It should be apachesolr_index_set_last_updated. Thanks. These functions were not being run in the last version and I had assumed they worked.

Status: Fixed » Closed (fixed)

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

quotesbro’s picture

Version: 6.x-2.0-beta4 » 6.x-1.x-dev
Status: Closed (fixed) » Needs review
StatusFileSize
new396 bytes

This issue is still active for 6.x-1.x branch.

pwolanin’s picture

Status: Needs review » Fixed

thanks!

Status: Fixed » Closed (fixed)

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