Note that there are some explanatory texts on larger screens.

plurals
  1. POCan not open project in redmine
    text
    copied!<p>When I'm opening project I see <code>500 Internal error</code></p> <p>and in log file i can see the next info:</p> <pre><code>Started GET "/redmine/projects/xxx" for IP at Mon Apr 01 21:07:24 +0300 2013 Processing by ProjectsController#show as HTML Parameters: {"id"=&gt;"xxx"} Current user: user_id (id=1) Rendered projects/show.html.erb within layouts/base (41.9ms) Completed 500 Internal Server Error in 83ms ActionView::Template::Error (undefined method `project_calendar_path' for #&lt;#&lt;Class:0xb4fb34ac&gt;:0xb4f447c8&gt;): 52: &lt;p&gt; 53: &lt;%= link_to l(:label_issue_view_all), project_issues_path(@project, :set_filter =&gt; 1) %&gt; 54: &lt;% if User.current.allowed_to?(:view_calendar, @project, :global =&gt; true) %&gt; 55: | &lt;%= link_to l(:label_calendar), project_calendar_path(@project) %&gt; 56: &lt;% end %&gt; 57: &lt;% if User.current.allowed_to?(:view_gantt, @project, :global =&gt; true) %&gt; 58: | &lt;%= link_to l(:label_gantt), project_gantt_path(@project) %&gt; app/views/projects/show.html.erb:55:in `_app_views_projects_show_html_erb__145812006__629340778' app/controllers/projects_controller.rb:165:in `show' </code></pre> <p>Beofre last upgrade there was no such problems :( What do I mean when I'm saying upgrade ? I'm using <code>apt-get upgrade</code> on my Ubuntu 12.04 server.</p> <p>This is what was upgraded last time </p> <pre><code>http://ppa.launchpad.net/ondrej/redmine/ubuntu/ precise/main redmine-sqlite all 2.3.0+dfsg1-6~precise+1 [12.5 kB] http://ppa.launchpad.net/ondrej/redmine/ubuntu/ precise/main redmine-mysql all 2.3.0+dfsg1-6~precise+1 [12.5 kB] http://ppa.launchpad.net/ondrej/redmine/ubuntu/ precise/main ruby-rails-3.2 all 3.2.13-1~precise+1 [3,378 B] http://ppa.launchpad.net/ondrej/redmine/ubuntu/ precise/main ruby-railties-3.2 all 3.2.13-2~precise+1 [127 kB] http://ppa.launchpad.net/ondrej/redmine/ubuntu/ precise/main ruby-actionmailer-3.2 all 3.2.13-1~precise+1 [22.2 kB] http://ppa.launchpad.net/ondrej/redmine/ubuntu/ precise/main ruby-activeresource-3.2 all 3.2.13-1~precise+1 [38.3 kB] http://ppa.launchpad.net/ondrej/redmine/ubuntu/ precise/main ruby-actionpack-3.2 all 3.2.13-2~precise+1 [297 kB] http://ppa.launchpad.net/ondrej/redmine/ubuntu/ precise/main ruby-activerecord-3.2 all 3.2.13-2~precise+1 [300 kB] http://ppa.launchpad.net/ondrej/redmine/ubuntu/ precise/main ruby-activemodel-3.2 all 3.2.13-1~precise+1 [45.5 kB] http://ppa.launchpad.net/ondrej/redmine/ubuntu/ precise/main ruby-activesupport-3.2 all 3.2.13-1~precise+1 [296 kB] http://ppa.launchpad.net/ondrej/redmine/ubuntu/ precise/main ruby-rack-openid all 1.3.1-1~precise+2 [5,970 B] http://ppa.launchpad.net/ondrej/redmine/ubuntu/ precise/main redmine all 2.3.0+dfsg1-6~precise+1 [4,250 kB] </code></pre> <p>I don't know ruby, so I don't know how to fix it at all :(</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload