I get this error on install:
The following errors were encountered and need to be corrected first:
mySQL Error: You have an error in your SQL syntax near '(name) ) TYPE=MyISAM' at line 11 on query ' CREATE TABLE cpg140_bridge ( name varchar(40) NOT NULL default '0', value varchar(255) NOT NULL default '', UNIQUE KEY name`(name) ) TYPE=MyISAM'
There appears to be an errant backtick in schema.sql on the CPG_bridge table's UNIQUE KEY definition.
-Joe
Thanks, fixed as of v1.32