redmine doesnt start after trying to install ckeditor
Added by Christian Kiesel about 8 years ago
Hi there,
I tried to install ckeditor in redmine 2.1.2. Now redmine doesnt start again.
When I try to start: /usr/bin/ruby1.8 /var/lib/gems/1.8/bin/thin start -e production -p 3001
I get this error
There was an error parsing `Gemfile`: compile error - syntax error, unexpected ':', expecting $end
gem 'rich', git : 'https://github.com/a-ono/rich.git'
^. Bundler cannot continue.
- from /usr/local/share/redmine-2.1.2/Gemfile:1
- -------------------------------------------
> gem 'rich', git : 'https://github.com/a-ono/rich.git' - gem 'kaminari'
- -------------------------------------------
Also I am unable to remove that plugin with the same error. How can I get that work again?
Replies (1)
RE: redmine doesnt start after trying to install ckeditor - Added by Jacky Ho about 8 years ago
Which ckeditor version you're using?
https://github.com/a-ono/redmine_ckeditor
Redmine 2.1.x (version 0.2.1)
remove
For Redmine 2.x:
bundle exec rake redmine:plugins:migrate NAME=plugin_name VERSION=0 RAILS_ENV=production
2. Remove your plugin from the plugins folder: #{RAILS_ROOT}/plugins (Redmine 2.x) or #{RAILS_ROOT}/vendor/plugins (Redmine 1.x)..
also remove ckeditor at public/plugin_assets if any.