Content
Meeting Plugin ends with an error
Added by Robert Jaenisch about 10 years ago
Hi,
I installed the Meeting Plugin with the following Gemfile.plugins:
gem “openproject-plugins”, :git => “https://github.com/opf/openproject-plugins.git”, :branch => “stable”
gem ‘openproject-meeting’, :git => ‘https://github.com/finnlabs/openproject-meeting.git’, :branch => ‘stable’
gem ‘openproject-pdf_export’, :git => ‘https://github.com/finnlabs/openproject-pdf_export.git’, :branch => ‘stable’
“sudo openproject run bundle install” … “sudo openproject run rake db:migrate” … “sudo openproject run rake db:seed” … “sudo openproject run rake assets:precompile” and “sudo service openproject restart” worked all well for me accept the following errors while precompile:
WARNING on line 32 of /opt/openproject/app/assets/stylesheets/content/_context_menu.css.sass:
This selector doesn’t have any properties and will not be rendered.
WARNING on line 66 of /opt/openproject/app/assets/stylesheets/content/_context_menu.css.sass:
This selector doesn’t have any properties and will not be rendered.
WARNING on line 37 of /opt/openproject/app/assets/stylesheets/scm.css.sass:
This selector doesn’t have any properties and will not be rendered.
WARNING on line 93 of /opt/openproject/app/assets/stylesheets/scm.css.sass:
This selector doesn’t have any properties and will not be rendered.
The Plugins appear in the Modules / Administration / Plugins Panel and the Menu Item “Meeting” is within the project. When I click on it, i get the following error:
Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your OpenProject administrator for assistance.
If you are the OpenProject administrator, check your log files for details about the error.
Back
In the Log (tail -f /var/log/openproject/web-1.log) I get the following error:
Started GET “/projects/mellow-business-setup/meetings” for 37.201.241.233 at 2014-10-21 19:26:48 +0200
Processing by MeetingsController#index as HTML
Parameters: {“project_id”=>“mellow-business-setup”}
Rendered vendor/ruby-2.1.1/lib/ruby/gems/2.1.0/bundler/gems/openproject-meeting-48de5ebc257e/app/views/shared/_meeting_header.html.erb (2.1ms)
Rendered vendor/ruby-2.1.1/lib/ruby/gems/2.1.0/bundler/gems/openproject-meeting-48de5ebc257e/app/views/meetings/index.html.erb within layouts/base (4.4ms)
Completed 500 Internal Server Error in 30.0ms
ActionView::Template::Error (meeting/meeting.css isn’t precompiled):
20: #%>
21:
22: <% content_for :header_tags do %>
23: <%= stylesheet_link_tag ‘meeting/meeting.css’ %>
24: <% end %>
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/sprockets/helpers/rails_helper.rb:142:in `digest_for’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/sprockets/helpers/rails_helper.rb:151:in `rewrite_asset_path’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/asset_paths.rb:27:in `compute_public_path’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/sprockets/helpers/rails_helper.rb:56:in `asset_path’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/sprockets/helpers/rails_helper.rb:49:in `block in stylesheet_link_tag’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/sprockets/helpers/rails_helper.rb:43:in `collect’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag’
vendor/ruby-2.1.1/lib/ruby/gems/2.1.0/bundler/gems/openproject-meeting-48de5ebc257e/app/views/shared/_meeting_header.html.erb:23:in `block in vendor_rubylib_ruby_gemsbundler_gems_openproject_meetingde_ebce_app_views_sharedmeeting_header_html_erb_2642856064502516262_70185458210400’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/helpers/capture_helper.rb:40:in `block in capture’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/helpers/capture_helper.rb:40:in `capture’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/helpers/capture_helper.rb:138:in `content_for’
vendor/ruby-2.1.1/lib/ruby/gems/2.1.0/bundler/gems/openproject-meeting-48de5ebc257e/app/views/shared/_meeting_header.html.erb:22:in `_vendor_rubylib_ruby_gemsbundler_gems_openproject_meetingde_ebc_e_app_views_sharedmeeting_header_html_erb_2642856064502516262_70185458210400’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/template.rb:145:in `block in render’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/notifications.rb:125:in `instrument’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/template.rb:143:in `render’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/renderer/partial_renderer.rb:238:in `block in render’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/notifications.rb:123:in `block in instrument’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/notifications/instrumenter.rb:20:in `instrument’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/notifications.rb:123:in `instrument’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/renderer/partial_renderer.rb:237:in `render’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/renderer/renderer.rb:41:in `render_partial’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/renderer/renderer.rb:15:in `render’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/helpers/rendering_helper.rb:24:in `render’
vendor/bundle/ruby/2.1.0/gems/prototype-rails-3.2.1/lib/prototype-rails/rendering.rb:8:in `render_with_update’
vendor/ruby-2.1.1/lib/ruby/gems/2.1.0/bundler/gems/openproject-meeting-48de5ebc257e/app/views/meetings/index.html.erb:62:in `_vendor_rubylib_ruby_gemsbundler_gems_openproject_meetingde_ebce_app_views_meetings_index_html_erb_4039738385901160938_70185458498000’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/template.rb:145:in `block in render’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/notifications.rb:125:in `instrument’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/template.rb:143:in `render’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/notifications.rb:123:in `block in instrument’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/notifications/instrumenter.rb:20:in `instrument’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/notifications.rb:123:in `instrument’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/renderer/template_renderer.rb:45:in `render_template’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/renderer/template_renderer.rb:18:in `render’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/renderer/renderer.rb:36:in `render_template’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_view/renderer/renderer.rb:17:in `render’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/abstract_controller/rendering.rb:110:in `_render_template’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_controller/metal/streaming.rb:225:in `_render_template’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/abstract_controller/rendering.rb:103:in `render_to_body’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_controller/metal/renderers.rb:28:in `render_to_body’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_controller/metal/compatibility.rb:50:in `render_to_body’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/abstract_controller/rendering.rb:88:in `render’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_controller/metal/rendering.rb:16:in `render’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/core_ext/benchmark.rb:5:in `block in ms’
vendor/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/core_ext/benchmark.rb:5:in `ms’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_controller/metal/instrumentation.rb:40:in `block in render’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime’
vendor/bundle/ruby/2.1.0/gems/activerecord-3.2.17/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_controller/metal/instrumentation.rb:39:in `render’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_controller/metal/implicit_render.rb:10:in `default_render’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_controller/metal/implicit_render.rb:5:in `send_action’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/abstract_controller/base.rb:167:in `process_action’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_controller/metal/rendering.rb:10:in `process_action’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/abstract_controller/callbacks.rb:18:in `block in process_action’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb:525:in `block in run3431802646010712692process_action4049341591904512684_callbacks’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_3606’
vendor/ruby-2.1.1/lib/ruby/gems/2.1.0/bundler/gems/openproject-meeting-48de5ebc257e/app/controllers/meetings_controller.rb:124:in `set_time_zone’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_3606’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb:502:in `_run_3431802646010712692process_action4049341591904512684_callbacks’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb:405:in `__run_callback’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb:81:in `run_callbacks’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/abstract_controller/callbacks.rb:17:in `process_action’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_controller/metal/rescue.rb:29:in `process_action’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/notifications.rb:123:in `block in instrument’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/notifications/instrumenter.rb:20:in `instrument’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/notifications.rb:123:in `instrument’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_controller/metal/instrumentation.rb:29:in `process_action’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_controller/metal/params_wrapper.rb:207:in `process_action’
vendor/bundle/ruby/2.1.0/gems/activerecord-3.2.17/lib/active_record/railties/controller_runtime.rb:18:in `process_action’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/abstract_controller/base.rb:121:in `process’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/abstract_controller/rendering.rb:45:in `process’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_controller/metal.rb:203:in `dispatch’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_controller/metal.rb:246:in `block in action’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_dispatch/routing/route_set.rb:73:in `call’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_dispatch/routing/route_set.rb:73:in `dispatch’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_dispatch/routing/route_set.rb:36:in `call’
vendor/bundle/ruby/2.1.0/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call’
vendor/bundle/ruby/2.1.0/gems/journey-1.0.4/lib/journey/router.rb:56:in `each’
vendor/bundle/ruby/2.1.0/gems/journey-1.0.4/lib/journey/router.rb:56:in `call’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_dispatch/routing/route_set.rb:608:in `call’
vendor/bundle/ruby/2.1.0/gems/omniauth-1.2.1/lib/omniauth/builder.rb:59:in `call’
vendor/bundle/ruby/2.1.0/gems/request_store-1.0.5/lib/request_store/middleware.rb:9:in `call’
vendor/ruby-2.1.1/lib/ruby/gems/2.1.0/bundler/gems/i18n-js-8801f8d17ef9/lib/i18n/js/middleware.rb:11:in `call’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call’
vendor/bundle/ruby/2.1.0/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call’
vendor/bundle/ruby/2.1.0/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_dispatch/middleware/head.rb:14:in `call’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_dispatch/middleware/params_parser.rb:21:in `call’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_dispatch/middleware/flash.rb:242:in `call’
vendor/bundle/ruby/2.1.0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context’
vendor/bundle/ruby/2.1.0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_dispatch/middleware/cookies.rb:341:in `call’
vendor/bundle/ruby/2.1.0/gems/activerecord-3.2.17/lib/active_record/query_cache.rb:64:in `call’
vendor/bundle/ruby/2.1.0/gems/activerecord-3.2.17/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb:405:in `_run_3917107898345584687call2874071794771697937_callbacks’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb:405:in `__run_callback’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb:385:in `_run_call_callbacks’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb:81:in `run_callbacks’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_dispatch/middleware/callbacks.rb:27:in `call’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_dispatch/middleware/remote_ip.rb:31:in `call’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call’
vendor/bundle/ruby/2.1.0/gems/railties-3.2.17/lib/rails/rack/logger.rb:32:in `call_app’
vendor/bundle/ruby/2.1.0/gems/railties-3.2.17/lib/rails/rack/logger.rb:16:in `block in call’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/tagged_logging.rb:22:in `tagged’
vendor/bundle/ruby/2.1.0/gems/railties-3.2.17/lib/rails/rack/logger.rb:16:in `call’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_dispatch/middleware/request_id.rb:22:in `call’
vendor/bundle/ruby/2.1.0/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call’
vendor/bundle/ruby/2.1.0/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call’
vendor/bundle/ruby/2.1.0/gems/activesupport-3.2.17/lib/active_support/cache/strategy/local_cache.rb:72:in `call’
vendor/bundle/ruby/2.1.0/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call’
vendor/bundle/ruby/2.1.0/gems/actionpack-3.2.17/lib/action_dispatch/middleware/static.rb:63:in `call’
vendor/bundle/ruby/2.1.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in `forward’
vendor/bundle/ruby/2.1.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:245:in `fetch’
vendor/bundle/ruby/2.1.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:185:in `lookup’
vendor/bundle/ruby/2.1.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:66:in `call!’
vendor/bundle/ruby/2.1.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call’
vendor/bundle/ruby/2.1.0/gems/railties-3.2.17/lib/rails/engine.rb:484:in `call’
vendor/bundle/ruby/2.1.0/gems/railties-3.2.17/lib/rails/application.rb:231:in `call’
vendor/bundle/ruby/2.1.0/gems/railties-3.2.17/lib/rails/railtie/configurable.rb:30:in `method_missing’
vendor/ruby-2.1.1/lib/ruby/gems/2.1.0/bundler/gems/rack-protection-5a7d1bd2f05c/lib/rack/protection/frame_options.rb:31:in `call’
vendor/ruby-2.1.1/lib/ruby/gems/2.1.0/bundler/gems/rack-protection-5a7d1bd2f05c/lib/rack/protection/json_csrf.rb:18:in `call’
vendor/bundle/ruby/2.1.0/gems/unicorn-4.8.2/lib/unicorn/http_server.rb:572:in `process_client’
vendor/bundle/ruby/2.1.0/gems/unicorn-4.8.2/lib/unicorn/http_server.rb:666:in `worker_loop’
vendor/bundle/ruby/2.1.0/gems/unicorn-4.8.2/lib/unicorn/http_server.rb:521:in `spawn_missing_workers’
vendor/bundle/ruby/2.1.0/gems/unicorn-4.8.2/lib/unicorn/http_server.rb:140:in `start’
vendor/bundle/ruby/2.1.0/gems/unicorn-4.8.2/bin/unicorn:126:in `<top (required)>’
vendor/bundle/bin/unicorn:16:in `load’
vendor/bundle/bin/unicorn:16:in `
’
Thanks for your help.
Kind regards,
Robert
Replies (4)
Hi Robert,
did rake assets:precompile return some kind of error(s) ?
I got quite similar configuration on my production environment and it works without any issue.
Only difference is the fact I got Ruby 2.1.3 installed.
Here is my Gemfile.plugins file:
—
Regards,
Robert Weclawski
Hi Robert,
thanks for helping me. I tried your Gemfile.plugins configuration. Unfortunately I get the sam error. Here the rake assets:precompile log:
sudo openproject run rake assets:precompile
require ‘rails/all’… 0.640s
Bundler.require… 1.970s
/opt/openproject/vendor/ruby-2.1.1/bin/ruby /opt/openproject/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets
require ‘rails/all’… 0.650s
Bundler.require… 2.000s
Application.initialize!… Connecting to database specified by DATABASE_URL
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
Creating scope :open. Overwriting existing method WorkPackage.open.
Creating scope :like. Overwriting existing method Principal.like.
Creating scope :open. Overwriting existing method Version.open.
Creating scope :public. Overwriting existing method Project.public.
fatal: Not a git repository (or any of the parent directories): .git
5.090s
WARNING on line 32 of /opt/openproject/app/assets/stylesheets/content/_context_menu.css.sass:
This selector doesn’t have any properties and will not be rendered.
WARNING on line 66 of /opt/openproject/app/assets/stylesheets/content/_context_menu.css.sass:
This selector doesn’t have any properties and will not be rendered.
WARNING on line 37 of /opt/openproject/app/assets/stylesheets/scm.css.sass:
This selector doesn’t have any properties and will not be rendered.
WARNING on line 93 of /opt/openproject/app/assets/stylesheets/scm.css.sass:
This selector doesn’t have any properties and will not be rendered.
require ‘rails/all’… 0.610s
Bundler.require… 1.770s
Application.initialize!… Connecting to database specified by DATABASE_URL
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
Creating scope :open. Overwriting existing method WorkPackage.open.
Creating scope :like. Overwriting existing method Principal.like.
Creating scope :open. Overwriting existing method Version.open.
Creating scope :public. Overwriting existing method Project.public.
fatal: Not a git repository (or any of the parent directories): .git
5.090s
WARNING on line 32 of /opt/openproject/app/assets/stylesheets/content/_context_menu.css.sass:
This selector doesn’t have any properties and will not be rendered.
WARNING on line 66 of /opt/openproject/app/assets/stylesheets/content/_context_menu.css.sass:
This selector doesn’t have any properties and will not be rendered.
WARNING on line 37 of /opt/openproject/app/assets/stylesheets/scm.css.sass:
This selector doesn’t have any properties and will not be rendered.
WARNING on line 93 of /opt/openproject/app/assets/stylesheets/scm.css.sass:
This selector doesn’t have any properties and will not be rendered.
Kind regards,
Robert
Hi Robert,
could you please also provide me your Gemfile + information about what exact version of OpenProject you are using ?
I will try to reproduce this problem. Still no idea what could cause that.
Anyway this looks suspicious:
—
Regards,
Robert
Hi,
sure. Here my Gemfile.plugins :
gem “openproject-plugins”, :git => “https://github.com/opf/openproject-plugins.git”, :branch => “stable”
gem ‘openproject-meeting’, :git => ‘https://github.com/finnlabs/openproject-meeting.git’, :branch => ‘stable’
gem ‘openproject-pdf_export’, :git => ‘https://github.com/finnlabs/openproject-pdf_export.git’, :branch => ‘stable’
Under Modules -> Administration -> Information I get the following Information:
OpenProject 3.1.0pre1 (Mysql2)
I also have a error installing the backlog Plugin posted here >> https://community.openproject.org/topics/3203 <<. Maybe those two errors have the same cause. In this post Karsten wrote:
I assume that you have some packaged gems and these gems use `git ls-files` in the *.gemspec. So I think you can ignore these errors. Generally speaking I think it is not a good idea to use `git ls-files` but in your case you do not have to bother.
Does this help?
Tanks and kind regards,
Robert