- Issue created by @basby
- Status changed to Postponed: needs info
about 1 year ago 9:03pm 22 December 2023 - π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
Is the MySQL module enabled?
- π³π±Netherlands basby
No larowlan, the MySQL module is not enabled. It seems that this is correct, since for MariaDB the module is only needed when the MariaDB version is lower than MariaDB 10.3.7. I have 10.4.27 installed.
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
Pretty sure it needs to be enabled
- π³π±Netherlands basby
I have installed the MySQL module as you suggested and the systems works!
larowlan, thank you so much!I misinterpreted the info-page of project mysql56. That's why I thought the MySQL module was not necessary.
For those who experience the same issue: I had to keep the code from TransactionManager.php in Connection.php while installing the MySQL module. Only after the installation I could remove the code.
- Status changed to Closed: works as designed
12 months ago 7:16pm 2 January 2024 - πΊπΈUnited States hockey2112
This fixed the same issue for me today. To clarify just a bit, the TransactionManager.php and Connection.php files are in code/modules/mysql/src/Driver/Database. As basby stated, you literally just copy everything from line 7 until the end of the file, and paste it at the end of the Connection.php file. I then cleared cache successfully and then reverted the changes in Connection.php back to the original version of that file.
- πͺπΈSpain guardiola86
Is there a proper way to fix this? That's not really a solution.