I have installed WebIssues on the same commercial server as our website so that I can track issues. I tried to activate the cron process, but it is not working. Every time it runs I get the following message via email:
/home/histor01/www/wi/cron/job.php: line 1: ?php: No such file or directory
/home/histor01/www/wi/cron/job.php: line 2: /Z: is a directory
/home/histor01/www/wi/cron/job.php: line 3: access-logs: command not found
/home/histor01/www/wi/cron/job.php: line 4: syntax error near unexpected token `('
/home/histor01/www/wi/cron/job.php: line 4: `* Copyright (C) 2006 Michał Męciński'
Any suggestions?
- Log in to post comments
Looks like you're trying to run job.php as a shell script, not a PHP script.
Regards,
Michał
That was the problem. Thanks!
dkdayton