Warning: Cannot modify header information – headers already sent
From the looks of things, some page is trying to load your functions.php page directly. I’m not sure if it’s another part of your theme, or a plugin, or some other custom code. But the error on line 14 is triggered with a second <?php opening tag in your functions.php file. This headers already sent … Read more