In the process of site upgrade from D6 to D7 I have got an error:
Fatal error: Class 'SearchApiAbstractProcessor' not found in /data/redrat/soft/drupal7/modules/rustemmer/rustemmer.module on line 86
It seems that module unconditionally depends on Search API module. It must be either added to dependencies[] in the .info file or made conditional in the .install file.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1835368-rustemmer-classes-d7-2.patch | 7.83 KB | andypost |
Comments
Comment #1
maximpodorov commentedThank you for your report. The fix is committed: http://drupalcode.org/project/rustemmer.git/commit/3fa0dac
Comment #2
andypostD7 should use
files[]section for auto-loading classesfor changes see 2 commits attached