When I try to go into the admin section of my site I get this message:
Warning: Cannot modify header information - headers already sent by (output started at /home/beachh/public_html/blog/wp-config.php:57) in /home/beachh/public_html/blog/wp-includes/pluggable.php on line 694
Any idea what could of caused this?
Sometimes when you edit PHP files, spaces get added before or after the PHP script or characters get deleted which should not be deleted at all. Check your wp-config.php and make sure that there are no spaces before <?php at the top or after the closing ?> at the bottom of the page.
the wp-config.php file is fine? would this be the likely file to cause this error?