sorry, guys..
excuse, my English, but REMARK means COMMENT?
ok, here is what i did with line 403 in my index.php file
/* header('Content-Type: '.$type.'; charset='.$this->config['etomite_charset']); */ but this doesn't help and numbers do not change properly..
Your site's error regarding headers has been resolved... I'm doing some digging and wondering if maybe there isn't a problem with how PHP 5 handles the
crc32() function... Until I can dig deeper into this problem I'd suggest disabling visitor logging... The problem appears to be due to the fact that
crc32($hostname) is returning a number which is out of the accepted range for an
int(11)...