Active
Project:
Search Files
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2008 at 21:54 UTC
Updated:
21 Sep 2008 at 21:54 UTC
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