i'm assuming this is in plugins/stats/config.php. no extra new lines...

Reinstalling the entire plugin ? I did do an upgrade, not a new install... I must say it went VERY smooth...
Also, the error is complaining about the english.php file...
130 'cleanmsg' => 'Clean Database of IPs above'
131 );
132
133 ?>
---- No extra lines -----
The error:
Warning: Cannot modify header information - headers already sent by (output started at /home/okanagan/plugins/stats/language/english.php:133) in /home/okanagan/public_html/users.php on line 687
Warning: Cannot modify header information - headers already sent by (output started at /home/okanagan/plugins/stats/language/english.php:133) in /home/okanagan/public_html/users.php on line 689
Lines 686 -> 690 of users.php:
Text Formatted Code
$_CONF['cookie_path'], $_CONF['cookiedomain'],
$_CONF['cookiesecure']);
setcookie ($_CONF['cookie_name'], '', time() - 10000, $_CONF['cookie_path'],
$_CONF['cookiedomain'], $_CONF['cookiesecure']);
$display = COM_refresh($_CONF['site_url'] . '/index.php?msg=8');
-- destr0yr
"I love deadlines. I like the whooshing sound they make as they fly by." -- Douglas Adams