09-25-2011, 12:39 PM
(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