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
ec-cube2/html/install/index.php
Line 849 in 261ef5d
default_storage_engine
defaut_storage_engine
The text was updated successfully, but these errors were encountered:
Fix typo
a219b09
fixes EC-CUBE#503
@akiran314 ありがとうございます! Pull Request しておきました。 インストーラの E2E テストがあるのですが、今までこの箇所でエラーになったこと無かったんですよね。ちゃんとエラーになって欲しいものです... https://github.com/EC-CUBE/ec-cube2/runs/4638560474?check_suite_focus=true#step:14:78
Sorry, something went wrong.
@nanasess 今回の環境は8.0.26でエラーになりましたので、MySQL8.0.xでテストしていないのかも知れません。これまでこの問題に当たった人が皆無というのも考えにくいですが、それほど多くの人が困っていなかったのなら幸いです。
Successfully merging a pull request may close this issue.
ec-cube2/html/install/index.php
Line 849 in 261ef5d
default_storage_engine
とすべきところがdefaut_storage_engine
になっているためSQLがエラーとなり、インストールできない。SC_DB_DBFactory_MYSQL.phpの方は大丈夫。
なお、このエラーが起きた時点で既に管理画面用ディレクトリの名前が「admin」から変更されているため、変更されたディレクトリ名を「admin」に戻さなければならないことに注意。
The text was updated successfully, but these errors were encountered: