Shell mode not working
Hi -
I've been running this command fine for a while, so I know it worked at one point:
PHP:
--------------------------------------------------------------------------------
exec("/usr/bin/php -f /path/to/spider.php $site >> /dev/null &");
--------------------------------------------------------------------------------
where $site = "http://www.mysite.com/"
This worked great until I recently upgraded to a newer version of PHP, and now the command doesn't produce any results. I tried the command EXEC('WHOAMI') which worked, so I know exec still functions properly. The path to PHP is correct as well. Any ideas?
|