redmine_ckeditor
redmine_ckeditor copied to clipboard
Error when Install Redmine_ckeditor on Redmine
Hello,
I have a issue with redmine_ckeditor plugin. I tried to install redmine_ckeditor on Redmine 3.0 and 3.1 but it always failed at final step "rake redmine:plugins:migrate RAILS_ENV=production"
Error output:
The git source https://github.com/a-ono/rich.git is not yet checked out. Please run bundle install
before trying to start your application
Did you run bundle install
?
It finished without any errors?
Hi a-ono,
I fixed installation issue. But i have another issue with code snippet plugin.
Code snippet version 4.5.8: Blank toolbar and cannot edit. Code snippet version 4.4.8: Toolbar doesn't show code snippet icon.
In past, Redmine ckeditor 1.1.2 can use with Code Snippet 4.4.8
Have the same error, ran bundle install
and got this: Using rich 1.4.8 from https://github.com/a-ono/rich.git (at master@93d1dd9)
sudo rake redmine:plugins:migrate RAILS_ENV=production
https://github.com/a-ono/rich.git (at master@93d1dd9) is not yet checked out. Run bundle install
first.
I'm having this error too, but not at redmine:plugins:migrate, only when I try to access the redmine via browser.
The redmine:plugins:migrate runs OK without any error.
One thing that I noticed is that all my gems are installed on this path:
/usr/local/share/gems/gems/
But after the bundle install, the rich is installed at this path:
/usr/local/share/gems/bundler/gems/rich-93d1dd9526e1
This is the only gem install at that path.
I'm running the latest 3.x version of Redmine on a CentOS 7 server.
Hi guys !
I have the same problem :
I'm having this error too, but not at redmine:plugins:migrate, only when I try to access the redmine via browser.
The redmine:plugins:migrate runs OK without any error.
- Debian 8 fresh install.
- Redmine setup from this howto : https://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_on_Debian_8_with_Apache2-Passenger
- ckeditor plugin setup from this howto : https://github.com/a-ono/redmine_ckeditor
Any idea ? Thanks
Hello everybody,
Redmine setup from this howto : https://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_on_Debian_8_with_Apache2-Passenger
running bundle install --deployment
did fix this for me.
Seems to be an issue with the Apache2/Passenger setup?!
是啊,我也遇到这样的问题,请问下你们有没有什么解决方案!!!
Yes, I also encountered such a problem, do you have any solution under!!!!!!