On Mon, Jun 22, 2009 at 02:49:57PM -0300, julio Oliveira Pereira wrote:
> Hello this showing this error message in PHP "Call to undefined
> function db_query () in C: \ JFFNMS \ engine \
> autodiscovery_interfaces.php on line 28" could someone help me.

db_query() is in lib/api.db.inc.php  Its a function call that is used a
*lot* of times.  It looks like either a permission problem or a setup
problem, ie its not that the function is missing, but you are not
including a file that you need.

The one in line 28 is the first one parsed so its why its getting hit.
Check your permissions and configuration.  Make sure whatever user you
are running this program as can read C:\JFFNMS\lib\api.db.inc.php

 - Craig
-- 
Craig Small      GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/                             csmall at : enc.com.au
http://www.debian.org/          Debian GNU/Linux, software should be Free 

------------------------------------------------------------------------------
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to