Your message dated Sun, 20 Jul 2008 14:46:32 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#490092: Lots of warnings in GForge
has caused the Debian Bug report #490092,
regarding Lots of warnings in GForge
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
490092: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490092
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Thorsten Glaser, 2008-07-09 19:22:07 +0000 :
> 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:
[...]
> 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>
[...]
> 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.
These have already been fixed in more recent upstream versions of
GForge, such as the one currently in Debian unstable.
Roland.
--
Roland Mas
One... two... one, two, many, lots!
-- Lias, in Soul music (Terry Pratchett)
--- End Message ---