PHP interpreter

earthinc

Banned
Messages
104
Reaction score
1
Points
0
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
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
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.
 
Top