daemon_feed.php is unstable and crashes after less than 1day
Status: Alpha
Brought to you by:
jontheniceguy
In the smsToLaconica instance running on my home system, daemon_feed.php terminates after a period of time has passed. There is a bug in PHP which is partially resolved by calling the destroy method in simplepie, however, this doesn't seem to have totally fixed it.
I have added the following lines to daemon_feed.php after the line 'require_once("lib_debug.php");'
$debug['enabled']=TRUE;
$debug['output_to_screen']=TRUE;
$debug['verbose']=TRUE;
I then called the script as follows:
nohup php -q daemon_feed.php >daemon_feed.log 2>daemon_feed-error.log &
BEWARE, THIS WILL LOG YOUR PASSWORDS! I'll read both log files and update this ticket once I know more about why the fault has occurred.