matthancocknz
Member
Posted 2 years ago #
This is related to my previous problem.
I'm getting the white page of death on both my website and admin interface.
I've done the following:
- Disabled/deleted all plugins.
- Removed all traces of Javascript from the site.
- Deleted everything from functions.php except for post-thumbnails.
All pertaining code has been uploaded here.
Any feedback would be appreciated. :)
matthancocknz
Member
Posted 2 years ago #
I've turned on display_errors in wp_config.php and got the following:
Warning: Cannot modify header information - headers already sent by (output started at /home/wordpres/public_html/happyplankton/wp-content/themes/happyplankton copy/functions.php:5) in /home/wordpres/public_html/happyplankton/wp-includes/pluggable.php on line 868
matthancocknz
Member
Posted 2 years ago #
I hate white space. :p
There was 2 blank lines that was breaking the whole thing.
Uploading the original version now to see if that's the problem gone.
Sounds familiar, have done that more then a few times.. :)
That's why i tend to leave the closing tags out of PHP files..