Quote:
Originally Posted by MyIS_Jordan
I'm using running the article bot in a cron tab. I receive this error when it runs:
/bin/sh: line 1: /usr/local/lib/php: is a directory
The instructions state the php dir, well that is the php dir (i checked with my host). Any ideas what's wrong?
|
that is the php directory, but you need to run the php executable binary file. On many servers, it's at the address /usr/local/bin/php
Give that a shot.