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

ISSUE when using MySQL 5.6 or higher version #1

Closed
tksarah opened this issue Sep 7, 2018 · 2 comments
Closed

ISSUE when using MySQL 5.6 or higher version #1

tksarah opened this issue Sep 7, 2018 · 2 comments

Comments

@tksarah
Copy link

tksarah commented Sep 7, 2018

I found "sql_mode" is set STRICT_TRANS_TABLES in MySQL 5.6 or higher version.
In this case, we failed to install to access "http:///install" for install( initializing tables for irohaboard ) . I see only "ib_users_groups" table.

Because it was checked format of "datetime".
I tried to add "SET SESSION sql_mode = '';" top of /var/www/html/Config/app.sql file, but instalation success also It seemed necessary to fix the application( "An Internal Error" occurred after login ).

As workaround, I did down grade version of MySQL to 5.5.x.

@tksarah tksarah changed the title ISSUE when using 5.6 or higher version ISSUE when using MySQL 5.6 or higher version Sep 7, 2018
@kokoro912
Copy link
Collaborator

Thank you for reporting an issue with MySQL strict mode. I could reproduce same issue on my environment and have fixed the issue. I will release a new version as soon as I have done tests for all screens.

@kokoro912
Copy link
Collaborator

I have fixed the issues at v0.9.18.

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

No branches or pull requests

2 participants