I'm getting these errors when I click on the "add to cart" button and it goes to a blank page. The product is added to the cart but a blank page is loaded. I've read numerous posts relating to this and here is the errors I am getting...can't seem to find a fix. All seems to relate to line 2 in the index.php file??


Warning 1:

PHP Warning: Cannot modify header information - headers already sent by (output started at /home/XXXXX/public_html/shop-fth/index.php:2) in /home/XXXXX/public_html/shop-fth/includes/functions/functions_general.php on line 45

Warning 2:

PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/XXXXX/public_html/shop-fth/index.php:2) in /home/XXXXX/public_html/shop-fth/includes/functions/sessions.php on line 109

Warning 3:

PHP Warning: Cannot modify header information - headers already sent by (output started at /home/XXXXX/public_html/shop-fth/index.php:2) in /home/XXXXX/public_html/shop-fth/includes/init_includes/init_templates.php on line 79

I am looking in the shop-fth/index.php on line 2 and cannot find a single thing wrong. Any ideas?

Thanks in advance for your input.

Mike