View Single Post
Old 07-01-2008, 02:26 AM   #25 (permalink)
delayedinsanity
The Gregarious
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Cana'derr
Posts: 653
Thanks: 24
delayedinsanity is on a distinguished road
Default

He's just trying to help.

It looks like you're missing code in the users.php file, something along the lines of

PHP Code:
if ($_POST
Should be in there somewhere, because otherwise it's trying to log people in even if they haven't submitted the form, and in addition since the form is being displayed regardless of the submission you can't then set any headers afterwards (the location, etc).
-m
delayedinsanity is offline  
Reply With Quote
The Following User Says Thank You to delayedinsanity For This Useful Post:
codefreek (07-01-2008)