Opened 14 years ago

Last modified 8 years ago

#31 new defect

Cleanup - Trim down the mess of warnings in the Apache error log

Reported by: Kris Deugau Owned by:
Priority: major Milestone:
Version: Keywords:
Cc:

Description

Code up to and including 2.6 is messy and prone to dumping pages of errors in the Apache error log.

Clean these up (initialize variables, mostly) to make the error log more useful by actually listing only real errors.

Change History (10)

comment:1 by Kris Deugau, 14 years ago

(In [460]) /branches/htmlform

Convert "new node" miniscript and page to template. See #3.
Update call from assign.tmpl to point to newcity.cgi.
Clean up errors and warnings from newnode.cgi in HTTPD error
log. See #31. (Also note newcity.cgi changes in r459 have
the same cleanups.)

comment:2 by Kris Deugau, 12 years ago

(In [520]) /trunk

Minor tweak to search.cgi to clean up some error-log noise. See #31.

comment:3 by Kris Deugau, 12 years ago

(In [521]) /trunk

Patch up search.cgi so that it at least provides results and doesn't
spew errors all over the place. See #31, #4 (sort of).

comment:4 by Kris Deugau, 12 years ago

(In [522]) /trunk

Another couple of hack-patches to de-noise search.cgi. See #31.

comment:5 by Kris Deugau, 12 years ago

(In [536]) /trunk

Clean up and move SQL for post-update backlink to IPDB.pm. See #34.
Also rename getParent() to subParent() to fit in with ipParent() and
blockParent().

Fix a couple "Use of uninitialized..." log-noise bugs. See #31.

Move some HTML-entity-escaping into the template, and shuffle lines
munging the notes and restricted data on post-update value display
so we can properly munge in <br> for \n. Doesn't seem to be a way
to plug that into HTML::Template. :( See #3.

comment:6 by Kris Deugau, 12 years ago

(In [540]) /trunk

Remove minor possibility of "Use of uninitialized..." log noise. See #31.

comment:7 by Kris Deugau, 12 years ago

(In [548]) /trunk

Clean up another couple of syntax-mess warnings. See #31.

comment:8 by Kris Deugau, 11 years ago

Milestone: 3.0

Ongoing ticket; removing milestone. New code begets new errors to be cleaned up.

comment:9 by Kris Deugau, 9 years ago

(In [708]) /trunk

Clean up minor admin.cgi error log mess from statement handle that may
or may not have been even used for a given request. See #31.

comment:10 by Kris Deugau, 8 years ago

(In [887]) /trunk

Subtle refinement of error strings so we don't get funny-looking
error/warning strings visible or in the log. See #31, maybe.

Note: See TracTickets for help on using tickets.