Why my Syslog with wrong path?
details as attachment.
Syslog wrong path
Moderators: Developers, Moderators
Syslog wrong path
- Attachments
-
- syslog.JPG (100.08 KiB) Viewed 1031 times
Re: Syslog wrong path
Please make sure $url_path in your 'include/config.php'.
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/" ???
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);
Re: Syslog wrong path
I added following code, solved.
Code: Select all
$url_path= '/';
Who is online
Users browsing this forum: No registered users and 2 guests