07-23-2012, 04:47 PM
Hello Uwe,
I succeeded in using the script letodms-indexer in the utils directory. This calls indexer.php. I had to manually adjust include paths and require_once statements in indexer.php. Now it seems to do exactly the same as calling out.Indexer.php by browser.
What i didnt notice so far is, that obviously serveral uploaded documents give a -
PHP Notice: iconv(): Detected an illegal character in input string in /srv/www/htdocs/letodms/Zend/Search/Lucene/Analysis/Analyzer/Common/Text.php on line 58
-when updating or rebuilding full text index.
Any suggestions to fix that ?
Regards,
Alex
I succeeded in using the script letodms-indexer in the utils directory. This calls indexer.php. I had to manually adjust include paths and require_once statements in indexer.php. Now it seems to do exactly the same as calling out.Indexer.php by browser.
What i didnt notice so far is, that obviously serveral uploaded documents give a -
PHP Notice: iconv(): Detected an illegal character in input string in /srv/www/htdocs/letodms/Zend/Search/Lucene/Analysis/Analyzer/Common/Text.php on line 58
-when updating or rebuilding full text index.
Any suggestions to fix that ?
Regards,
Alex
(07-19-2012, 07:45 PM)steinm Wrote: out.Indexer.php is supposed to be accessed by a browser. The php notice above is a rather minor problem. The major problem is the fact that you are not authenticated. You had to login and save the cookie first. In a second step you can call out.Indexer.php. It would be easier to take the indexer.php script from the utils directory.
Uwe