Hello, If you're trying to get the extended poller working you may trip up a JFFNMS bug and a PHP one.
The JFFNMS one is that the declare(ticks=1) line (line 15) is missing a semicolon. The PHP bug is that if you use the declaration then classes must be defined before they are used and inherited by other classes. It means api.classes.inc.php will break because the basic class is declared after the other classes inherit it. http://bugs.php.net/bug.php?id=27602 - Craig -- Craig Small GnuPG:1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5 Eye-Net Consulting http://www.enc.com.au/ MIEE Debian developer csmall at : enc.com.au ieee.org debian.org ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ jffnms-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jffnms-users
