RE: [jffnms-users] PHP Error when Trigger/Action - Resolved?

2006-01-17 Thread Tim Carr
;interface-interface = $interface["interface"]\n". Thanks, Tim Carr Buchanan Associates -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Javier Szyszlican Sent: Saturday, January 14, 2006 8:07 AM Cc: jffnms-users@lists.sourceforge.net Subject:

Re: [jffnms-users] PHP Error when Trigger/Action

2006-01-14 Thread Javier Szyszlican
en ("$file", "wb"); fwrite ($fp, $testdata); fclose ($fp); return $result; } Thanks, Tim Carr Buchanan Associates -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Javier Szyszlican

RE: [jffnms-users] PHP Error when Trigger/Action

2006-01-12 Thread Tim Carr
. "interface-interface = $interface[interface]\n". "interface-description = $interface[description]\n"; $fp = fopen ("$file", "wb"); fwrite ($fp, $testdata); fclose ($fp); return $result; } Thanks, Tim Carr Buchanan Associates -Or

Re: [jffnms-users] PHP Error when Trigger/Action

2006-01-11 Thread Javier Szyszlican
You have enable that trigger for a user for it to be active. Look into the triggers users menu. Javier Tim Carr wrote: Hello all… I’m trying out JFFNMS on a PHP 5.0.4 system (Fedora Core 4). Things are working fine…except when I’m trying to get JFF to take an action. I think I’ve got t

[jffnms-users] PHP Error when Trigger/Action

2006-01-10 Thread Tim Carr
Hello all…   I’m trying out JFFNMS on a PHP 5.0.4 system (Fedora Core 4).  Things are working fine…except when I’m trying to get JFF to take an action.  I think I’ve got triggers/actions setup correctly, but I’m getting this error in the httpd/error_log:   [client 192.168.20.68] PHP War

Re: [jffnms-users] PHP error

2005-12-21 Thread Javier Szyszlican
You have to 'cd' to c:\jffnms\engine folder before running the scripts. Look at the engine\windows\ folder for .bat files that do that. Javier Kris Da San Martino wrote: My Jffnms is now running (mostly) on my W2K server. I’m now getting this error message when I try running the autodiscovery

[jffnms-users] PHP error

2005-12-21 Thread Kris Da San Martino
My Jffnms is now running (mostly) on my W2K server. I’m now getting this error message when I try running the autodiscovery batch file C:\>c:\php\php.exe –q c:\jffnms\engine\autodiscovery_interfaces.php   Warning: main(../conf/config.php): failed to open stream: No such file or director

[jffnms-users] php error !! -- Help needed ?

2005-10-14 Thread Mungamuru, Sasi Kiran Kumar
Hi, I installed jffnms on windows host and it worked absolutely great !! for to standardize I installed this on a linux host. it is faling at php end. Can any body please help me where I have been went wrong. I did all the steps accordingly which were given on jffnms-install. Here is my error o/

[jffnms-users] PHP Error

2005-10-12 Thread Prashant Ketkar
Hi It worked !! Thanks Javier Prashant Ketkar --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _

Re: [jffnms-users] PHP Error

2005-10-11 Thread Javier Szyszlican
Hi, Please downgrade to PHP 5.0.4 Javier Prashant Ketkar wrote: Dear All I installed JFFNMS-0.8.2 on Windows 2000 Server as per the proceudre outlined. I kept the server running for 3 hours for gathering network information. But when I accessed the website through IE after the intial login I

[jffnms-users] PHP Error

2005-10-11 Thread Prashant Ketkar
Dear All I installed JFFNMS-0.8.2 on Windows 2000 Server as per the proceudre outlined. I kept the server running for 3 hours for gathering network information. But when I accessed the website through IE after the intial login I got the following error message Fatal Error : Only variables can be

Re: [jffnms-users] php error message.

2005-03-10 Thread Javier Szyszlican
Hi Chad, Did you upgrade or did a clean install ? It seems you didn't run /admin/setup.php via web as you should have. Javier Chad Guiney wrote: I have installed the 0.7.9 on a Windows XP machine and it works fine and I have been using it for a while now. But I have downloaded and installed the 8

[jffnms-users] php error message.

2005-03-10 Thread Chad Guiney
I have installed the 0.7.9 on a Windows XP machine and it works fine and I have been using it for a while now. But I have downloaded and installed the 8.0 version and cannot get poller.bat or any of the other .bat files to run. When I manually run the php.exe –f c:\jffnms\engine\poller.php

RE: [jffnms-users] PHP error

2005-02-02 Thread Ed Humes
es.\n"); } -Original Message----- From: Javier Szyszlican [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 3:44 PM Cc: jffnms-users@lists.sourceforge.net Subject: Re: [jffnms-users] PHP error Try changing it to \ slashes. If that doesn't work check the lib/api.inc.

Re: [jffnms-users] PHP error

2005-02-02 Thread Javier Szyszlican
mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 2:50 PM Cc: jffnms-users@lists.sourceforge.net Subject: Re: [jffnms-users] PHP error Hi, It seems your PHP executable is "/php" that is wrong. Run setup.php and change it to c:\php\php.exe Javier Ed Humes wrote: I upgraded from 0.7.9 to

RE: [jffnms-users] PHP error

2005-02-02 Thread Ed Humes
know this version is pre-release, just hoping to provide some feedback from the Windoze community. -Original Message- From: Javier Szyszlican [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 2:50 PM Cc: jffnms-users@lists.sourceforge.net Subject: Re: [jffnms-users] PHP error

Re: [jffnms-users] PHP error

2005-02-02 Thread Javier Szyszlican
Hi, It seems your PHP executable is "/php" that is wrong. Run setup.php and change it to c:\php\php.exe Javier Ed Humes wrote: I upgraded from 0.7.9 to 0.8.0-pre3 and something broke in my php configuration, but I have no idea what that was. Here's the results of manually running poller.bat and pol

[jffnms-users] PHP error

2005-02-02 Thread Ed Humes
I upgraded from 0.7.9 to 0.8.0-pre3 and something broke in my php configuration, but I have no idea what that was. Here's the results of manually running poller.bat and poller.php: C:\jffnms\engine\windows\poller.bat Invalid switch - "/php". Invalid switch - "/php". Invalid switch - "/php". Invalid

Re: [jffnms-users] PHP Error

2005-01-31 Thread Javier Szyszlican
Hi Jared, You have to go to http://localhost/admin/setup.php first and save your config, it described in the INSTALL.win32.txt file. Javier Jared Hamilton wrote: *Hello All,* * * *I am receiving this error trying to access the local host page once I enable the Apache Server to point to the follo

[jffnms-users] PHP Error

2005-01-31 Thread Jared Hamilton
Hello All,   I am receiving this error trying to access the local host page once I enable the Apache Server to point to the following   DocumentRoot  c:\jffnms\htdocs   Once I save the httpd.conf file and restart Apache going to the http://localhost I get this error when I use to get