---------------------------------------------
Well Niels,
I'm either blind or stupid..... I can't get past the first step.
I'm using the "Find" feature and can not locate even the first stated text in the functions_validate.php file. I can not find any text anything like what you have listed to tell you the truth. The file I pulled was from the "Includes" folder.
Is it me, or is there something wrong in the instructions?
Using 2.0.4
sorry to be a pain.
UPDATE It looks like those lines of code are in the includes/functions.php file I'm going to try that.
----------------------------------------------------
OK, now I know I'm being a pain.....
What's the difference in these two lines?
- Code: Select all
#-----[ FIND ]------------------------------------------
#
// if ( $userdata['session_logged_in'] )
// {
#
#-----[ REPLACE WITH ]------------------------------------------
#
// if ( $userdata['session_logged_in'] )
// {
also:
- Code: Select all
#-----[ FIND ]------------------------------------------
#
while( $row = $db->sql_fetchrow($result) );
}
}
#
#-----[ REPLACE WITH ]------------------------------------------
#
while( $row = $db->sql_fetchrow($result) );
}
// }
This are both in the auth.php instructions.
Like I said, I'm a real noob in this stuff so I may be missing something here..... The last thing I want to do is sound unappreciative.

