The buttons action get a wrong redirect -- exactly this one: Queue all content for reindexing and Delete the Search & Solr index.

It's doing a double redirect function. For my site I got drupal in domain.com/mydrupal/ I got domain.com/mydrupal/mydrupal/admin/settings/apachesolr/etc ...

CommentFileSizeAuthor
#1 1668202-1.patch1.1 KBkillua99

Comments

killua99’s picture

Status: Active » Needs review
StatusFileSize
new1.1 KB

Problem, the $form_state['redirect'] should be an array and not an url() function. Like in apachesolr_index_action_form_remaining_submit() function.

nick_vh’s picture

Status: Needs review » Fixed

Thanks! credited you for this :-) Committed to 6x.-3.x!

nick_vh’s picture

Status: Fixed » Closed (fixed)