Dominik
Dominik
@BlackbitDevs I think there is a better solution to this. Rather than catching the error and return an empty array, we should add a check to the twig template that...
`coreshop.hasStore` I believe that certain functions should throw errors in order to show you that you mis-configured something.
This doesn't help solve your issue, but I am pretty sure it comes down to DeepCopy being used to create the cached entries. DeepCopy copies quite deep and sometimes runs...
You're storing the complete installation on a persistent volume? Did I get that right?
The source code is part of the application, actually in terms of php it is the application and should therefore be the container itself.
> But what do we do with the php files and database migrations, that are created by the system when using the admin interfaces (e. g. creating new classes)? So...