The Error:
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /header.php:4) in /plugins/phk_tracker.php on line 13
Pages Where the Error Shows Up:
http://valcha.net/wp-stats.php
http://www.valcha.net/wp-recent-links.php
http://www.valcha.net/wp-stats.php
Line Four of header.php
<head profile="http://gmpg.org/xfn/11">
Line Thirteen of phk_tracker.php
function phk_tracker(){if(!session_id()){session_start();
I've already applied the fix for PHK tracker but that didn't help.