Unless I'm looking in the wrong place, the only thing I see in the
error log is the following line listed several times that seems to be
a minor issue that occurs when there are no searches set up at all:
PHP Warning: Invalid argument supplied for foreach() in
/home/kguidry/public_html/TwapperKeeper/index.php on line 102
The timing associated with those errors makes it clear that they're
not related to the stillborn processes.
phpinfo shows that CURL and json are both loaded.
1. I noticed that the README recommends (requires?) PHP 5.3.3 but I'm
running 5.2.14. Could that be an issue?
2. It may be worth noting that I'm testing this on a shared server. I
know the README advises against that but it's what I have available at
the moment. Could that be a problem? Could there some setting that
kills or prevents new processes from being spawned to limit resource
usage on the shared server?
Kevin