We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unable to install suico. Error(s):
Installing Social Network
Specified key was too long; max key length is 1000 bytes
Latest from github suico
The text was updated successfully, but these errors were encountered:
Which one was it? When you get this kind of a message, please look at the "Queries" and it will show you in red which exactly table caused that issue.
Sorry, something went wrong.
0.000222 - CREATE TABLE suico_profile_regstep ( step_id SMALLINT(3) UNSIGNED NOT NULL AUTO_INCREMENT, step_name VARCHAR(255) NOT NULL DEFAULT '', step_desc TEXT, step_order SMALLINT(3) UNSIGNED NOT NULL DEFAULT '0', step_save TINYINT(1) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (step_id), KEY sort (step_order, step_name) ) ENGINE = MyISAM Error number: 1071 Error message: Specified key was too long; max key length is 1000 bytes
step_id
step_name
step_desc
step_order
step_save
sort
error when installing
7fc67ed
Fixed in 7fc67ed
Specified key was too long
7304d87
XoopsModules25x#186
No branches or pull requests
Unable to install suico. Error(s):
Installing Social Network
Specified key was too long; max key length is 1000 bytes
Latest from github suico
The text was updated successfully, but these errors were encountered: