Info
- 6 posts
- 4 voices
- Started 5 years ago by freelantz
- Latest reply from freelantz
- This topic is not a support question
Theme Integration -- errors
-
- Posted 5 years ago #
I followed all of these instructions to integrate WP theme into BB. When I attempt to login I get these errors:
Warning: Cannot modify header information - headers already sent by (output started at /home/XXXXX/public_html/public-forum/my-plugins/display-name.php:20) in /home/XXXXX/public_html/public-forum/bb-includes/pluggable.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/XXXXX/public_html/public-forum/my-plugins/display-name.php:20) in /home/XXXXX/public_html/public-forum/bb-includes/pluggable.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/XXXXX/public_html/public-forum/my-plugins/display-name.php:20) in /home/XXXXX/public_html/wp-includes/pluggable-functions.php on line 269
-
- Posted 5 years ago #
Usually those "cannot modify header" errors are due to whitespace before the
<?phpor at the end after the?>Is that possible?
-
- Posted 5 years ago #
I checked that in the config.php file only and there was some whitespace that I removed, but it didn't correct the error. Should I check any other files?
-
- Posted 5 years ago #
Check for that in ALL of those files mentioned in the error once, and remove the whitespace if there is any..
spencerp
-
- Posted 5 years ago #
check the display-name.php in the plugins dir
-
- Posted 5 years ago #
Okay, I reduced the error to this:
Warning: extract() [function.extract]: First argument should be an array in /home/ward3br/public_html/wp-includes/functions.php on line 2170
Any ideas?
-
You must log in to post.