Header Error after adding, then deleting Poll Plug-in…
-
Uh oh,
I added the poll plug-in, and made the corresponding changes to several documents per the read me instructions. Logged in to my wordpress admin page, and saw the following errors:
Warning: Cannot modify header information – headers already sent by (output started at /home/screenwr/public_html/wp-settings.php:155) in /home/screenwr/public_html/wp-admin/admin.php on line 10
And then the same error repeated three more times, each for lines 11, 12, and 13.
So I deactivated the plug-in, then very meticulously deleted everything I added, making sure there were no extra spaces or anything.
Still get the error message.
Any ideas or anyone have the same problem?
This is the text from my admin.php:
header(‘Expires: Wed, 11 Jan 1984 05:00:00 GMT’);
header(‘Last-Modified: ‘ . gmdate(‘D, d M Y H:i:s’) . ‘ GMT’);
header(‘Cache-Control: no-cache, must-revalidate, max-age=0’);
header(‘Pragma: no-cache’);Thanks for any help!
Warren
- The topic ‘Header Error after adding, then deleting Poll Plug-in…’ is closed to new replies.