flegere
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cookies are blocked due to unexpected output.I’m getting the same error message. Tried renaming the theme and plugin folders, opened all the php files and made sure there were no spaces before the opening tag, and the end of the code.
I’m at a loss.
Error log is giving me these messages but I don’t know what to do with them.[12-Feb-2018 20:26:44 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home4/flightgr/public_html/vimyestates.com/wp-includes/config.php:1) in /home4/flightgr/public_html/vimyestates.com/wp-login.php on line 421
[12-Feb-2018 20:26:44 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home4/flightgr/public_html/vimyestates.com/wp-includes/config.php:1) in /home4/flightgr/public_html/vimyestates.com/wp-login.php on line 434
[12-Feb-2018 20:26:44 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home4/flightgr/public_html/vimyestates.com/wp-includes/config.php:1) in /home4/flightgr/public_html/vimyestates.com/wp-includes/pluggable.php on line 920
[12-Feb-2018 20:26:44 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home4/flightgr/public_html/vimyestates.com/wp-includes/config.php:1) in /home4/flightgr/public_html/vimyestates.com/wp-includes/pluggable.php on line 921
[12-Feb-2018 20:26:44 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home4/flightgr/public_html/vimyestates.com/wp-includes/config.php:1) in /home4/flightgr/public_html/vimyestates.com/wp-includes/pluggable.php on line 922
website is vimyestates.com.
Any guidance would be greatly appreciated.
I’m getting the error on every browser I use.That is unfortunate.
I literally replaced the code on line 76 with:if ( empty( $data[ ‘reason’ ]) || empty( $data[ ‘comments’ ] ) ) {
and all my problems went away…except that this plug in now requires PHP 5.6 and I had to upgrade my server.
Thank you! Thank you! Thank you!! This fixed the bug perfectly. For anyone else who might read this post, the latest version of Business Directory plug in requires PHP 5.6. My server is running 5.4 by default so I had to get my hosting provider to upgrade to 5.6. Luckily, it did not create compatibility issues with any other plug ins I have installed, but I thought I would mention it so people aren’t shocked if it happens to them.
Thanks again!!