11-29-2012, 01:31 AM
(11-29-2012, 12:56 AM)axel76 Wrote: Hello, I have try but not work again..
My path is:
/var/www/login/:.:/usr/share/php:/usr/local/ZendFramework/library
I have changed /lucene/Lucene.php with this configuration:
----------------------------------------------------------------------------------------------
// require_once('Zend/Search/Lucene.php');
require_once('/var/www/login/lucene/Lucene.php');
/**
* @uses Zend_Search_Lucene_Analysis_TokenFilter_Stopwords
*/
// require_once("Zend/Search/Lucene/Analysis/TokenFilter/StopWords.php");
require_once("/var/www/login/lucene/Lucene/Analysis/TokenFilter/StopWords.php");
/**
* @uses LetoDMS_Lucene_Indexer
*/
require_once('Lucene/Indexer.php');
/**
* @uses LetoDMS_Lucene_Search
*/
require_once('Lucene/Search.php');
/**
* @uses LetoDMS_Lucene_IndexedDocument
*/
require_once('Lucene/IndexedDocument.php')
-------------------------------------------------------------------------------------------------
Now in log file I have the follow:
PHP Fatal error: require_once(): Failed opening required '/var/www/login/lucene/Lucene/Analysis/TokenFilter/StopWords.php' (include_path='/var/www/login/:.:/usr/share/php:/usr/local/ZendFramework/library') in /var/www/login/lucene/Lucene.php on line 32, referer: http://www.archiviato.net/login/out/out....showtree=0
In the folder Lucene, I have no folder called Analisys..
Best Regards,
Alex
I have the Zend Framework located in a folder Zend. In there i had to go to Search -> Lucene and found the Folder Analysis. This is a part of the Zend Framework.
Do you have access to the directory where Zend Framework resides?
Daniel