Pol Maresma

Results 13 comments of Pol Maresma

Same is happening to me, thought the Dropdown may have an option to disable the navigation with first letters of the Items, but was not able to find any.

> Executing > `gem install bundler` > it installed Bundler 2.0.1. Then when launching > `decidim decidim-app` > it fails. > Then I uninstalled bundler 2.0.1 and installed bundler 1.17.3,...

I'v arribed to step "bundle install" after changing the "gem install bundler" to "gem install bundler -v 1.17.3" Now I'm into that: decidim@decidim:~/decidim-app$ bundle install Fetching gem metadata from https://rubygems.org/...........

Ok I started again form scratch and the system says that so I imagine there where some conflicts. gem update --system Updating rubygems-update Fetching: rubygems-update-3.0.2.gem (100%) Successfully installed rubygems-update-3.0.2 Installing...

I tried to update bundler without luck. Is it the way to do this? decidim@decidim:~/decidim-app$ bundle update --bundler Fetching gem metadata from https://rubygems.org/...... Using rake 12.3.1 Following files may not...

I think this was because a system library requirement. Following this https://nokogiri.org/tutorials/installing_nokogiri.html I was able to install nokogiri. decidim@decidim:~/decidim-app$ sudo bundle update --bundler Now goes installing many things until this...

I also can't achieve to send messages from Decidim. This are my log latest entries: D, [2019-02-14T09:50:54.511985 #21520] DEBUG -- : Delayed::Backend::ActiveRecord::Job Load (1.1ms) UPDATE "delayed_jobs" SET locked_at = '2019-02-14...

Yes Connection to smtp.gmail.com 587 port [tcp/submission] succeeded! I'v created a specific PWD for the app (as yout told here https://github.com/Platoniq/decidim-install/blob/master/basic-config.md), and also tried with my own SMTP server. How...

Yes, i'd done that: sudo sysctl -p net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 I'm testing with other server/ports configurations. What's the best wsy to test if the...

decidim@decidim:~/decidim-app$ RAILS_ENV=production bin/delayed_job status delayed_job: running [pid 1304] but still not sending emails. Here latest ERROR log entries ----==_mimepart_5c654cdd667b2_4892ab2a2cbbaf4654c5-- E, [2019-02-14T12:11:25.439015 #1161] ERROR -- : [ActiveJob] [ActionMailer::DeliveryJob] [edbeb81a-96ba-4f5b-8dd0-8d44ba5a8294] Error performing...