Zend search lucene Gives Error On pagination

thread: 2 messages  |  last: a year ago  |  started: tuesday, march 30, 2010, 6:38 am pdt


#1  |  jobspert (mumbai) United States of America
Tuesday, March 30, 2010, 6:38 AM PDT

Hello all,
gr8 work and contribution.
once again i need you peoples help....
I m itegrating zend_seach_lucene part in my project called jobspert.com ...
I have successfully build the index with the following command...
   SearchManager::BuildResumeIndex();
   App::$ResumeIndex->commit();
it builds the index search is also working on index data...
BUT
i m displaying my result in data grid...it renders the datagrid but pagination is not working... when i click next(page)it gives me an error Like
“Argument 1 passed to Zend_Search_Lucene_LockManager::releaseReadLock() must be an instance of Zend_Search_Lucene_Storage_Directory, instance of __PHP_Incomplete_Class given, called in /home/jobspert/public_html/Zend/Search/Lucene.php on line 572 and defined”

You people can check this live at url below...
http://jobspert.com/SearchResultResume_1.php?keywords=hr
when the page loads it displays the data grid click next in paginator to see the error...
i have already spent two valuable day on it....
but now result....
might be it is the problem of qcubed or zend you people must be knowing it ....
please help me out its a humble request....

#2  |  Zbyszek Czarnecki (Warsaw, PL) Poland
Tuesday, March 30, 2010, 6:59 AM PDT

Please post your DataBinder code you use in this datagrid, I'm not able to help with only error to look at.



Copyright © 2005 - 2012, Quasidea Development, LLC
This open-source framework for PHP is released under the terms of The MIT License.