Re: [PHP] Cron running 'Hello world' script dies with Could not startup.

2006-08-11 Thread Ivo F.A.C. Fokkema
On Thu, 10 Aug 2006 16:41:38 -0500, Richard Lynch wrote: On Wed, August 9, 2006 3:14 am, Ivo F.A.C. Fokkema wrote: SO: Loading the GTK library in your /etc/php4/cli/php.ini, KILLS the PHP-cli functionality from cron. On Ubuntu Dapper, that is. Not sure about other distros. Probably

Re: [PHP] Cron running 'Hello world' script dies with Could not startup.

2006-08-10 Thread Richard Lynch
On Wed, August 9, 2006 3:14 am, Ivo F.A.C. Fokkema wrote: SO: Loading the GTK library in your /etc/php4/cli/php.ini, KILLS the PHP-cli functionality from cron. On Ubuntu Dapper, that is. Not sure about other distros. Probably because the PATH to the GTK.so file is not absolute in your

RE: [PHP] Cron running 'Hello world' script dies with Could not startup.

2006-08-09 Thread Ivo F.A.C. Fokkema
On Tue, 08 Aug 2006 17:01:13 +0200, Arno Kuhl wrote: Is there anything in your error log that says why it failed? (whatever error_log points to in php.ini, or maybe what ErrorLog points to in httpd.conf) Arno Hi Arno, thanks for your reply. However, the PHP-cli binary doesn't use the

Re: [PHP] Cron running 'Hello world' script dies with Could not startup.

2006-08-09 Thread Ivo F.A.C. Fokkema
On Tue, 08 Aug 2006 17:07:29 +0200, Ivo F.A.C. Fokkema wrote: On Tue, 08 Aug 2006 10:01:41 -0500, Ray Hauge wrote: On Tuesday 08 August 2006 09:01, Ivo F.A.C. Fokkema wrote: On Tue, 08 Aug 2006 09:01:42 -0500, Ray Hauge wrote: On Tuesday 08 August 2006 08:47, Ivo F.A.C. Fokkema wrote:

[PHP] Cron running 'Hello world' script dies with Could not startup.

2006-08-08 Thread Ivo F.A.C. Fokkema
Hi guys, I'm really stuck with this error and since my backup scripts are no longer running automatically through cron, I really need to get this fixed soon :) Suddenly my backup scripts die with the error Could not startup.. Only through the cron, it runs fine through the console. I've tried

Re: [PHP] Cron running 'Hello world' script dies with Could not startup.

2006-08-08 Thread John Nichel
Ivo F.A.C. Fokkema wrote: Hi guys, I'm really stuck with this error and since my backup scripts are no longer running automatically through cron, I really need to get this fixed soon :) Suddenly my backup scripts die with the error Could not startup.. Only through the cron, it runs fine

RE: [PHP] Cron running 'Hello world' script dies with Could not startup.

2006-08-08 Thread Jef Sullivan
To: php-general@lists.php.net Subject: Re: [PHP] Cron running 'Hello world' script dies with Could not startup. Ivo F.A.C. Fokkema wrote: Hi guys, I'm really stuck with this error and since my backup scripts are no longer running automatically through cron, I really need to get this fixed

Re: [PHP] Cron running 'Hello world' script dies with Could not startup.

2006-08-08 Thread Ivo F.A.C. Fokkema
On Tue, 08 Aug 2006 09:10:53 -0400, John Nichel wrote: Ivo F.A.C. Fokkema wrote: Suddenly my backup scripts die with the error Could not startup.. Only through the cron, it runs fine through the console. I've tried all kinds of tests with other PHP scripts, tried a different PC, asked my

Re: [PHP] Cron running 'Hello world' script dies with Could not startup.

2006-08-08 Thread Ray Hauge
On Tuesday 08 August 2006 08:47, Ivo F.A.C. Fokkema wrote: Does the user running the cron have permission to execute the php binary? Yes, the file's owner is me and it's my crontab. Also, I've made the file readable to all, just in case. All directories up the directory tree are

Re: [PHP] Cron running 'Hello world' script dies with Could not startup.

2006-08-08 Thread Ivo F.A.C. Fokkema
On Tue, 08 Aug 2006 09:01:42 -0500, Ray Hauge wrote: On Tuesday 08 August 2006 08:47, Ivo F.A.C. Fokkema wrote: Does the user running the cron have permission to execute the php binary? Yes, the file's owner is me and it's my crontab. Also, I've made the file readable to all, just in case.

RE: [PHP] Cron running 'Hello world' script dies with Could not startup.

2006-08-08 Thread Ivo F.A.C. Fokkema
On Tue, 08 Aug 2006 07:28:43 -0600, Jef Sullivan wrote: Here is the cron command that we use. I've modified the path to the file for security purposes. */5 * * 1-6 lynx -dump http://fully.qualified.path/cron_test.php -auth=usr:pwd Jef Thanks for the reply. However, your example is not

Re: [PHP] Cron running 'Hello world' script dies with Could not startup.

2006-08-08 Thread Ray Hauge
On Tuesday 08 August 2006 09:01, Ivo F.A.C. Fokkema wrote: On Tue, 08 Aug 2006 09:01:42 -0500, Ray Hauge wrote: On Tuesday 08 August 2006 08:47, Ivo F.A.C. Fokkema wrote: Does the user running the cron have permission to execute the php binary? Yes, the file's owner is me and it's my

RE: [PHP] Cron running 'Hello world' script dies with Could not startup.

2006-08-08 Thread Arno Kuhl
Subject: [PHP] Cron running 'Hello world' script dies with Could not startup. Hi guys, I'm really stuck with this error and since my backup scripts are no longer running automatically through cron, I really need to get this fixed soon :) Suddenly my backup scripts die with the error Could not startup

Re: [PHP] Cron running 'Hello world' script dies with Could not startup.

2006-08-08 Thread Ivo F.A.C. Fokkema
On Tue, 08 Aug 2006 10:01:41 -0500, Ray Hauge wrote: On Tuesday 08 August 2006 09:01, Ivo F.A.C. Fokkema wrote: On Tue, 08 Aug 2006 09:01:42 -0500, Ray Hauge wrote: On Tuesday 08 August 2006 08:47, Ivo F.A.C. Fokkema wrote: Does the user running the cron have permission to execute the php