Open-AudIT
https://www.open-audit.org/phpBB3/

Error exporting monitors grouped by model
https://www.open-audit.org/phpBB3/viewtopic.php?f=8&t=2567
Page 1 of 1

Author:  Bernd [ Fri Jan 11, 2008 7:51 pm ]
Post subject:  Error exporting monitors grouped by model

if I goto "other item", "monitors" choose a modell and then try to export I get a message that the headers are already written. After looking a little around I found a solution for me:
in list_viewdef_systems_for_monitor_modell.php line 4 (sql= ...) I changed the $_GET("modell") statement to $_REQUEST("modell") and
in list.php around line 445 I put in the following code:

if (isset($_REQUEST["modell"])){
echo "<input type=\"hidden\" name=\"modell\" value=\"".$_REQUEST["modell"]."\" />\n";
}

Now exporting the monitor list works. I haven't checked any side effects. I'm using svn 07.12.09

As this is my first post to this board please forgive me if I'm doing something wrong.

Regards
Bernd

Page 1 of 1 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/