REDBUS
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Yet another "Warning: Cannot modify header information" topicThank you all for being of help. esmi you are the best.I have finally remove the warning message.I’m really happy to solve this problem.
Cheers
Forum: Fixing WordPress
In reply to: Yet another "Warning: Cannot modify header information" topicHi,
Could anyone explain to me how do I uploaded /wp-admin/ and /wp-includes just to solve the headers error.
Forum: Fixing WordPress
In reply to: Log In troublesI’m having problem to login to my dashboard.There is always this message on top of the page.
Warning: Cannot modify header information – headers already sent by
(output started at
/home7/redbusdr/public_html/blog/wp-content/plugins/google-affiliate-network/GAN_Database.php:481)
in
/home7/redbusdr/public_html/blog/wp-content/plugins/wp-super-cache/wp-cache-phase2.php
on line 7.Somebody gave this solution but I don’t know how to reset this.Could anyone be of help? I have being battling with this for days now. Reason and Solution :It is usually because there are spaces, new lines, or other garbage before
an opening <?php tag or after a closing ?> tag, typically in
wp-config.php.
This could be true about some other file too, so please check the error
message, as it will list the specific file name where the error occurred
(see “Interpreting the Error Message” below). Replacing the faulty file
with one from your most recent backup or one from a fresh WordPress
download is your best bet, but if neither of those are an option, please
follow the steps below.Just because you cannot see anything does not mean that PHP sees the same.
Download the file mentioned in the error message.
Open that file in a plain text editor (NOT MS Word or similar. Notepad or
BBEdit are fine).
Check that the very first characters are <?php
Check that the very last characters are ?>
To be sure about the end of the file, do this:Place the cursor between the ? and >
Now press the DELETE key on your computer
Note to MAC users: The “DELETE” key on a PC deletes characters to the
right of the cursor. That is the key noted here.
Keep that key pressed
For at least 15 seconds
Now type > and
save without pressing any other key at all.
If you press another key, you will bring the problem back.
Also check the encoding of the file. If the file is encoded as UTF-8 with
BOM, the BOM is seen as a character which starts the output.Thanks for your kind gesture.
Redbus
Forum: Fixing WordPress
In reply to: Yet another "Warning: Cannot modify header information" topicHi,
Thanks for ur reply.Pls how do I remove the anti-spam plugin and to deactivating the plugin. I’m unable to log in to admin.To have a look this is my site http://www.redbusdrivers.co.uk/blog.Pls help me I have come a long way with this site.Forum: Fixing WordPress
In reply to: Yet another "Warning: Cannot modify header information" topicCould anyone be of help to solve this problem? What should I do about this warning message.
Warning: Cannot modify header information – headers already sent by (output started at /home7/redbusdr/public_html/blog/wp-content/plugins/google-affiliate-network/GAN_Database.php:481) in /home7/redbusdr/public_html/blog/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 71Warning: Cannot modify header information – headers already sent by (output started at /home7/redbusdr/public_html/blog/wp-content/plugins/google-affiliate-network/GAN_Database.php:481) in /home7/redbusdr/public_html/blog/wp-includes/pluggable.php on line 897