-
Notifications
You must be signed in to change notification settings - Fork 65
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
Fresh install not working even with latest ver "3.0.9.9" and MySQL v8.0 #214
Comments
Hello @vinodsashi, I ran into the exact same problem trying to install on a fresh Ubuntu 22.04 LTS machine. The problem is the MySQL v8.0 database. OpenIdeaL is generating the sql for creating the groups-table during installation. groups is a sql keyword with MySQL v8.0 and wasn't with previous releases. From my point of view, the Drupal 8/PHP 7.4 base of OpenIdeaL is not up to date for newer MySQL versions. You can stick with a MySQL version 5.x if your operating system is supporting it. But I switched to Maria DB 10.10, which is a fork from MySQL that is very popular. This way you can use a current Maria DB release that supports the installation right away. I added a new WIKI page for setting up OpenIdeaL 3.0.9 on Ubuntu 22.04: https://github.com/linnovate/openideal/wiki/Install-OpenIdeaL-on-Ubuntu-22.04-(Linux-Mint-21.x,-Debian-and-others) |
Hello @futurearchitec, Thanks in advance.
|
Fails when I follow the instructions to the letter.................. "The Service 'votingapi_reaction.manager" has a dependency on a non-existent service "extension.path.resolver' Any ideas? Assume it's an issue in the package? |
#187
As per your recommendation, I took the latest OpenIdeal version "3.0.9.1" which uses composer 2 but still have the same Installation issue with MySQL v8.0.19. The I took latest OpenIdeal version "3.0.9.9" and still have the same issue.
Is this latest version still not compatible with MySQL 8 ?
Could you please let us the resolution please. Thanks.
The text was updated successfully, but these errors were encountered: