Package: gforge-common
Version: 4.5.14-22etch2
X-Debbugs-CC: [EMAIL PROTECTED]
GForge (I did not exactly know which subpackage, so I filed
against gforge-common) produces a huge lot of warnings, so
that our log files get pretty large:
-rw-r----- 1 root adm 2136984104 2008-07-09 21:15 /var/log/apache2/error.log
-rw-r----- 1 root adm 115545018 2008-07-06 07:30
/var/log/apache2/error.log.1.gz
# gzip -l /var/log/apache2/error.log.1.gz
compressed uncompressed ratio uncompressed_name
115545018 3505956420 96.7% /var/log/apache2/error.log.1
Most of these warnings are of the following kinds (only one per kind, that's why
I have stripped actual numbers):
- PHP Notice: Undefined index: <number> in
/usr/share/gforge/www/include/trove.php on line <number>
- PHP Notice: Undefined index: <string> in
/usr/share/gforge/www/include/trove.php on line <number>
- PHP Notice: Uninitialized string offset: <number> in
/usr/share/gforge/www/include/trove.php on line <number>
- PHP Notice: Only variables should be assigned by reference in
/usr/share/gforge/www/include/BaseLanguage.class on line <number>
- PHP Notice: Undefined variable: <name> in
/usr/share/gforge/www/softwaremap/trove_list.php on line <number>
- PHP Notice: Undefined offset: <number> in
/usr/share/gforge/www/softwaremap/trove_list.php on line <number>
The following ones could probably be fixed by checking if these are defined:
- PHP Notice: Undefined index: HTTPS in
/usr/share/gforge/common/include/session.php on line <number>
- PHP Notice: Undefined variable: HTTP_ACCEPT_LANGUAGE in
/usr/share/gforge/www/include/pre.php on line <number>
There may be more, I just collected a few. Please fix these, as they are
filling up the logs too rapidly, and may introduce issues.
Thanks!
//Th. Glaser
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]