-
Notifications
You must be signed in to change notification settings - Fork 116
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
ActionView::Template::Error (no suitable markdown gem found): #144
Comments
Because repository_id is nil. This should not happen. I've wrapped this case specifically in the last commit. By the way did you run |
Nicolas [email protected] writes:
I'll pull the latest and restart to see if it helps.
I did only 'bundle install', I am running mysql, not postgresql... i
|
micah [email protected] writes:
after pulling the new code and restarting, i'm not seeing that error any |
You should run |
Nicolas [email protected] writes:
If I do that, I get this:
|
So there is a problem in your Redmine install. |
This is a common debian redmine installation, it perhaps puts things in different locations. |
|
thanks! that helped! I think you are right that this isn't a plugin issue at all, but a redmine one (and a debian specific one). I've filed a bug with the debian package to have that resolved. |
I have the same problem with Redmine 2.4.5, Ruby version: 1.9.3-p545 (2014-02-24) x86_64-linux, Rails version: 3.2.17, redmine_git_hosting: 0.7.1 yes, I run bundler install .... without errors. Here is a list with my installed gems:
Do you have any ideas, what is the problem? Here is my error log entry:
|
I do not use a debian package, I used redmine tarball from redmine.org. I do not have any debian package installed for ruby support because I use RVM. Do you have any idea have to fix the problem without to install debian packages? I tried to manually install different gem packages additionally, e.g.
(I removed these three packages after testing, because it did not fix my problem) In your Gemfile you only specified gem 'github-markup'. This packages is already installed (see my list in my previous post), but redmine does not use it or another packages is required for lib/redmine_git_hosting/hooks/display_repository_readme.rb. |
|
I already tried it, this did not work. See above, I tried redcarpet - and of course I restartet the app server. Do you have any other other ideas? gem list | grep 'redcarpet\|github-markup' github-markup (1.1.1) redcarpet (3.1.1) |
I solved the problem with adding redcarpet gem to Gemfie. Without adding it, it did not work in my environment. |
I added a repository called 'shared-check_mk' and immediately after it was created, when it loaded the repository page, I got an internal server error, and the following in my log:
tried with one called shared_checkmk.git and it works, shared-foo.git works, shared_check_mk.git works, just not the combination of shared-check_mk.git!
btw. I do have the git caching enabled, so I'm not sure why those log messages about Cache is disabled are there.
The text was updated successfully, but these errors were encountered: