I checked the MySQL Query but didn't found any Problem, it must work! Maybe someone has an idea?
Im using vB 2.2.4, PHP 4.4.1 and MySQL 3.23.41
It always says that we have about 8000 new Threads this day.
Code:
$newthreads = $DB_site->query_first("SELECT count(*) AS count FROM thread WHERE dateline >= $starttime");
$newposts = $DB_site->query_first("SELECT count(*) AS count FROM post WHERE dateline >= $starttime");
So this is the same line, but Posts are working, Threads not...!?