On Tue, May 11, 2010 at 10:19:43AM -0500, Smith, Jeff wrote:
>    Then did an upgrade from 0.8.4 to 0.8.5, and am getting the following
>    errors when I attempt to access the Default start page for JFFNMS
> 
>    Notice: Undefined variable: i in C:\jffnms\lib\gui.toolkit.inc.php on line
>    47
gui.toolkit.inc.php hasn't changed in about 2 or 3 versions of JFFNMS.
This looks like the elevated error_reporting is complaining about
things.

Edit conf/config.php, you're looking for lines with error_reporting() in
it

Line 6: uncomment error_reporting(7);
Line 53: comment out
  $error_level = error_reporting(E_ERROR | E_WARNING | E_PARSE);
Line 59 comment out
  error_reporting($error_level);

This will mean you have lower error reporting going on. The messages are
like compilier warnings. Mine go elsewhere so they don't bother me but
doing this will suppress the messages.

I'm trying to hunt these down and remove them in 0.8.6  There is already
a lot of work with variable scope in the next version.

 - 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