msaad1999 / PHP-Login-System

Embeddable and Secure PHP Authentication System with Login, Signup, User Profiles, Profile Editing, Account Verification via Email, Password Reset System, Remember-Me Feature and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

header issues

wooshies opened this issue · 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 ?

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.

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.