Forums
-
- Forum
- Posts
-
- Installation
- 28,436
- Troubleshooting
- 62,522
- Themes
- 10,431
- Plugins
- 15,342
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
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 ?>