Thank you. I figured out the correct line now. The php interpreter does need to be stated prior.
0,15,30,45 * * * * /full/path/to/php /full/path/gateway.php
The space between is important. Another way would be for the user to add the information into the gateway.php script. Something like
#!/usr/local/bin/php
as the first line.
Now, I am a happy camper :glasses:
Thank you for all of your help.
Oh - additional instructions in case someone else trips over this post...
If you need to find the path of your php interpreter then use the php info in the admincp.
|