Oblivian77 - 2008-03-27

Hello,

Thanks for this great piece of code! It really enhances and simplify syslog tracking with Kiwi Syslog. I am really looking forward to the continuation of the development of PHP-Kiwi. Thanks again! :-)

But...

Bug 1:

I am unable to list *error* and *critical* entries via PHP-Kiwi. No matter what filter I use those priorities doesn't get listed. This is with or whitout any filter. The entries are recorded correctly in the MySQL DB. They also show correctly in Kiwi Syslogd. All other priorities get listed accordingly in PHP-Kiwi.

Bug 2:

If I enter a text in "Message Highlight" and get "hits", I get this PHP-error message:
Warning: Missing argument 3 for GetPriorityColors(), called in C:\****\htdocs\***.domain.com\index.php on line 387 and defined in C:\****\htdocs\***.domain.com\inc.shared.php on line 65.
No hits means no PHP-error.

Note:
PHP-error logging is set to: error_reporting  =  E_ALL & ~E_NOTICE

Environment:
Windows, Apache 2.2, PHP5, MySQL 5.0.5

Please advice,

Thanks!