![]() |
prblem with cron
sorry for my poor english, i have tried to set a cronjob to automatic spider some site, but all the time the job is done i've received the mail from my hosting with "No input file specified."
i try with: /usr/bin/php -f /home/franza/public_html/cerca/admin/spider.php all /usr/bin/php -f /home/franza/public_html/cerca/admin/spider.php cronlist.txt /usr/bin/php -f /home/franza/public_html/cerca/admin/spider.php php -f /home/franza/public_html/cerca/admin/spider.php all php -f /home/franza/public_html/cerca/admin/spider.php /usr/bin/php -f spider.php cronlist.txt my config is settted: PHP Code:
/home/franza/public_html/cerca/admin/spider.php thanks in advance.... Franklin |
help Please.....
|
Try this:
Code:
php -f /home/franza/public_html/cerca/admin/spider.php http://www.yoursite.com |
first of all: THANKS a lot!!!
now i haven't problem like "not input file select" yet. it was a server error so i try with: /usr/bin/php -f /home/franza/public_html/cerca/admin/spider.php cronlist.txt cronlist.txt contain 3 lines http://www.mydomain.com http://www.anotherexaple.com http://www.thirdexample.com but nothing happen i try also /usr/bin/php -f /home/franza/public_html/cerca/admin/spider.php http://www.domain.com but nothing happen to. what's the right sintax for this command?? Thanks in advance and sorry for my english :) |
Do the following and see what it says:
Code:
/usr/bin/php -f /home/franza/public_html/cerca/admin/spider.php http://www.domain.com 2>&1 |
Code:
/usr/bin/php -f /home/franza/public_html/cerca/admin/spider.php http://www.mydomain.com 2>&1 Code:
/usr/bin/php -f /home/franza/public_html/cerca/admin/spider.php http://www.mydomain.com > spider.log 2>&1 :( :( please help |
All times are GMT -8. The time now is 05:06 AM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.