Quote: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.
After a few frustrating days email back and forward to the really annoying technical staff at my hosting company now they are saying that i must install the framework... if the package says on the description that zendframework is part of the programming and package mmm WTF??? anyway what i did was
1.downloaded ZendFramework-1.11.10.tar.gz
2.uploaded to my root directory of my hosting site ans renamed it /zend
3.add the following to the php.ini in the root directory of the website with the following information:
zend_optimizer.optimization_level=15
zend_extension=/kunden/homepages/12/d227913023/htdocs/ZendOptimizer/data/5_2_x_comp/ZendOptimizer.so
include_path =/kunden/homepages/12/d227913023/htdocs/zend/library
4.reinstalled Letodms into the folder /docs within the site root.
still the same 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
Fatal error: require_once() [function.require]: Failed opening required 'Zend/Search/Lucene.php' (include_path='/kunden/homepages/12/d227913023/htdocs/docs/:.:/usr/lib/php5') in /homepages/12/d227913023/htdocs/docs/Lucene/Lucene.php on line 22
even when i change line 22 on /kunden/homepages/12/d227913023/htdocs/zend/library or /kunden/homepages/12/d227913023/htdocs/zend/library/zend/search
