Turbo_boy
Verified User
I searched google and this forum for it, but everything I found doesn't work.
I got the following cronjob:
5 * * * * /usr/local/bin/php /home/tust/domains/tust.nl/public_html/ircscript/index.php
I tryed also this one:
5 * * * * /usr/local/bin/php -c /home/tust/domains/tust.nl/public_html/ircscript/index.php
After the one with -c I received one mail from the cron daemon with a error in my php file (what isn't there when I execute it).
But if I put it again with -c it wouldn't execute nor send me a mail again.
What do I do frong?
The server owner doesn't get it too.
I got the following cronjob:
5 * * * * /usr/local/bin/php /home/tust/domains/tust.nl/public_html/ircscript/index.php
I tryed also this one:
5 * * * * /usr/local/bin/php -c /home/tust/domains/tust.nl/public_html/ircscript/index.php
After the one with -c I received one mail from the cron daemon with a error in my php file (what isn't there when I execute it).
But if I put it again with -c it wouldn't execute nor send me a mail again.
What do I do frong?
The server owner doesn't get it too.