Re: [fw-general] Zend_Search_Lucene broken after upgrade to 1.9.0

2009-08-13 Thread Ralf Eggert
Hi Alexander, like I already told Ralph, I did some messy hack with overwriting Zend_Search_Lucene::find() method. But I know that it was not the reason for this issue. I copied the Zend/Search/ files again to the server and now the problem is gone. I have no idea how it happened that old files w

RE: [fw-general] Zend_Search_Lucene broken after upgrade to 1.9.0

2009-08-13 Thread Alexander Veremyev
That's really strange thing. This exception can be thrown only from Zend_Search_Lucene_Index_DictionaryLoader::load() method now. Are you sure that 1.9.1 packages are correctly registered in the include_path? It looks like some earlier ZF version comes before it. With best regards, Alexander V