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.

CommentFileSizeAuthor
#2 1835368-rustemmer-classes-d7-2.patch7.83 KBandypost

Comments

maximpodorov’s picture

Thank you for your report. The fix is committed: http://drupalcode.org/project/rustemmer.git/commit/3fa0dac

andypost’s picture

Status: Active » Fixed
StatusFileSize
new7.83 KB

D7 should use files[] section for auto-loading classes

for changes see 2 commits attached

Status: Fixed » Closed (fixed)

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