-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Installation Using Maria DB for Fusio API repository generates errors. #252
Comments
Hi, thanks for the info, it looks like this a problem regarding Doctrine DBAL since currently only version 10.2 is supported, please take a look at the issue: doctrine/dbal#3278 |
With the next 1.8 release we will update |
@chriskapp I'm getting the same error with an installation on MariaDB 10.4.8. I have Fusio 1.8.0 installed - was this not resolved or am I making an error with my install? I tried manually installing and also with the web installer - same error with both. |
Please provide a screen shot of the installation errors you are receiving. |
This on running through the install.php file. Everything seems fine until this part. It's too much for a screen shot, hope this is sufficient. It seems that the correct syntax that MariaDB wants is
|
I appreciate this isn't a support forum, but can this be confirmed as an issue before I start trying to work out what I'm doing wrong? If indeed an issue, is there a workaround, such as running the DB setup script manually and adding the word 'COLUMN' to the ALTER TABLE statements? |
Looking over the MariaDB documentation, the provided syntax of So either of these would work in my scenario:
Now I just need to work out which of the SQL_MODE settings that SQL_MODE=ORACLE is switching on, so that I can switch it off. Bottom line, it would appear this is not a bug but a 'feature' of how MariaDB is setup. I'll report back here if/when I find the solution in case anyone else should stumble on this same error and post. Update: Seems like none of the SQL_MODE settings has any effect. Clearing them all out gives the same error. Unsure how to proceed. |
Hi, so to fix this you could use the |
Not sure I understand correctly. I thought perhaps |
Normally it should write the SQL to a file, you can also specify the concrete file i.e. |
Hi,
|
Thanks, this help to resolved issue #277
|
We have finally changed the column name on the table from |
I have the same problem |
thanks, problem solved.
|
So I will close this issue since the issue is solved |
Attempting to use Maria DB (windows binary version: 5.5.5-10.4.6-MariaDB) for Fusio API repository generates errors during installation (installation error output shown below).
Running 64-bit Apache 2.4.25 (Win64) with PHP/7.3.0 on Windows 7 Professional (Service Pack 1)
The 'psx_connection' attribute in file 'configuration.php' is defined as follows:
The text was updated successfully, but these errors were encountered: