Hi there,
in serveral docs to letodms it is mentioned, that it makes sense to regularly update the zend-lucene-driven full text index by cron job.
I tought this would be quite simple by adding a line
0 22 * * 1-5 /usr/bin/php /srv/www/htdocs/letodms/out/out.Indexer.php
to root´s crontab. But calling the script in that way only gives a
PHP Notice: Undefined index: REQUEST_URI in /srv/www/htdocs/letodms/inc/inc.Authentication.php on line 15
What am I missing. Could it be, that there is some environmental thing missing, when calling it that way ?
Any help kindly appreciated.
Alex
in serveral docs to letodms it is mentioned, that it makes sense to regularly update the zend-lucene-driven full text index by cron job.
I tought this would be quite simple by adding a line
0 22 * * 1-5 /usr/bin/php /srv/www/htdocs/letodms/out/out.Indexer.php
to root´s crontab. But calling the script in that way only gives a
PHP Notice: Undefined index: REQUEST_URI in /srv/www/htdocs/letodms/inc/inc.Authentication.php on line 15
What am I missing. Could it be, that there is some environmental thing missing, when calling it that way ?
Any help kindly appreciated.
Alex