On Feb 26, 2007, at 3:26 PM, Tom M wrote:
If you can't run any of the scripts in the maintenance directory you might not have a php command line interpreter... When I did my XML importing I used importDump.php (in the maintenance directory).
No, that's not it:
server:/Library/WebServer/docs/wiki/maintenance jkeenan$ php -v runJobs.php PHP 4.4.4 (cli) (built: Nov 1 2006 18:12:33) Copyright (c) 1997-2006 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies server:/Library/WebServer/applecare.apple.com/wiki/maintenance jkeenan$
In fact:
server:/Library/WebServer/docs/wiki/maintenance jkeenan$ time php -v runJobs.php PHP 4.4.4 (cli) (built: Nov 1 2006 18:12:33) Copyright (c) 1997-2006 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
real 0m0.059s user 0m0.034s sys 0m0.022s server:/Library/WebServer/docs/wiki/maintenance jkeenan$
It's just not doing anything at all when I try to execute the scripts. There's something obviously missing here, but I have no idea what.
joe