Forums
-
- Forum
- Posts
-
- Installation
- 28,405
- Troubleshooting
- 62,337
- Themes
- 10,400
- Plugins
- 15,321
- Requests & Feedback
- 14,947
- Showcase
- 3,254
-
Sounds to me like you edited a file (maybe db-mysqli.php) and have a blank line or a space after the closing ?> in the file. PHP doesn’t like that, so it throws that Warning: Cannot modify header information - headers already sent by
error. Check any file you modified (db-mysqli.php?) for a blank line or space after the closing ?>