王学昌的笔记

Orioner.Wang

  • Full Screen
  • Wide Screen
  • Narrow Screen
  • Increase font size
  • Default font size
  • Decrease font size
学习笔记 nix-Server cacti syslog 报错

cacti syslog 报错

报错内容如下:
Warning: include(./include/html/inc_timespan_settings.php) [function.include]: failed to open stream: No such file or directory in /var/www/cacti/plugins/syslog/syslog.php on line 126
Warning: include() [function.include]: Failed opening './include/html/inc_timespan_settings.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/cacti/plugins/syslog/syslog.php on line 126
 
将原来的内容:
include($syslog_config["graphtime"] ? "./include/html/inc_timespan_settings.php" : "plugins/syslog/html/syslog_timespan_settings.php");
修改为:
include($syslog_config["graphtime"] ? "././lib/timespan_settings.php" : "plugins/syslog/html/syslog_timespan_settings.php");
学习笔记 nix-Server cacti syslog 报错
内容的浏览数 : 276301