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/

 
--- 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>

HTH

David

-- 
"Don't worry, you'll be fine; I saw it work in a cartoon once..."




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to