Quote:
Originally Posted by mlthmp
OK.. just uploaded the files form the BETA 2 zip.
When I tried to import the file, I get this.
Invalid SQL:
ALTER TABLE vb_usergroup ADD ladderpermissions INT(10) UNSIGNED DEFAULT '0' NOT NULL ;;
MySQL Error : Duplicate column name 'ladderpermissions'
Error Number : 1060
Request Date : Monday, September 29th 2008 @ 05:22:50 PM
Error Date : Monday, September 29th 2008 @ 05:22:53 PM
|
find and delete in product file
Code:
$vbulletin->db->query_write("ALTER TABLE ". TABLE_PREFIX ."usergroup ADD ladderpermissions INT(10) UNSIGNED DEFAULT '0' NOT NULL ;");