Welcome to Pandora FMS Community › Forums › Community support › Pandora FMS 2.1 issues
-
Pandora FMS 2.1 issues
Posted by raul on March 3, 2009 at 09:19Hello all!
I will write here all the bugs that are and will be found after releasing Pandora FMS 2.1
Bug:
Error in the web Console when exporting data using CSV.Solution / Workaround:
Sancho fixed this issue and the SVN was updated. You can download the new code from:and change the code of your
$PANDORA_CONSOLE/operation/agentes/export_cvs.php
file.
Raúl
raul replied 15 years, 11 months ago 1 Member · 2 Replies -
2 Replies
-
::
From Sourceforge (Bug 2661421):
Bug:
Error in line 317 in /var/www/pandora_console/operation/snmpconsole/snmp_view.php if the trap it shows had a value in the field value_custom.Solution / Workaround:
Change that line in the snmp_view.php file:OLD CODE:
$data[4] = ''.$data[4].'...';
NEW CODE:
$data[4] = ''.$data[4].'...';
Raúl
-