It looks as though the constant INSTALLDIR is not being set and is instead being treated as a string. When I run startdaemons.sh I get this:
Fatal error: require_once(): Failed opening required 'Console/Getopt.php' (include_path='INSTALLDIR/extlib/:.:/[my-dirpath]/php5/lib/php') in /[my-dirpath]/status.smscotten.com/scripts/commandline.inc on line 45
I tried adding
define('INSTALLDIR','/[my-dirpath]/status.smscotten.com');
but then the script couldn't find common.lib observe:
Fatal error: require_once(): Failed opening required '/[my-dirpath]/status.smscotten.com/lib/common.php' (include_path='/[my-dirpath]/status.smscotten.com/extlib/:.:/[my-dirpath]/php5/lib/php') in /[my-dirpath]/status.smscotten.com/scripts/commandline.inc on line 123
I'm trying to find common.php but so far have come up empty. Besides, hardcoding these paths is not what was intended, I'm sure.
Comments
@brionv I can't say I know how to fix this.
I'm pretty sure that is not the intended behavior. :-)