a-ono / redmine_ckeditor

Redmine plugin for integration CKEditor
303 stars 140 forks source link

Error when Install Redmine_ckeditor on Redmine #191

Open conghieu opened 8 years ago

conghieu commented 8 years ago

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

a-ono commented 8 years ago

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

conghieu commented 8 years ago

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

fschloegl commented 8 years ago

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.

possebon commented 8 years ago

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.

geminux50 commented 8 years ago

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.

Any idea ? Thanks

tltow commented 8 years ago

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

qiaolin-li commented 6 years ago

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

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