I get the following error everytime I try to install.

--------------------------------------------------------------------------------------------------------------------------

user warning: Specified key was too long; max key length is 767 bytes query: update_sql /* lgadmin : update_sql */ CREATE TABLE search_files_files ( `id` INT NOT NULL auto_increment, `full_path` VARCHAR(300) NOT NULL, `directory_id` INT NOT NULL, `index_attempts` TINYINT NOT NULL, PRIMARY KEY (id), UNIQUE KEY full_path (full_path) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in .....................................................\includes\database.inc on line 514.

--------------------------------------------------------------------------------------------------------------------------

Thanks
Stephen