It seems there is a higher occurrence of problems with the database version MySQL 10.6.18-MariaDB-cll-lve
. This is a MariaDB version on cPanel. This version of MariaDB seems to be shipped by default on ubuntu systems and likely on other linux systems as well. The error thrown in the storage/logs
folder mentions MAX_JOIN_SIZE
.
To solve this issue you can try to either:
- upgrade or downgrade the database version
- apply this temporary workaround by editing your
config.php
: luceos
While investigating this issue I noticed that discuss was actually also running 10.6.18, but the ubuntu version 10.6.18-MariaDB-0ubuntu0.22.04.1
. This version has no issue at all and has been running this version for several months.
I've also fixed https://nightly.flarum.site, it got stuck because 2.x needs MariaDB 10.10, an upgrade that took place at once. Please keep nightly clean š , don't use the extension manager as no extensions are compatible with 2.x at the time being.