Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Undefined index errors

Post Reply
Rod Whiteley
Posts: 1
Joined: Thu Jul 30, 2009 10:48 am

Undefined index errors

Unread post 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?
michael
Posts: 40
Joined: Mon Jun 15, 2009 9:50 am

Re: Undefined index errors

Unread post 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.
Post Reply