Quote:
Originally posted by Charter
Hi. If you wish to call spider.php from a directory other than the admin directory, you need to edit the first if statement in the config file so that it allows for the different path, that path being a relative and/or full path UP TO but NOT including the admin directory - no ending slash.
|
Ah, that did the trick!
I had the same prob, but after this config.php revision with adding the absolute path (RaQ 550 server running Linux), it now works from any dir I'm in via SSH.
This is what worked for the command line (all on one line),
[root admin]# php -f /home/.sites/28/site1/.users/91/lists/web/search/admin/spider.php /home/.sites/28/site1/.users/91/lists/web/search/admin/cronlist.txt >> /home/.sites/28/site1/.users/91/lists/web/search/admin/spider.log
Now will be checking out the cron by adding to the front:
2 3 * * *
so it'll update 3:02am every day, every week, every month