12-22-2015, 07:06 PM
Hello,
Found an issue after logging in. Getting a warning error "Cannot modify header information - headers already sent..." on login.php. Do I have a setting wrong?
I got it working by:
1. Moving the code for top-nav.php include somewhere below the header("Location: account.php") line.
2. Removing the recaptcha javascript file call from recaptcha.config.php and placed it there as well in login.php, below the header() code.
Not sure if that was the best way. Please advise. Also was this the correct topic to report issues?
Thanks!
Found an issue after logging in. Getting a warning error "Cannot modify header information - headers already sent..." on login.php. Do I have a setting wrong?
I got it working by:
1. Moving the code for top-nav.php include somewhere below the header("Location: account.php") line.
2. Removing the recaptcha javascript file call from recaptcha.config.php and placed it there as well in login.php, below the header() code.
Not sure if that was the best way. Please advise. Also was this the correct topic to report issues?
Thanks!