Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lucene.php
#5
(09-25-2011, 07:54 PM)caos Wrote:
(09-25-2011, 12:39 PM)steinm Wrote:
(09-25-2011, 06:08 AM)caos Wrote: Warning: require_once(Zend/Search/Lucene.php) [function.require-once]: failed to open stream: No such file or directory in /homepages/12/d227913023/htdocs/docs/Lucene/Lucene.php on line 22

Fatal error: require_once() [function.require]: Failed opening required 'Zend/Search/Lucene.php' (include_path='/homepages/12/d227913023/htdocs/docs/:.:/usr/lib/php5') in /homepages/12/d227913023/htdocs/docs/Lucene/Lucene.php on line 22

i do have a folder called lucene and there is a lucene.php file there the second error not quite sure how to tackle to problem

as far as i know the hosting (1an1) company has zend framework and available for the package i signed up for

zend framework is definitely missing here. You could put it somewhere in your web space and extend the php search path or simply change the require_once() in Lucene/Lucene.php to the propper path.

Uwe

my hosting companies reply to the zendframework query :

"We have been looking for the application here in our system and unfortunately we have not searched it here in our end. It is important to find this application so that we will be be able to look what have caused this kind of error since this is application you have is external type of application. Please be advised to call again our 24/7 technical support at this contact number 1-866-991-2631 so that you can track us where you got this application and we then can be able to answer to that query.

If you have any further questions please do not hesitate to contact us."

something tells me they have no idea either???

I did a fresh install of LetoDMS and all went well how every i come to the same problem regarding full text search.
in the lucene.php file i put the proper paths as below in the lucene.php as below:

* @uses Zend_Search_Lucene
*/
require_once(Zend/Search/Lucene.php); <--- Still getting the erorr Warning: require_once(Zend/Search/Lucene.php) [function.require-once]: failed to open stream: No such file or directory in /homepages/12/d227913023/htdocs/docs/Lucene/Lucene.php on line 22----

/**
* @uses Zend_Search_Lucene_Analysis_TokenFilter_Stopwords
*/
require_once("/kunden/homepages/12/d227913023/htdocs/docs/Lucene/Lucene/Analysis/TokenFilter/StopWords.php"); <---There is no tokenfilter nor a stopwords.php from the downloaded LetoDMS_Lucene-1.0.0.tgz from the LETODMS download section----

/**
* @uses LetoDMS_Lucene_Indexer
*/
require_once('/kunden/homepages/12/d227913023/htdocs/docs/Lucene/Lucene/Indexer.php');

/**
* @uses LetoDMS_Lucene_Search
*/
require_once('/kunden/homepages/12/d227913023/htdocs/docs/Lucene/Lucene/Search.php');

/**
* @uses LetoDMS_Lucene_IndexedDocument
*/
require_once('/kunden/homepages/12/d227913023/htdocs/docs/Lucene/Lucene/IndexedDocument.php');


Can any one help or shed some ideas of what i might have to do?????

Caos
Reply


Messages In This Thread
Lucene.php - by caos - 09-25-2011, 06:08 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)