Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

key was too long #28

Open
GoogleCodeExporter opened this issue Jul 2, 2015 · 1 comment
Open

key was too long #28

GoogleCodeExporter opened this issue Jul 2, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 26 Jun 2012 at 8:05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant