You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 25 Jun 2012 at 2:14
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 issue reported on code.google.com by
[email protected]
on 25 Jun 2012 at 2:14Attachments:
The text was updated successfully, but these errors were encountered: