Mattias Michaux
Mattias Michaux
@dudeskeeroo that's correct, currently the Docker images contain the exact same dependencies as the Mautic project. Redis as messenger is not part of this, so this image has no out-of-the-box...
@code5rick @LordRembo the font changes are related to https://github.com/mautic/mautic/pull/13317 which was merged into 5.x. As this PR targets the same branch, those font changes are here too
@kuzmany it shouldn't look good, see the description :) this should be addressed in mautic/mautic, so this change isn't needed
@RCheesley that's another SAML issue, not related to the broken M5 support (see also `InResponseTo` in the forums) I agree it's an issue, but let's make it a separate issue....
next step is to merge Spbundle, update composer dependencies, and adapt this PR, doing that now
re-running failed codecov report test
@prbt2016 looking at the error code in the provided logs, it seems that there may be an issue with the connection definition. some questions to further troubleshoot this: * Are...
@prbt2016 is there a specific reason you're using `mysqli` and not `pdo_mysql`?
@jameswill can you use PDO_Mysql instead of mysqli? of don't you have that option enabled? I'm working on a workaround to get through the install process
@jameswill that's strange, the old config is probably still stored in the cache. can you delete the `var/cache/prod` folder and retry with the `PDO_mysql` driver?