anditv21 / panel

🔧 User management panel with Discord Bot & API Examples
MIT License
45 stars 13 forks source link

[Bug]: Warning: Cannot modify header information - headers already sent #165

Closed SORROWMX closed 2 months ago

SORROWMX commented 2 months ago

Describe the bug

Can't ban anyone

Reproduction Steps

after trying to ban someone i get this two errors

Expected behavior

Ban

Screenshots

No response

Error Log

Warning: Cannot modify header information - headers already sent by (output started at /includes/navbar.inc.php:28) in /app/models/UsersModel.php on line 933

Warning: Cannot modify header information - headers already sent by (output started at /includes/navbar.inc.php:28) in /admin/bans.php on line 43

Additional Context

I added ob_start(); at the beginning of the script and ob_end_flush(); at the end of the script, and now it works perfectly.

Code of Conduct

anditv21 commented 2 months ago

Hey, Thanks for the hint unfortunately I'm not at home today. Could you open a pull request with the fix? I would appreciate it

SORROWMX commented 2 months ago

Hello, I've opened a pull request

anditv21 commented 2 months ago

Thank you