After upgrading to Apachesolr 7.x-1.1 this fatal error occurs.
Fatal error: Call to undefined function apachesolr_search_form_search_form_alter() in /docroot/sites/all/modules/contrib/ds/modules/ds_search/ds_search.module on line 523
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 1823126-5.patch | 1.95 KB | swentel |
Comments
Comment #1
davidburnsFor now commenting out line 523 of ds_search.module gets rid of WSOD
Comment #2
swentel commentedWrong branch
Comment #3
micahtaylor commentedIs this only resolved in 7x-2.0? Or can this be resolved in 7.x-1.6?
Comment #4
swentel commentedIt can be solved, I should have some time this weekend to post a patch for this.
Comment #5
swentel commentedThis should fix it and add support for the latest solr form altering.
Comment #6
micahtaylor commentedPatch seems to be working for me.
Thanks!
Comment #7
torrance123 commentedThanks, patch works for me too.
Comment #8
swentel commentedCommitted and pushed, thanks!
Comment #9
swentel commentedAnd fixed of course.