(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 (1and1) 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
steinm
I was told to install zend optimiser by the tech assistant from 1 and 1 with refence to the 1and1 install as per 1 and 1 instructions ( http://faq.1and1.com/scripting_languages...hp/15.html ) hence i created a php.ini file within the document root and the letodms folder that contains the following lines :
"zend_optimizer.optimization_level=15
zend_extension=/kunden/homepages/12/d227913023/htdocs/ZendOptimizer/data/5_2_x_comp/ZendOptimizer.so"
i know the sever has zendframework and optimiser now becuase the phpinfo.php in the letodms folder i added states the following:
"This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright © 1998-2010 Zend Technologies
with Zend Optimizer v3.3.9, Copyright © 1998-2009, by Zend Technologies."
care to share your knowledge and what i have to edit next.. im sure ill have to edit some file in leto dms to point to...

thanks in advance