Hallo,
ich habe es gerade erneut versucht, den Build durchzuführen, aber er ist mit diesem Fehler fehlgeschlagen:
I, [2021-06-22T21:57:12.240614 #1] INFO – : > cd /var/www/discourse && su discourse -c ‘bundle exec rake db:migrate’
2021-06-22 21:57:15.052 UTC [3862] discourse@discourse ERROR: column directory_columns.type does not exist at character 66
2021-06-22 21:57:15.052 UTC [3862] discourse@discourse STATEMENT: SELECT "directory_columns"."name" FROM "directory_columns" WHERE "directory_columns"."type" IN (0, 2) AND "directory_columns"."enabled" = TRUE
** PLUGIN FAILURE **
Aufgrund dieses Fehlers während der Plugin-Initialisierung kann Discourse nicht erstellt werden:
PG::UndefinedColumn: ERROR: column directory_columns.type does not exist
LINE 1: ...ry_columns"."name" FROM "directory_columns" WHERE "directory...
Ich denke, dies bezieht sich auf das „Solved"-Plugin und diesen Commit:
Ich bin mir nicht sicher, ob es sich um ein Plugin-Kompatibilitätsproblem handelt, da es im Meta-Bereich funktioniert.
Ich verwende folgende Plugins:
- https://github.com/discourse/discourse-solved.git
- https://github.com/jannolii/discourse-topic-trade-buttons.git
- https://github.com/discourse/discourse-whos-online.git
- https://github.com/discourse/discourse-adplugin.git
- https://github.com/paviliondev/discourse-follow.git
- https://github.com/discourse/discourse-cakeday.git
- https://github.com/paviliondev/discourse-locations.git
- https://github.com/discourse/discourse-docs.git
- https://github.com/paviliondev/discourse-pm-topic-author.git
- https://github.com/discourse/discourse-reactions.git
Update: Ich habe versucht, sie einzeln auszukommentieren. Ich glaube, ich habe es gefunden. Wenn ich das Discourse-Locations-Plugin auskommentiere, läuft der Build erfolgreich durch.