The cronjob is definitely running every 15 minutes but with the errors and so the php file does not execute. I updated my message with the ideas that the comments in the gateway.php file are causing the error. I just removed those comments from the file and will see what the next run through says. This is what was entered into the plesk interace. Do I also need to tell it about php?
0,15,30,45 * * * * /full/path/gateway.php
Thanks for the help.
Update: OK. After removing the comments from the script ... these are the 'new' errors
full/path/of//gateway.php: line 1:
?php: No such file or directory
full/path/of//gateway.php: line 2: :
command not found
full/path/of//gateway.php: line 3:
syntax error near unexpected token `E_ALL'
full/path/of//gateway.php: line 3:
`error_reporting(E_ALL & ~E_NOTICE);'
So - the php being interpretted. Hmm. Google search time
|