--- WADF.php.orig	2008-09-01 09:49:54.000000000 +0100
+++ WADF.php	2008-09-01 11:19:01.000000000 +0100
@@ -1272,7 +1272,7 @@
 			$content = file_get_contents($file);
 			$content = $this->resolveString($content, null, "file:$file");
 			$output_file = preg_replace('/^(.+)\.template$/','\1',$file);
-			exec("chmod +w $output_file");
+			exec("chmod +w $output_file 2>&1");
 			$fout_fh = fopen($output_file, 'w+');
 			fputs($fout_fh, $content);
 			fclose($fout_fh);
