Index: frontaccounting-2.2.7/config.default.php
===================================================================
--- frontaccounting-2.2.7.orig/config.default.php	2010-03-05 11:22:43.000000000 +0000
+++ frontaccounting-2.2.7/config.default.php	2010-05-06 15:51:21.000000000 +0000
@@ -24,7 +24,7 @@
 	// writable by www server. When set to empty string logging is switched off. 
 	// Special value 'syslog' can be used for system logger usage (see php manual).
 	//$error_logfile = '';
-	$error_logfile = dirname(__FILE__).'/tmp/errors.log';
+	$error_logfile = '/usr/share/frontaccounting/tmp/errors.log';
 	$debug 			= 1;
 	$show_sql 		= 0;
 	$go_debug 		= 0;
@@ -210,4 +210,4 @@
  	define("ICON_ESCAPE", "escape.png");	
 }
 
-?>
\ No newline at end of file
+?>
