On Fri, 24 Oct 2008 16:51:44 +0100 David Greaves <[EMAIL PROTECTED]> wrote:
> Still present in 1.4.004-2.dfsg-4 > > This can be fixed by adding > /usr/bin/crontab > to the php open_basedir setting in /etc/egroupware > > it's used around > /usr/share/egroupware/phpgwapi/inc/class.asyncservice.inc.php line 554 > > I was told on #php that this should be set to a directory but this approach > works for me and doesn't open /usr/bin/ Thanks for the tip. I'll just here at the patch below is reversed. > --- apache.conf 2008-10-24 11:25:09.000000000 +0100 > +++ apache.conf~ 2008-07-14 13:22:40.000000000 +0100 > @@ -34,7 +34,7 @@ > php_value session.save_path /var/lib/egroupware/sessions > php_flag session.use_trans_sid off > php_value include_path .:/usr/share/php > - php_admin_value open_basedir > /usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/php:/usr/bin/crontab > + php_admin_value open_basedir > /usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/php > php_value upload_max_filesize 16M > </Directory> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]