PHP-Login-System icon indicating copy to clipboard operation
PHP-Login-System copied to clipboard

header issues

Open wooshies opened this issue 1 year ago • 2 comments

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 ?

wooshies avatar Apr 01 '23 22:04 wooshies

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

    for the content inside the navbr.

HansiDerSweater avatar Aug 12 '23 15:08 HansiDerSweater

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.

HansiDerSweater avatar Aug 12 '23 19:08 HansiDerSweater