LetoDMS Community Forum
The full-text index is not working in my installation - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Technical Support (https://community.letodms.com/forumdisplay.php?fid=10)
+--- Thread: The full-text index is not working in my installation (/showthread.php?tid=657)



The full-text index is not working in my installation - vlopez - 02-25-2013

Regards.

LetoDMS version 3.4.2
PHP 5.3.21
MySQL 5.5.3
Linux Server (Centos)

When I try to generate the full-text index shows me the following message to all documents:
Notice: Undefined variable: settings in /my/path/to/letodms/out/out.Indexer.php on line 41

In the configuration settings I have given stopwords file path. The files have the comment box stuffing, and I have installed both pdftotext as cat.
The files that are currently in the database are four and their extensions: txt, pdf, odt and doc

Thanks in advance.


RE: The full-text index is not working in my installation - tobyrhodes - 03-26-2013

Hi

I am also having a problem with creating a full text index. I get the following error message:

Fatal error: require_once() [function.require]: Failed opening required 'Zend/Search/Lucene/Storage/File/Filesystem.php' (include_path='/home/wechange/public_html/ld/:.:/usr/local/php52/pear') in /home/wechange/public_html/ld/Zend/Search/Lucene/Storage/Directory/Filesystem.php on line 349

PHP: 5.2.17
LetoDMS version 3.4.2
MySQL: 5.5.28

I'm not sure if this is the same problem as vlopes above, or something different.
Any help would be appreciated

Cheers
Toby


RE: The full-text index is not working in my installation - steinm - 03-27-2013

(03-26-2013, 05:43 PM)tobyrhodes Wrote: Hi

I am also having a problem with creating a full text index. I get the following error message:

Fatal error: require_once() [function.require]: Failed opening required 'Zend/Search/Lucene/Storage/File/Filesystem.php' (include_path='/home/wechange/public_html/ld/:.:/usr/local/php52/pear') in /home/wechange/public_html/ld/Zend/Search/Lucene/Storage/Directory/Filesystem.php on line 349

Looks like you haven't installed zend_framework or it is not within the php include path.

Uwe


RE: The full-text index is not working in my installation - tobyrhodes - 03-28-2013

(03-27-2013, 01:49 AM)steinm Wrote:
(03-26-2013, 05:43 PM)tobyrhodes Wrote: Hi

I am also having a problem with creating a full text index. I get the following error message:

Fatal error: require_once() [function.require]: Failed opening required 'Zend/Search/Lucene/Storage/File/Filesystem.php' (include_path='/home/wechange/public_html/ld/:.:/usr/local/php52/pear') in /home/wechange/public_html/ld/Zend/Search/Lucene/Storage/Directory/Filesystem.php on line 349

Looks like you haven't installed zend_framework or it is not within the php include path.

Uwe

Hi Uwe

Thanks for your reply - I am new to LetoDMS and Zend. All I have done is a script of LetoDMS installation using Softaculous from my cpanel (host = Siteground). Do I need to do a separate install of Zend framework as well? I am a newbie at some of this - any advice gratefully received.
Many thanks
Toby