~ Specific Error Messages ~
So your experiencing Errors huh??
Well you have come to the right place. Here I will outline some steps to take to try and resolve the WP Errors you are receiving..
In time I will open the section to Comments where Visitors may be able to request Additional Support for their WP Errors
Now.. Lets Begin
~ PHP Errors ~
‘Cannot Modify Header Information’ OR ‘Headers Already Sent’ The Infamous Header Warning.
Not to worry this one is typically caused by a Space OR Invalid Character in the first line of the Code.
The file this is in relation to is usually listed in the ‘error log’.
Example:
[04-Nov-2014 02:20:45 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/username/public_html/wp-includes/wp-db.php:2182) in /home/username/public_html/wp-admin/install.php on line 57
So if we look at the install.php file located ‘/home/username/public_html/wp-admin/install.php’ We will likely Notice a Gap in the beginning of the ‘< ? php’ Opener. You will see My Example to the right.