On 4/18/07, Keith Stieb wrote:
Unfortunately, I cannot do that....

then use an .htaccess or something.
actualy, in loking for an example I noticed that these settings a
INI_ALL which they shoudl be changable at runtime.  try add these 2
lines just after the "<?php" in your header.inc.php

ini_set("error_log", "/path/to/phperrors");
ini_set("log_errors", "1");

of course, change /path/to/phperrors to a full system path on the
server that you have write access too.


Just an idea...does filemanager have to be enabled for users so they can send 
attachments with email???Sent from the phpGroupWare forums @ 
http://forums.phpGroupWare.org


_______________________________________________
phpGroupWare-users mailing list
phpGroupWare-users@gnu.org
http://lists.gnu.org/mailman/listinfo/phpgroupware-users



_______________________________________________
phpGroupWare-users mailing list
phpGroupWare-users@gnu.org
http://lists.gnu.org/mailman/listinfo/phpgroupware-users

Reply via email to