![]() |
|
![]() |
#1 |
Green Mole
Join Date: Jan 2004
Posts: 3
|
cmd line path?
I am unable to index from the command line unless I switch to the directory in which spider.php is contained
this will work when I am in the /search/admin/ directory: php -f spider.php http://www.domainname.com >/tmp/output 2>/tmp/erroroutput this won't /usr/bin/php -f /web/servers/domainname.com/search/admin/spider.php http://www.domainname.com > /tmp/phpdigg.log 2>&1 or this php -f /web/servers/domainname.com/search/admin/spider.php http://www.domainname.com >/tmp/output 2>/tmp/erroroutput I want to schedule a cron job so I will need the full path I assume. Any ideas? |
![]() |
![]() |
![]() |
#2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
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.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
![]() |
![]() |
![]() |
#3 | |
Green Mole
Join Date: May 2004
Posts: 2
|
Quote:
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 |
|
![]() |
![]() |
![]() |
#4 | |
Green Mole
Join Date: Mar 2004
Posts: 20
|
Quote:
Charter - can you give an example of who you do this... I've tried - but getting no where... In the end I just commented out the first if statement altogether to get this to work, but I'm guessing this isnt advisable! LH |
|
![]() |
![]() |
![]() |
#5 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
![]() |
![]() |
![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Upgrade path not good for me. | Dave A | Troubleshooting | 0 | 01-03-2006 08:21 AM |
Excluding/Including by Path | djwm | How-to Forum | 2 | 01-02-2005 04:13 AM |
cmd line index error msg | WebDiva 2.0 | How-to Forum | 4 | 08-25-2004 08:13 PM |
Relative path | Dave A | Script Installation | 9 | 08-18-2004 09:10 PM |
can't exclude the path | Psykotik | How-to Forum | 4 | 04-23-2004 02:30 PM |