redmine_ckeditor icon indicating copy to clipboard operation
redmine_ckeditor copied to clipboard

Error when Install Redmine_ckeditor on Redmine

Open conghieu opened this issue 9 years ago • 7 comments

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

conghieu avatar Jan 18 '16 11:01 conghieu

Did you run bundle install? It finished without any errors?

a-ono avatar Jan 19 '16 04:01 a-ono

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

conghieu avatar Jan 19 '16 15:01 conghieu

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.

fschloegl avatar Jan 26 '16 12:01 fschloegl

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.

possebon avatar Jan 28 '16 11:01 possebon

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

geminux50 avatar Mar 22 '16 16:03 geminux50

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?!

tltow avatar Mar 31 '16 13:03 tltow

是啊,我也遇到这样的问题,请问下你们有没有什么解决方案!!!

Yes, I also encountered such a problem, do you have any solution under!!!!!!

qiaolin-li avatar Jan 12 '18 03:01 qiaolin-li