-
26/09/2019 16:13
-
10/09/2019 20:25
-
Nova proposta a Notifica una Bug (Errors o Incidències)
Removed propositions still visible in the "recent activity" section on the front page
It seems that there is no way I could remove from the "recent activity" on the front page the propositions that were removed, in that case from assemblies. As a user of versioning tools I can understand the logic behind the tracing of every proposition in the history, but I can think of different situations where we would like to simply NOT have a proposition being publicly displayed anymore. If not, trolls, in particular, could easily abuse that "feature".
-
08/07/2019 11:13
-
06/07/2019 13:26
-
Nova proposta a Fòrum de Suport
Impossible to add components to participatory processes
The title is self-explanatory... From existing processes whenever I try to add a new component (i.e. "debates", or "meetings", ...) I get the error message "There was a problem with our server. Please try again later.". I added extra gems to my Gemfile, such as "decidim-debates", "decidim-proposals", "decidim-meetings", ... (followed by the required bunch of commands to bundle, update and migrate), but it makes no difference. Any idea? I run the v0.18.0. freshly installed and localized for French (but the error occurs in both :en and :fr).
-
06/07/2019 11:54
-
06/07/2019 11:42
-
22/06/2019 19:14
-
Nova proposta a Fòrum de Suport
Installation process: postgres connection problem
Hello, I'm trying to install decidim following the nice step-by-step procedure described at https://github.com/Platoniq/decidim-install/blob/master/decidim-bionic.md but I am stuck in the middle :-( At the point where "Decidim should be able to start working", I have a problem with the following command: $ bin/rails db:create RAILS_ENV=production which triggers the following output: === beginning output could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? Couldn't create 'decidim_prod' database. Please check your configuration. rails aborted! PG::ConnectionBad: could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? bin/rails:4:in `' Tasks: TOP => db:create (See full trace by running task with --trace) ==== end output I must say that I have never come across postgres before and I have no knowledge of it. I have been applying all kinds of suggestions found on postgres forums but nothing seems to work: any suggestions? I have installed postgreSQL 10.9 on an Ubuntu 18.04 server (installed from scratch). Thank you for your help. Cheers, JP