iboboc / relay

Automatically exported from code.google.com/p/relay
MIT License
0 stars 0 forks source link

key was too long #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, I have a problem. I install Relay 1.5.1 in my server, wann I 
configuration in first side, I have problem-"key was too long". I have this 
problem in all version.
Plase help.

Original issue reported on code.google.com by dam...@mzone.com.pl on 25 Jun 2012 at 2:14

Attachments:

GoogleCodeExporter commented 8 years ago
I had the same issue but i solved it by changing this line in the index.php in 
the install folder 

UNIQUE KEY `pn` (`path`(250),`name`(250))

to this:

UNIQUE KEY `pn` (`path`(165),`name`(165))

Original comment by SKersha...@gmail.com on 26 Jun 2012 at 8:05