What is this path to the PHP interpreter? I get this error:
Path to php binary not found
Description: You should specify full path to your PHP interpreter here.
Example: /usr/local/bin/php
What is this path to the PHP interpreter? I get this error:
Path to php binary not found
Description: You should specify full path to your PHP interpreter here.
Example: /usr/local/bin/php
Did you try the example? Because that's the correct one: "/usr/local/bin/php". There's also a PHP binary at "/usr/bin/php".
If you're using a PHP script for a cron job, a forum search for "cron path" would have turned up the answer.
Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.Misson, not Mission.