luisabarwinski
Member
Posted 2 years ago #
Hi !
I read all the responses to the error
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\DOMAIN\httpdocs\wp-config.php:1) in C:\Inetpub\vhosts\DOMAIN\httpdocs\wp-includes\pluggable.php on line 865
posted in this support forum.
All of them say something about erasing blank spaces before the "<?php" and after "?>". I had already checked this issues and still get the same message. I used Dreamworks to view the lines and I don't know what else I can do in order to fix this problem.
My very first line in wp-config.php is "<?php" and I can't how this can be wrong.
Glad if you can help...
LuĂsa
I had already checked this issues and still get the same message. I used Dreamworks to view the lines and I don't know what else I can do in order to fix this problem.
you fix it by not using whatever dreamworks is as an editor.
its NOT a plain text editor, and you do have spaces, or hidden crap in front of your opening <?php tag
everything you read is right.
Dreamweaver? Never heard of a dreamworks editor.
Yeah. Like whooami said. Use a text editor.
Dreamweaver is ok for making a website or authoring something from scratch -if you like using it.
Placing foreign code into it will often ALTER the code per Dreamweaver's automatic code "correcting" standards. In effect, it will often break whatever foreign code you place in it and even add lines of code.