movim / movim_docker

Official Docker Compose stack for Movim, maintained by @kawaii and the @movim team
https://movim.eu/
GNU Affero General Public License v3.0
79 stars 29 forks source link

mud.php changed to daemon.php #9

Closed amirkhonov closed 6 years ago

stevenroose commented 6 years ago

@amirkhonov this change was made after 0.13, right? So this will break the current container's working, since it downloads Movim 0.13.

stevenroose commented 6 years ago

(Ah this is a patch for master, not redux. Nvm then.)

amirkhonov commented 6 years ago

But I can't run movim_movim:

Oops... something went wrong.
Uncaught PDOException: SQLSTATE[42P01]: Undefined table: 7 ERROR:  relation "configuration" does not exist
LINE 1: select * from "configuration" where "configuration"."id" = $...
                      ^ in /var/www/movim/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:105
Stack trace:
#0 /var/www/movim/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php(105): PDOStatement->execute(NULL)
#1 /var/www/movim/vendor/illuminate/database/Connection.php(330): Doctrine\DBAL\Driver\PDOStatement->execute()
#2 /var/www/movim/vendor/illuminate/database/Connection.php(657): Illuminate\Database\Connection->Illuminate\Database\{closure}('select * from "...', Array)
#3 /var/www/movim/vendor/illuminate/database/Connection.php(624): Illuminate\Database\Connection->runQueryCallback('select * from "...', Array, Object(Closure))
#4 /var/www/movim/vendor/illuminate/database/Connection.php(333): Illuminate\Database\Connection->run('select * from "...', Array, Object(Closure))
#5 /var/www/movim/vendor/illumi
in /var/www/movim/vendor/illuminate/database/Connection.php (line 664)
CONTAINER ID        IMAGE               COMMAND                  CREATED             STATUS                            PORTS                                      NAMES
cf239bd9b945        movim_nginx         "/opt/scripts/init.s…"   2 minutes ago       Up 2 minutes                      0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp   nginx
945fcad8c2a0        movim_movim         "/opt/scripts/init.sh"   2 minutes ago       Restarting (255) 31 seconds ago                                              movim
120e2a70956d        postgres:10.0       "docker-entrypoint.s…"   2 minutes ago       Up 2 minutes (healthy)            5432/tcp                                   postgres
kawaii commented 6 years ago

Resolved as part of #11.