Hi Andre,
I am facing problem in phplogcon-2.1.4 installation.
I have configured rsyslog-1.19.6 on RHEL with mysql support. and i m able to forward logs from /var/log/messages to mysql database.
When i configured phplogcon with belolw database details and once i finished the installation and try to see index.php then i m keep getting "page can not be display."
Pls see my config.php details:
$CFG['Sources']['Source1']['ID'] = 'Source1';^M
$CFG['Sources']['Source1']['Name'] = 'My Syslog Source';^M
$CFG['Sources']['Source1']['SourceType'] = 2;^M
$CFG['Sources']['Source1']['DBTableType'] = 'monitorware';^M
$CFG['Sources']['Source1']['DBType'] = '0';^M
$CFG['Sources']['Source1']['DBServer'] = 'localhost';^M
$CFG['Sources']['Source1']['DBName'] = 'my DB name';^M
$CFG['Sources']['Source1']['DBUser'] = 'my DB user';^M
$CFG['Sources']['Source1']['DBPassword'] = '********';^M
$CFG['Sources']['Source1']['DBTableName'] = 'my DB tablename';^M
// ---
and i have configured my php with mysql.
Note:i am able to see /var/log/messages with phplogcon but not able to see logs from database...
pls helppppppp.....
thanks and Regards,
Karen


