-
Notifications
You must be signed in to change notification settings - Fork 117
RedCloth cannot be found (Redmine 3.0) #436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Actually this was a result of me not properly installing redmine_bootstrap_kit before. I am now experiencing a strange issue where it is complaining that the RedCloth version cannot be found. It's installed and I was sure to comment out the Redmine 2.x line and uncomment the Redmine 3.x line
-------- The exception is as follows: -------
Could not find RedCloth-4.2.9 in any of the sources (Bundler::GemNotFound)
|
Also when I run the bundle install it complains because there are multiple declarations of the same redcarpet which I am not sure whether this is causing the issue? Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`. Your Gemfile lists the gem redcarpet (~> 3.1.2) more than once. You should probably keep only one of them. While it's not a problem now, it could cause errors if you change the version of just one of them later. Using rake 10.4.2 Using RedCloth 4.2.9 Using i18n 0.7.0 Using json 1.8.2 Using minitest 5.6.1 Using thread_safe 0.3.5 Using tzinfo 1.2.2 Using activesupport 4.2.1 Using builder 3.2.2 Using erubis 2.7.0 Using mini_portile 0.6.2 Using nokogiri 1.6.6.2 Using rails-deprecated_sanitizer 1.0.3 Using rails-dom-testing 1.0.6 Using loofah 2.0.1 Using rails-html-sanitizer 1.0.2 Using actionview 4.2.1 Using rack 1.6.0 Using rack-test 0.6.3 Using actionpack 4.2.1 Using globalid 0.3.5 Using activejob 4.2.1 Using mime-types 2.5 Using mail 2.6.3 Using actionmailer 4.2.1 Using actionpack-action_caching 1.1.1 Using actionpack-xml_parser 1.0.2 Using activemodel 4.2.1 Using arel 6.0.0 Using activerecord 4.2.1 Using asciidoctor 1.5.2 Using coderay 1.1.0 Using creole 0.5.0 Using dalli 2.7.4 Using github-markup 1.3.3 Using gitlab-grack 2.0.0.pre from https://github.com/jbox-web/grack.git (at fix_rails4) Using gratr19 0.4.4.1 Using rugged 0.21.4 Using gitolite-rugged 1.0.0 from https://github.com/jbox-web/gitolite-rugged.git (at v1.0.0) Using tilt 2.0.1 Using haml 4.0.6 Using sexp_processor 4.5.1 Using ruby_parser 3.6.6 Using html2haml 2.0.0 Using thor 0.19.1 Using railties 4.2.1 Using haml-rails 0.9.0 Using hiredis 0.6.0 Using jquery-rails 3.1.2 Using mysql2 0.3.18 Using net-ldap 0.3.1 Using rubypants 0.2.0 Using org-ruby 0.9.12 Using protected_attributes 1.0.9 Using ruby-openid 2.3.0 Using rack-openid 1.4.2 Using bundler 1.9.4 Using sprockets 3.0.3 Using sprockets-rails 2.2.4 Using rails 4.2.1 Using rbpdf 1.18.5 Using redcarpet 3.1.2 Using redis 3.2.1 Using request_store 1.0.5 Using rmagick 2.13.4 Using will_paginate 3.0.7 Bundle complete! 40 Gemfile dependencies, 66 gems now installed. Gems in the groups development and test were not installed. Use `bundle show [gemname]` to see where a bundled gem is installed. Any help would be awesome! |
Everything seems ok. It's just a warning : |
Yeah except that this is on Redmine 3.0.1 and I guess you aren't supporting that just yet? |
Redmine 3.x is supported. |
But in the other ticket you said it wasn't (I'm confused) - [#387] although maybe that is unrelated since I just installed straight from git on Ubuntu. I am getting this error in Redmine 3.x and it's complaining about not being able to find RedCloth? Any clues.... |
Redmine 3.x is supported, but Redmine 3.0.1 is buggy. So you can install Redmine 3.0.0 or Redmine 3.0.2 but not Redmine 3.0.1. |
Sorry I made a mistake I double checked the version.rb and it is 3.0.2.... So I am still stuck do you have any suggestions on how I can fix this? |
You seem to use ruby 1.9.1 which isn't supported. |
Well there's two Rubies actually... but from the recent error logs that I hadn't posted it seems to use the right one... maybe it's a path issue?
|
I had installed the other version of Ruby but it did not work properly. I reverted to using rvm instead. For those whom are having this issue they can use the instructions here. It was fairly easy afterwards to upgrade the Ruby version properly. AND NOW it works yeah! http://www.webupd8.org/2014/11/how-to-install-rvm-ruby-version-manager.html |
I followed your instructions but receive the following error for some reason?
The text was updated successfully, but these errors were encountered: