Content
You are here:
openproject-meeting - Not able to activate plugins
Added by Dan Stover over 10 years ago
Hello. I have loaded a lot of plugins and they are not showing up in Openproject. I added in all the gem specifications but am not sure if I put the Gemfile.plugins in the right place. I put it in the root directory of Openproject (in my case /home/openproject/openproject) and ran “bundle install”, then “rake db:migrate”. It looked like everything ran fine. But I go into my installation of Openproject and look under “Plugins” and it is empty. I also am not seeing the functionality in there.
Am I correct that all the files will be downloaded from the git repository, therefore I do not need the folders that are online?
What am I missing? Thanks…Dan.
Replies (6)
The missing step is precompiling assets:
rake assets:precompile
See more detail here:
https://www.openproject.org/topics/675
However, even though I’ve done this myself, I’m now tackling an error that one of the assets has not been precompiled:
ActionView::Template::Error (meeting/meeting.css isn’t precompiled):
Will let you know if I find a fix to this problem.
Managed to fix my issue with meeting.css, through some unexpected steps. Work package logged here.
https://www.openproject.org/work_packages/7285
Thanks very much for your reply. I will give this a try and let you know the results.
Have a great day…Dan.
I have the same error and the meeting module isn’t running
Completed 500 Internal Server Error in 259.1ms
ActionView::Template::Error (meeting/meeting.css isn’t precompiled):
Switching to “dev” and back to “stable” doesn’t help …
Same with plugin for global roles
Hello all,
if you add or update a plugin you should always run the database migrations and you have to precompile the assets again.
Than restart the server (Apache or nginx) and everything should work.
Best
Ratzi