Search found 5 matches
- 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...
- 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= '/';
- 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);
- 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/" ???
what is the format?
$url_path="http://192.168.1.1:8080/" ???
- 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.
details as attachment.