Quote:
Originally Posted by dodgeboard.com
FYI: queries for CREATE TABLE vbms_usergroupsetting and vbms_sendfloodcheck are listed twice in the sql.txt file- you get an error on the second instance
EDIT: and vbms_log
All other queries executed properly
So I made the corrections to the SQL.TXT and am uploading it here.
I also elimintated the table prefix as well.
Lionel, why do we even need a table prefix since all the tables are already prefixed with vbms_ ?
|
you do, because all the queries in php use " . TABLE_PREFIX ."vbms_whatever