Skinned Website
-
urls
https://www.distant-sea.net/adagio/index.php
https://www.distant-sea.net/adagio/index2.php
https://www.distant-sea.net/adagio/cookiecheck.php
* https://www.distant-sea.net/adagio/nav/header4.phpBy adding the loop to my index page, I’ve integrated wordpress into my already skinned website. However, if you click on a pagination, comment or category link, you’ll see the following error information:
Warning: Cannot modify header information – headers already sent by (output started at /home/distants/public_html/adagio/wordpress/index.php:2) in /home/distants/public_html/adagio/cookiecheck.php on line 14
Warning: Cannot modify header information – headers already sent by (output started at /home/distants/public_html/adagio/wordpress/index.php:2) in /home/distants/public_html/adagio/cookiecheck.php on line 15
Warning: Cannot modify header information – headers already sent by (output started at /home/distants/public_html/adagio/wordpress/index.php:2) in /home/distants/public_html/adagio/cookiecheck.php on line 16
I read the FAQ and I’ve done a lot of searching. There are no extra spaces in line 2 of index.php. These are the first two lines in that file:
<?php include(“/home/distants/public_html/adagio/cookiecheck.php”); ?>
<?php include($headervar.$skin.$extension); ?>The blogheader include is inside of each of my header#.php files.
I included the link to index2.php so you can see that my inclusion of the comment related script on index.php has nothing to do with the problem.
Thanks in advance for any help you can give!
*this isn’t a typo, header4 is the default.
- The topic ‘Skinned Website’ is closed to new replies.