redmine_ckeditor icon indicating copy to clipboard operation
redmine_ckeditor copied to clipboard

After restart redmine

Open adrianobr opened this issue 5 years ago • 5 comments

image

can help?

adrianobr avatar Jun 03 '20 22:06 adrianobr

Did you try removing the Cache directory as suggested? Or checking (and perhaps overwriting) permissions on /usr/local/bundle/cache/bundler/git/rich-......??

chfrcodan avatar Jun 04 '20 08:06 chfrcodan

Yes I did it. I have the redmine on an EC2 AWS in container, and every time the container goes up it must connect the plugins. From what I noticed he can't clone the repository right. So at Gemfile I changed the call to this: gem 'rich', path: '/ usr / src / redmine / dependencies / rich'

And in the directory I did git clone manually. I didn't understand why it didn't work as you have ... But switching to the path and downloading manually via git clone worked for me.

adrianobr avatar Jun 04 '20 18:06 adrianobr

Would it be this? git rm --cached .

adrianobr avatar Jun 19 '20 19:06 adrianobr

I have the same issue with an official Redmine docker container. After docker restart - it's dying.

veshus avatar Jul 01 '20 09:07 veshus

I solved: chmod -R a+w /usr/src/redmine/public/system/

adrianobr avatar Dec 01 '20 20:12 adrianobr