Hi, I'm attempting to install elgg on Linux Mint. After failing using the installer, I've had more success with this tutorial: https://www.tecmint.com/elgg-create-social-networking-platform-in-ubuntu/ (although taking care not to put the data directory under /www/).
However, I'm now getting this error on the database installation page, "Database must be version 10.6 or above. Your server is using 5.5.5-10.6.21-MariaDB-0ubuntu0.22.04.2."
I'm clearly using version 10.6.21, so I'm guessing this 5.5.5 "prefix hack", as I've heard it called, is tripping it up. Is there any way to bypass this? Could the issue be something else?
Thanks
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- StarClosure@StarClosure

StarClosure - 0 likes
- Jerome Bakker@jeabakker

Jerome Bakker - 0 likes
You must log in to post replies.Sounds like a bug in Elgg (Ref.).
The only way is to manually make changes to ElggInstaller when checking this step.
Thank you! I changed line 1277 of ElggInstaller.php to "return true;" and this allowed the installer to continue despite the error messages. I don't know whether this will cause more issues farther along, but for now it seems to have worked.
The ElggInstaller is only used during the installation process, so this shouldn't cause any issues further down the line.