Content
You are here:
[SOLVED] ActionView::Template::Error
Added by Douglas Leonardo over 10 years ago
Good Day, the server is running, I created a new task, but when I access it, it gives me an error message and the log looks like this. Someone had the same problem?
/home/openproject/.rvm/gems/ruby-2.1.0/bundler/gems/openproject-my_project_page-1273bed45a7a/app/views/my_projects_overviews/index.html.erb within layouts/base (38.3ms)
Completed 500 Internal Server Error in 78.2ms
ActionView::Template::Error (Mysql2::Error: Table ‘openproject.my_projects_overviews’ doesn’t exist: SHOW FULL FIELDS FROM `my_projects_overviews`):
Replies (4)
Hi Douglas,
you should run the following command again:
or for production database:
Best
Ratzi
Hi Christian, We perform as you said, but the web returns me the same error and the log looks like this now.
ActionView::Template::Error (my_project_page/my_project_page.js isn’t precompiled):
82: <% end %>
83:
84: <% content_for :header_tags do %>
85: <%= javascript_include_tag “my_project_page/my_project_page”, :plugin => ‘chiliproject_my_project_page’ %>
86: <%= auto_discovery_link_tag(:atom, {:controller => ‘activities’, :action => ‘index’, :id => @project, :format => ‘atom’, :key => User.current.rss_key}) %>
87: <%= stylesheet_link_tag “my_project_page/my_projects_overview”, :plugin => “chiliproject_my_project_page”, :media => ‘all’ %>
88: <% end %>
Hi Douglas,
it looks like you run an to old version of the meetings plugin. You should use the ‘stable’ branch of the OpenProject core and all used plugins.
Try to update with the following command:
After this runs successfully you should run the following commands:
Restart your server and it should work.
Best
Ratzi
Thanks friend, i solved run “bundle exec rake assets:precompile”.