PDA

View Full Version : Automatic Indexing of Related Articles ?


cdub
05-30-2007, 10:29 PM
Is there a way to automatically index related articles on a scheduled basis ? I tried going the route of setting up a cron job to to run twice daily and run the script that is run when I click the "Index Related Articles" link but that doesn't seem to work. Can someone offer a suggestion for automatically indexing related articles on a scheduled basis ? Thanks.

utvara
05-31-2007, 08:41 AM
Unfortunately You can't cron relating script because cron can't pass admin credentials to script (script that performs indexing is located in admin/fulltext.php).

leoyue
10-21-2007, 10:16 PM
My way is write another php like fulltext2.php, and remove the login check, like

if (($LoggedIn=="True")&&($privilgies=='admin'))