The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Table 'tachyforumcounter' doesn't exist
Code:
Database error in vBulletin 3.8.7: Invalid SQL: DELETE FROM tachyforumcounter WHERE forumid = 2; MySQL Error : Table 'database_name.tachyforumcounter' doesn't exist Error Number : 1146 Request Date : Wednesday, May 2nd 2012 @ 01:57:17 PM Error Date : Wednesday, May 2nd 2012 @ 01:57:17 PM Script : http://www.*******.com/inlinemod.php?do=domovethreads&threadids=6381,4906 Referrer : http://www.*********.com/login.php?do=login IP Address : *********** Username : ************* Classname : vB_Database MySQL Version : 5.1.62-cll |
#2
|
||||
|
||||
And if you look at your database, do you see the table? Did you run the upgrade.php script when you upgraded?
|
#3
|
|||
|
|||
yes i did so can some one tell me what table is this i mean what is perpose of it?
also is it a Built in Table? there is no Table in It. |
#5
|
|||
|
|||
Code:
CREATE TABLE `tachyforumcounter` ( `userid` int(10) unsigned NOT NULL DEFAULT '0', `forumid` smallint(5) unsigned NOT NULL DEFAULT '0', `threadcount` mediumint(8) unsigned NOT NULL DEFAULT '0', `replycount` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`userid`,`forumid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
#6
|
|||
|
|||
ran this query but still that problem and can't open that PHP
|
#7
|
||||
|
||||
What php can''t you open?
|
#8
|
|||
|
|||
Code:
MySQL Schema: $db is not an instance of the vB Database class. This script requires the escape_string() method from the vB Database class. |
#9
|
||||
|
||||
It is a query that you run in phpMyAdmin. You don't put it in a file to run.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|