Looks like there's a couple function calls to undefined functions for the index command, which will give you a nice fatal PHP error :)

function apachesolr_drush_solr_index() {
  module_load_include('inc', 'apachesolr', 'apachesolr.admin');
  apachesolr_batch_index_remaining();
  drush_backend_batch_process();
}

Neither of those two appear anywhere in the module, much less in apachesolr.admin.inc

CommentFileSizeAuthor
#2 1167722-2.patch2.19 KBpwolanin

Comments

pwolanin’s picture

Version: 6.x-1.4 » 6.x-1.x-dev

hmm, must have applied a 6.x-2.x patch by mistake

pwolanin’s picture

Status: Active » Needs review
StatusFileSize
new2.19 KB
pwolanin’s picture

Status: Needs review » Fixed

committed

Status: Fixed » Closed (fixed)

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