Welcome to the OSSIM bug tracker, please use this interface to report any bugs or add feature requests.
| Tasklist |

FS#35 - Bad function pop_array() in /usr/share/ossim/incule/panel/plugins/custom_swf.php in line 87

Attached to Project: OSSIM
Opened by Florent Poinsaut (SoX) - Monday, 13 October 2008, 08:33 GMT
Task Type Bug Report
Category Frontend → Dashboard
Status Unconfirmed
Assigned To No-one
Operating System AV Debian
Severity Medium
Priority Normal
Reported Version AV Installer 1.0.4
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

On OSSIM 1.0.0~rc1-3, when you edit the dashboard to add a Custom SWF graph, the dashboard display this error :

Fatal error: Call to undefined function pop_array() in /usr/share/ossim/incule/panel/plugins/custom_swf.php in line 87

I have fixed like that :

//$sgraph=pop_array($plst);
$sgraph=array_pop($plst);
This task depends upon

Loading...

Powered by Flyspray