More info... Here's examples of that error showing up after several different types of actions:
[client 172.16.1.3] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in /opt/jffnms/lib/gui.inc.php on line 96, referer: http://192.168.10.53/jffnms/ [client 172.16.1.3] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #2 is not an array in /opt/jffnms/lib/gui.inc.php on line 96, referer: http://192.168.10.53/jffnms/ [client 172.16.1.3] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in /opt/jffnms/lib/gui.inc.php on line 96, referer: http://192.168.10.53/jffnms/frame_interfaces_events.php?source=hosts [client 172.16.1.3] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #2 is not an array in /opt/jffnms/lib/gui.inc.php on line 96, referer: http://192.168.10.53/jffnms/frame_interfaces_events.php?source=hosts [client 172.16.1.3] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in /opt/jffnms/lib/gui.inc.php on line 96, referer: http://192.168.10.53/jffnms/admin/adm/adm_standard.php?admin_structure=z ones&actionid=3&filter=&action=&actionid=3&filter=&action=edit [client 172.16.1.3] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #2 is not an array in /opt/jffnms/lib/gui.inc.php on line 96, referer: http://192.168.10.53/jffnms/admin/adm/adm_standard.php?admin_structure=z ones&actionid=3&filter=&action=&actionid=3&filter=&action=edit [client 172.16.1.3] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in /opt/jffnms/lib/gui.inc.php on line 96, referer: http://192.168.10.53/jffnms/?logout=1&OldAuth=admin [client 172.16.1.3] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #2 is not an array in /opt/jffnms/lib/gui.inc.php on line 96, referer: http://192.168.10.53/jffnms/?logout=1&OldAuth=admin [client 172.16.1.3] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in /opt/jffnms/lib/gui.inc.php on line 96, referer: http://192.168.10.53/jffnms/admin/adm/adm_standard.php?admin_structure=c lients&actionid=2&filter=&action=edit [client 172.16.1.3] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #2 is not an array in /opt/jffnms/lib/gui.inc.php on line 96, referer: http://192.168.10.53/jffnms/admin/adm/adm_standard.php?admin_structure=c lients&actionid=2&filter=&action=edit [client 172.16.1.3] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in /opt/jffnms/lib/gui.inc.php on line 96, referer: http://192.168.10.53/jffnms/admin/adm/adm_standard.php?admin_structure=h osts&action=add&ip=10.1.200.210&zone=3&rocommunity=datacomm&name=PCat_Ro uter Cisco Internetwork O [client 172.16.1.3] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #2 is not an array in /opt/jffnms/lib/gui.inc.php on line 96, referer: http://192.168.10.53/jffnms/admin/adm/adm_standard.php?admin_structure=h osts&action=add&ip=10.1.200.210&zone=3&rocommunity=datacomm&name=PCat_Ro uter Cisco Internetwork O Thanks, Tim Carr Buchanan Associates -----Original Message----- From: Tim Carr Sent: Wednesday, November 09, 2005 4:05 PM To: 'Javier Szyszlican'; 'Javier Szyszlican' Cc: 'jffnms-users@lists.sourceforge.net' Subject: RE: [jffnms-users] Admin Structure Not Found More information... Here's the info out of the web server's error log that I believe are getting thrown when this problem occurs: [client 192.168.20.102] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in /opt/jffnms/lib/gui.inc.php on line 96, referer: http://192.168.10.53/jffnms/admin/adm/adm_standard.php?admin_structure=h osts&action=edit&actionid=20 [client 192.168.20.102] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #2 is not an array in /opt/jffnms/lib/gui.inc.php on line 96, referer: http://192.168.10.53/jffnms/admin/adm/adm_standard.php?admin_structure=h osts&action=edit&actionid=20 To generate this error, I edited a host, accepted the change, and tried to edit that host again. The "Admin Structure Not Found" error showed up in the middle frame (the header and administrative frame was still there). Thanks, Tim Carr Buchanan Associates -----Original Message----- From: Tim Carr Sent: Tuesday, November 08, 2005 8:07 PM To: 'Javier Szyszlican' Cc: jffnms-users@lists.sourceforge.net Subject: RE: [jffnms-users] Admin Structure Not Found This one is reproducible and will occur if I go into the "hosts" menu, modify something about one of the hosts, accept that, and then try to modify something else on the hosts screen, it will blank out and give this error. It will also occur if you are changing colors - you can make one change, accept that, go to make another change, and you'll get the error. The common issue seems to be once you go back in to make a second change with something. If you hit the "back" browser button, log out and then log back in, you can make another change. Previously, you had said that is a small bug with the way the form hidden fields are passed-on during a HTTP POST request. My guess is that this has something to do with PHP 5 as PHP 4 doesn't have the issue, even if I take a copy of a working instance of JFF from a Fedora 3 (PHP 4) and move it to a Fedora 4 (PHP 5) box. Thanks, Tim Carr Buchanan Associates -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Javier Szyszlican Sent: Tuesday, November 08, 2005 5:54 PM Cc: jffnms-users@lists.sourceforge.net Subject: Re: [jffnms-users] Admin Structure Not Found I don't think it has anything to do with the OS version you have. Is this problem constant? or just happens some times? (when you are 'deep' in the administration section). Javier Tim Carr wrote: > One other bit of info that might help track this down: > > Version Fedora 3 Fedora 4 > =========== ================ ============== > PHP 4.3.11-7.7 5.0.4-10.4 > MySQL 3.23.58-16.FC3.1 4.1.14-1.FC4.1 > > Is anyone else running distro's that have PHP 5 and/or MySQL 4 and > having this problem? If not, then the problem might lie in a different > area than the PHP or MySQL versions. > > Thanks, > Tim Carr > Buchanan Associates > > -----Original Message----- > From: Tim Carr > Sent: Sunday, November 06, 2005 6:49 PM > To: 'Javier Szyszlican'; jffnms-users@lists.sourceforge.net > Subject: FW: [jffnms-users] Admin Structure Not Found > > We're trying to move back to Fedora Core 4 (from FC3) and are back into > this problem. Has anyone been able to come up with why this is > occurring, and what we might be able to do about it? > > Thanks, > Tim Carr > Buchanan Associates > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Tim Carr > Sent: Monday, September 26, 2005 11:46 AM > To: jffnms-users@lists.sourceforge.net > Subject: RE: [jffnms-users] Admin Structure Not Found > > I received that error a lot while using Fedora Core 4. I fell back to > FC3, and do not receive them any more. When I did receive them, it > didn't mean the system was down, just that for some reason it couldn't > display that screen. I went to another menu and re-clicked back on the > screen I wanted and it usually came up. If I kept having a problem, I > logged out and back in. > > Javier knows it's a problem and I believe he said he was looking into > that fix for his next bug release. > > Tim > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Brian > Sent: Tuesday, September 20, 2005 3:45 PM > To: jffnms-users@lists.sourceforge.net > Subject: [jffnms-users] Admin Structure Not Found > > After getting everything set up for jffnms, it looks like my firewall > has been found and some interfaces on it. But, when trying to go look > at the data for the interfaces, I am told that there is no RRD file for > the interface. > > Based on the advice from another email here, I did this: > > "Or go to Administration - Hosts and Interfaces - Hosts - select your > host and from Action drop down menu select Manual discovery and press > ->" > > When I did that, I received an error message on the web page that says: > > "Admin Structure Not Found" > > Any idea what that means? > > Thanks in advance. > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > jffnms-users mailing list > jffnms-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jffnms-users > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > jffnms-users mailing list > jffnms-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jffnms-users -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Javier Szyszlican, Project Leader, JFFNMS [EMAIL PROTECTED] I hope JFFNMS or I were helpful to you, if you can, please donate at http://jffnms.org/donate ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ jffnms-users mailing list jffnms-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jffnms-users ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ jffnms-users mailing list jffnms-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jffnms-users