
08-05-2006, 02:40 PM
|
 |
|
|
Join Date: Aug 2006
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
I was testing this ahck to see whether it will work on vB3.6 and I got this error :/
Quote:
Database error in vBulletin 3.6.0:
Invalid SQL:
INSERT INTO testbed_phrase
(languageid, varname, text, phrasetypeid)
VALUES
(-1, 'banlist_reasonerror', 'You Must Enter A Reason!', 9000),
(-1, 'banlist_bannedby', 'Banned By', 1),
(-1, 'banlist_datebanned', 'Ban Date', 1),
(-1, 'banlist_bannedpost', 'Banned Post', 1),
(-1, 'banlist_reason', 'Reason', 1),
(-1, 'banlist_releasedate', 'Release Date', 1),
(-1, 'banlist_banlist', 'Most Recent Bannings', 1),
(-1, 'banlist_link', 'Link', 1),
(-1, 'banlist_nolink', 'No Link', 1),
(-1, 'banlist_description', 'Here is a list of the last 30 banned members and the reason why they were banned. Following the forum rules will insure that your name will not end up on this list.', 1);
MySQL Error : Unknown column 'phrasetypeid' in 'field list'
Error Number : 1054
Date : Saturday, August 5th 2006 @ 10:38:49 AM
Script : http://www.sportszonefanatics.com/te...p?do=stepthree
Referrer : http://www.sportszonefanatics.com/te...php?do=steptwo
IP Address :
Username : Matt
Classname : vB_Database
|
How can I fix this?
|