Page 1 of 1

Undefined index errors

Posted: Thu Jul 30, 2009 11:15 am
by Rod Whiteley
I installed on XP from the zip, following the Linux installation document. When I try to log in to the sample as globeadmin I get a popup window with "Undefined index" errors from nubuilder.php on lines 24, 25, 26.

I can make these go away by brute force if I put some made-up values in the URL, and then parts of the user interface come up, but there are still many PHP errors. Can you tell from this description what I have done wrong?

Re: Undefined index errors

Posted: Fri Jul 31, 2009 3:44 am
by michael
The error messages you are seeing can be prevented by setting the following option in your php.ini to Off.

Code: Select all

display_errors = Off
This will allow you to log in without forcing any values in the URL.