On Thu, Mar 17, 2005 at 10:06:43AM +0100, Remigiusz Boguszewicz wrote: > The problem was php.ini file, I have two of them in : > /etc/php4/apache/php.ini > /etc/php4/cli/php.ini As you should, you can have up to 4 of these, one for each PHP type: apache, apache2, cli and cgi
> I was making changes at first only in /etc/php4/apache/php.ini, but they > must be performed too at /etc/php4/cli/php.ini (which stands for Command > Line Interface I suppose). Yes, this is correct, you need both. > After running manually > [EMAIL PROTECTED]:/usr/share/jffnms/engine$ php -q poller.php <host ID> > > there was no output Usually means the mysql database extension is not loaded, or possibly not the snmp one. - 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 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
