Forums
-
- Forum
- Posts
-
- Installation
- 28,399
- Troubleshooting
- 62,334
- Themes
- 10,396
- Plugins
- 15,320
- Requests & Feedback
- 14,934
- 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 ?>