On Sat, Dec 27, 2008 at 3:32 PM, John Musbach <johnmusbach1@xxxxxxxxx> wrote: > > Thanks, turns out there were multiple problems with my code. My final > working code is: > > <snip> > > for anyone who may be trying to accomplish the same thing as me. In > addition I edited index.php in the themes folder and added a php > clause such that in the event the user is anonymous they are > redirected to the autologin.php script and I also edited the > register.php themes script to omit the UserCP password field and > password confirmation since everyone in this setup is assigned one > long random password (the thought being that the kerberos > username/password is enough to worry about, there should be no need to > worry about another username/password). I almost forgot, I resolved the blank page issue by looking at the .htaccess file FUDforum installed in its main public directory ...turns out the file contained a directive which suppressed all php errors even when the value was specified differently in individual php scripts, modifying that directive to show all php errors resolved that issue. -- Best Regards, John Musbach -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php