You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The field playerAspect that the error refers to was added in 4.6, so it's absent in the docker-contao demo: contao/contao@8fe474f
I don't know much about Docker, but I suppose if you just want to be able to work with the installation for now, you can simply go to contao/install so that you can have the field added to the DB. If you want it to be there out of the box, a new SQL dump will have to be added to docker-contao.
The field playerAspect that the error refers to was added in 4.6, so it's absent in the docker-contao demo: contao/contao@8fe474f
I don't know much about Docker, but I suppose if you just want to be able to work with the installation for now, you can simply go to contao/install so that you can have the field added to the DB. If you want it to be there out of the box, a new SQL dump will have to be added to docker-contao.
The text was updated successfully, but these errors were encountered:
bwl21
changed the title
Internal server error when inserting an element
demo site needs update to 4.6
May 14, 2019
You've built a local docker contao container right?
You can always overwrite the version you want to use. Either just edit the Dockerfile Version or add a build argument. Like for using the latest LTS: docker build -t ctsmedia/contao:latest --build-arg CONTAO_VERSION=4.4.* .
I'll have a look to and see If I can update the demo data for 4.6
I recreate the ticket here from contao/core#8902 as it is a dockerization issue.
Affected version(s)
4.6.5 running in a docker container from https://github.com/ctsmedia/docker-contao
Description
How to reproduce
I am not sure if i is a matter of the dockerization or of contao.
@ctsmedia @DanielSchwiperich could you have a look in to this?
Solution approach
as @gmpf replield:
The text was updated successfully, but these errors were encountered: