Lite Views

23 Nov, 2008

Wordpress Warning: Cannot Modify header Information – headers already sent

Posted by: admin In: Tips| Wordpress

Advertisement

Wordpress warning cannot modify headerDo you ever find this problem when you try to hack or modify your wordpress?

Warning: Cannot Modify header Information - headers already sent by (output started at /home/ [hosting account]/public_html/wp-config.php:57) in /home/ [hosting account]/public_html/wp-login.php on line 202

Warning: Cannot Modify header Information - headers already sent by (output started at /home/ [hosting account]/public_html/wp-config.php:57) in /home/ [hosting account]/public_html/wp-login.php on line 214

If you have this wordpress problem then here is the way to fix it,

1. Create new wp-config.php in your desktop (NOT in HOSTING)
Don’t forget to fill the same db name, password, and user with wp-config.php that already in hosting.
2. Go to your hosting directory via FTP
3. Delete you wp-config.php in hosting
4. Upload your new wp-config.php from your desktop (point 1)

This wordpress error usually comes after you edit your wp-config.php directly in your hosting. It is better if you edit your wp-config.php in desktop then after finish it you can upload it on your hosting via FTP.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Reddit
  • Yahoo! Buzz

Related posts:

  1. My Wordpress Account Suspend?
  2. My Wordpress Account is Back
  3. WordPress 2.6 Login Problems
  4. Upgrade to Wordpress 2.9
  5. How To Upgrade Wordpress Safely And Easy
  6. WordPress 2.7.1 Beta 1
  7. Wordpress 2.7.1 released

2 Responses to "Wordpress Warning: Cannot Modify header Information – headers already sent"

1 | P2mb2

April 21st, 2009 at 5:26 am

Avatar

THanks for the help ;)

Working now :)

2 | chris

April 23rd, 2009 at 3:59 pm

Avatar

just simple solution.
open wp-config.php with notepad and save it as ANSI format. (it was UTF8 and that made the problem)

chris

Comment Form