foradian / fluxday

A user-friendly, free & opensource task & productivity management tool for growing startups
http://fluxday.io/
Apache License 2.0
476 stars 174 forks source link

NoMethodError in Projects and Users #55

Closed PlugShubham closed 5 years ago

PlugShubham commented 5 years ago

I have followed all the steps for mentioned in documentation. I am getting ' undefinef method [] for nil:nilclass wherever project.image.icon or user.image.icon is defined.

1kidvidiot commented 5 years ago

Never able to get it running in any Ubuntu 18.04 or 18.10 server or Debian 9 after trying 5-6x. Get that error and failed dependencies between bundler and ruby

PlugShubham commented 5 years ago

Try with Ruby 2.4 bundler 1.17.3 and carrierwave 1.0.0

1kidvidiot commented 5 years ago

I got these installed and when run bundle - Gem::RuntimeRequirementNotMetError: rdoc requires Ruby version >= 2.2.2. The current ruby version is 2.1.0. An error occurred while installing rdoc (6.1.1), and Bundler cannot continue. Make sure that gem install rdoc -v '6.1.1' --source 'https://rubygems.org/' succeeds before bundling.

Upon that:

fluxday$ gem install rdoc -v '6.1.1' --source 'https://rubygems.org/' ERROR: Error installing rdoc: There are no versions of rdoc (= 6.1.1) compatible with your Ruby & RubyGems rdoc requires Ruby version >= 2.2.2. The current ruby version is 2.1.0.

PlugShubham commented 5 years ago

Uninstall Ruby and install Ruby 2.3

Navinnair commented 5 years ago

user following gem version carrierwave (1.0.0) sdoc (0.4.0)