Search found 5 matches

by 007san
Tue Nov 08, 2011 5:44 am
Forum: Plugin General
Topic: Syslog 1.21 Issues
Replies: 9
Views: 2468

Re: Syslog 1.21 Issues

I added some code in plugins/syslog/syslog_process.php to update id to TEXT. original code /* flag all records with the uniqueID prior to moving */ Added Code syslog_db_execute("UPDATE `syslog_incoming` SET `syslog_incoming`.`priority` = ( SELECT `syslog_priorities`.`priority` FROM `syslog_prio...
by 007san
Tue Nov 08, 2011 3:36 am
Forum: Plugin General
Topic: Syslog wrong path
Replies: 4
Views: 1031

Re: Syslog wrong path

I added following code, solved.

Code: Select all

$url_path= '/';
by 007san
Tue Nov 08, 2011 3:20 am
Forum: Plugin General
Topic: Syslog wrong path
Replies: 4
Views: 1031

Re: Syslog wrong path

I found that $url_path in include/global.php.

Code: Select all

/* set URL path */
if (! isset($url_path)) {
        $url_path = "";
}
$config['url_path'] = $url_path;
define('URL_PATH', $url_path);
by 007san
Tue Nov 08, 2011 3:17 am
Forum: Plugin General
Topic: Syslog wrong path
Replies: 4
Views: 1031

Re: Syslog wrong path

my include/config.php only contain database info.

what is the format?
$url_path="http://192.168.1.1:8080/" ???
by 007san
Mon Nov 07, 2011 11:27 pm
Forum: Plugin General
Topic: Syslog wrong path
Replies: 4
Views: 1031

Syslog wrong path

Why my Syslog with wrong path?

details as attachment.