Thread Starter
spamo
(@spamo)
This is the message:
Warning: Cannot modify header information – headers already sent by (output started at /home/frisasc/public_html/blog/wp-config.php:57) in /home/frisasc/public_html/blog/wp-includes/pluggable.php on line 689
Thread Starter
spamo
(@spamo)
and this message too:
Warning: Cannot modify header information – headers already sent by (output started at /home/frisasc/public_html/blog/wp-config.php:57) in /home/frisasc/public_html/blog/wp-includes/classes.php on line 805
Check out the “How-to and troubleshooting” forum. It looks like the WYSIWYG editor broke as of the latest WP release.
Thread Starter
spamo
(@spamo)
does’nt the latest release work good? (I mean 2,5)
I seem to have resolved things…
– installed the Web Developer 1.1.5 addon for Firefox and disabled caching
– deleted and re-uploaded /wp-includes
– removed .htaccess restrictions (not that it matters, from a security perspective… the business blog I’ve developing is blank)
The WYSIWYG editor seems to work now, and I can switch between that and the HTML editor with ease. I’ll try narrowing down the source of the problem later.
Thread Starter
spamo
(@spamo)
I can’t do this: removed .htaccess restrictions
where is it???
Thx
Warning: Cannot modify header information – headers already sent by (output started at /home/frisasc/public_html/blog/wp-config.php:57)
Check your wp-config.php file, see if something has been added to the end of it.
Thread Starter
spamo
(@spamo)
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>
these are the last 3 code lines, but is not a work of mine!!!
My point is that wp-config.php should not be 57 lines long. Something has been added to it somewhere.
Thread Starter
spamo
(@spamo)
thanks a lot indeed. you have been very precious. I downloaded the file and deleted the 3 last empty lines. now everything works very fine.
Thx, thx, thx!!!!!!!
@spamo i have the same problem in a blog. Visual/html don’t function. I don’t understand “deleting the 3 last empty lines”. What can i do to solve this issue?