bp-custom.php conflict
-
I have an issue with bp-custom.php. It is conflicting with every plugin I try to install. The functions I add into it works fine (my site runs well), but my dashboard looks terrible and sometimes screen death.
Warning messages are showed at the top of dashboard. I deactivated all plugins (only buddypress is on – wp version:4.4.2/bpversion:2.5.2) and add the following basic information into file (bp-custom):<?php // hacks and mods will go here ?>
The file is set: wp-content/plugins and are no space before and after tags.
The both messages:
Warning: Cannot modify header information – headers already sent by (output started at mysitepath/wp-content/plugins/bp-custom.php:1) in mysitepath/wp-includes/option.php on line 820
Warning: Cannot modify header information – headers already sent by (output started at mysitepath/wp-content/plugins/bp-custom.php:1) in mysitepath/wp-includes/option.php on line 821
If I try to install some plugins, a new message apear related to file pluggable.php line 1228
Any help?
- You must be logged in to reply to this topic.