jekkos
                                            jekkos
                                        
                                    I think this is not really a fix but more a feature request.. so maybe needs owner?
are you migrating an existing db or is it a clean install?
I expect it to bea php version issue as the db upgrade does work with php7.4 and mariadb. Could you try php 7.3?
Sorry after some thought I think it's probably MySQL. Some query returns false instead of a result. Can you try run https://stackoverflow.com/questions/23921117/disable-only-full-group-by? Maybe we should execute this ourselves when we...
I think that it would be a complete rewrite indeed, probably we could keep the database model to make it backwards compatible (or just evolve that further).
From this conversation I thought that upgrading to CI4 would be impossible. There is however an upgrade guide and it seems to be a bit of work, but still doable...
I wanted to take some time to look why the build on the branch is not working, so we can deploy it and give it a spin..
> This is resolved in the switch of the codebase to Code igniter 4.x. I am returning from travel in the next few weeks and will resume working on this...
What version of docker do you use? The setup does work on CI so it's probably outdated
Currently seeing the following error ``` ospos_test | Fatal error: Declaration of CIPHPUnitTestCase::setUpBeforeClass() must be compatible with PHPUnit\Framework\TestCase::setUpBeforeClass(): void in /app/application/tests/_ci_phpunit_test/CIPHPUnitTestCase.php on line 75 ``` It might be better to...