Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lucene.php
#6
(09-26-2011, 04:44 AM)caos Wrote:
(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----
Did you install the zend framework? Do you know where your hoster has installed it for you?
Unless you put in the correct path to the zend framework, it won't work.

(09-26-2011, 04:44 AM)caos Wrote: /**
* @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----

It's part of the zend framework.
Zend/Search/Lucene/Analysis/TokenFilter/StopWords.php

Uwe
Reply


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

Forum Jump:


Users browsing this thread: 1 Guest(s)