You are not logged in.
Pages: 1
Topic closed
There is a small bug in plugin_syslogng.config.php in line 98:
echo "<a href=\"./plugin_syslogng.db.config_list.php\">" . $LANG['plugin_syslogng']['setup'][9] . "</a>";
This needs to be corrected to:
echo "<a href=\"./plugin_syslogng.db.config.php\">" . $LANG['plugin_syslogng']['setup'][9] . "</a>";
Otherwise it's deadlinking, because above file does not exist.
RedHat Enterprise Linux 5 ES 32Bit x86
PHP 5.1.6 -- Apache 2.2.3
MySQL 5.0.45 -- GLPI 0.72.4 -- OCS 1.32 -- Home brewed MS CM import script
Offline
Xavier Caillaud
Blog GLPI Infotel
Offline
Xavier Caillaud
Blog GLPI Infotel
Offline
Pages: 1
Topic closed