Log in

View Full Version : vB 3.0 Help needed


Merlin_
03-07-2004, 10:56 PM
I know 3.0 isn't supposed to be hacked yet, but, I just want to build content outside of the forums that can access the user database. By requiring "global.php" I get plenty of good stuff, like the user name and id, but there are errors when the page loads. Specifically, functions.php complains about 'badlocation' and 'sessionupdate.' Can anyone suggest the right thing to do to eliminate the errors?

Notice: Undefined index: badlocation in /usr/local/stuff/forums/includes/functions.php on line 470

Notice: Undefined index: badlocation in /usr/local/stuff/forums/includes/functions.php on line 482

Notice: Undefined index: sessionupdate in /usr/local/stuff/forums/includes/functions.php on line 482

Notice: Undefined index: badlocation in /usr/local/stuff/forums/includes/functions.php on line 490

Merlin_
03-08-2004, 01:49 PM
Well, that was goofy. Looking at the vB code, I see that they just turn off notifications in the error checking at the top.