07-05-2012, 09:19 PM
(07-05-2012, 07:03 PM)Daanl Wrote: HI,
I Loaded LetoDS on a testbox in the office. All is working well. I created two folders and uploaded pdf and normal text docs.
When I want to create a full text index I get the following error; PHP Notice: Undefined property: Settings::$_stopWordsFile in /srv/www/htdocs/letoDMS-3.3.5/out/out.Indexer.php on line 92,
Can somebody help with this.
That's a bug. In order to get around it, I would suggest you set a variable $_stopWordsFile in inc/inc.ClassSettings.php. Either pointing to a stop words file or set it to the empty string. I'll fix that for the next release.
Uwe