Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. [SOLVED] ActionView::Template::Error

[SOLVED] ActionView::Template::Error

Added by Douglas Leonardo almost 11 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)

RE: ActionView::Template::Error - Added by Christian Ratz almost 11 years ago

Hi Douglas,

you should run the following command again:

bundle exec rake db:migrate

or for production database:

RAILS_ENV=production bundle exec rake db:migrate

Best
Ratzi

RE: ActionView::Template::Error - Added by Douglas Leonardo almost 11 years ago

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 %>

RE: ActionView::Template::Error - Added by Christian Ratz almost 11 years ago

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:

bundle update --source=openproject-my_project_page

After this runs successfully you should run the following commands:

RAILS_ENV=production bundle exec rake db:migrate
RAILS_ENV=production bundle exec rake assets:precompile

Restart your server and it should work.

Best
Ratzi

RE: ActionView::Template::Error - Added by Douglas Leonardo almost 11 years ago

Thanks friend, i solved run “bundle exec rake assets:precompile”.

  • (1 - 4/4)
Loading...