|
From: <gha...@fr...> - 2001-12-20 19:58:25
|
One thing I did when installing SQL-Ledger (and having problems), is to add some perl code to the beginning of that .conf file that gets loaded near the beginning of all the SQL-Ledger modules. Something like: close( STDERR ); open( STDERR, ">>/usr/local/log/sql-ledger.log" ); This results in error messages getting redirected to a log file, instead of going to the web server and possibly causing it to generate errors. Gord |