You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when not logged in and you attempt to access a page that reuqires you to be logged in or verified, it seams this results in a half broken page and a error logged Cannot modify header information - headers already sent by (output started at public_html/assets/layouts/header.php:12) in public_html/assets/includes/auth_functions.php on line 60
anyone else had or knoe of this issue ?
The text was updated successfully, but these errors were encountered:
Hei, did you solve your problem? I got the excact same problem. But I only get that problem if I edit the navbar inside the navbar.php. If I wanna be more percise this happens only if I add some list items inside of the left
After searching for hours I found my problem. I implmented this login project into my project and my Navbar contained bunch of stuff, more than the login project had before. The output buffering which is limited to 4096 got to its limits and started printing out by itself. I set the limit higher now it works.
when not logged in and you attempt to access a page that reuqires you to be logged in or verified, it seams this results in a half broken page and a error logged Cannot modify header information - headers already sent by (output started at public_html/assets/layouts/header.php:12) in public_html/assets/includes/auth_functions.php on line 60
anyone else had or knoe of this issue ?
The text was updated successfully, but these errors were encountered: