04-16-2017, 08:11 PM
Correct me if I'm wrong, before the else on line 217, you should be closing the Forms Posted if, right? If so, that is what you were missing, the closing bracket for the forms posted, replicate this by adding an extra bracket:
instead of on line 217 of user_settings.php.
Code:
}}else{
Code:
}else{