Okay, yet another really stupid question from me - was there supposed to be an update-post-counters.php file in the download? Cause I can't find it in my files anywhere and I only received a text file in the download.
I'm asking cause when I was installing and went to update my post counters, I got this database error:
Database error in vBulletin Control Panel 2.2.1:
Invalid SQL: SELECT postcount FROM post LIMIT 1
mysql error: Unknown column 'postcount' in 'field list'
mysql error number: 1054
If I try to go into update counters again, I get a parse error in my misc.php file at line 433 which is part of the following:
Quote:
$deletethreads=$DB_site->query("SELECT threadid FROM thread WHERE title='".addslashes($thread[title])."' AND forumid=$thread[forumid] AND postusername='".addslashes($thread[postusername])."' AND dateline=$thread[dateline] AND threadid>$thread[threadid]");
|
Can anyone help? Thanks