Project

General

Profile

Wrong Version Displayed on Admin Information Page

Added by Pete Olsen over 14 years ago

I just ran the update procedure from the RedmineUpgrade page on the wiki however when I look at the information page in the admin panel I still see the old version number.

Did I miss something?

Thanks
Pete


Replies (4)

RE: Wrong Version Displayed on Admin Information Page - Added by Mischa The Evil over 14 years ago

Pete Olsen wrote:

I just ran the update procedure from the RedmineUpgrade page on the wiki however when I look at the information page in the admin panel I still see the old version number.

Please mention from which version you are upgrading and to which version exactly...

Did I miss something?

Did you restart your server(s) after the upgrade?

RE: Wrong Version Displayed on Admin Information Page - Added by Pete Olsen over 14 years ago

No I Did Not! Thanks!

Now I have a new issue, I get a 500 error when I visit Redmine.

I updated from 0.8.4 to 0.8.7(latest) on a linux server:
Linux xxx.xxxxxxx.xxx 2.6.9-78.0.22.EL #1 Thu Apr 30 19:03:25 EDT 2009 i686 i686 i386 GNU/Linux

Also, I not fluent in Ruby or Rails. But am willing to get my hands dirty.

Any Ideas?

Processing WelcomeController#index (for xx.xxx.xxx.xx at 2009-12-08 12:57:13) [GET]
  Parameters: {"action"=>"index", "controller"=>"welcome"}
Rendering template within layouts/base
Rendering welcome/index

ActionView::TemplateError (Mysql::Error: Table 'redmine.statuses' doesn't exist: SHOW FIELDS FROM `statuses`) on line #12 of app/views/welcome/index.rhtml:
9:              <%= link_to l(:label_news_view_all), :controller => 'news' %>
10:   </div>
11:   <% end %>
12:   <%= call_hook(:view_welcome_index_left, :projects => @projects) %>
13: </div>
14: 
15: <div class="splitcontentright">

    lib/redmine/hook.rb:63:in `send'
    lib/redmine/hook.rb:63:in `call_hook'
    lib/redmine/hook.rb:63:in `each'
    lib/redmine/hook.rb:63:in `call_hook'
    lib/redmine/hook.rb:60:in `call_hook'
    lib/redmine/hook.rb:144:in `call_hook'
    app/views/welcome/index.rhtml:12:in `_run_rhtml_app47views47welcome47index46rhtml'
    /usr/local/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
    /usr/local/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
    /usr/local/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
    /usr/local/lib/ruby/1.8/webrick/server.rb:162:in `start'
    /usr/local/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
    /usr/local/lib/ruby/1.8/webrick/server.rb:95:in `start'
    /usr/local/lib/ruby/1.8/webrick/server.rb:92:in `each'
    /usr/local/lib/ruby/1.8/webrick/server.rb:92:in `start'
    /usr/local/lib/ruby/1.8/webrick/server.rb:23:in `start'
    /usr/local/lib/ruby/1.8/webrick/server.rb:82:in `start'

Rendering /data/redmine/public/500.html (500 Internal Server Error)

RE: Wrong Version Displayed on Admin Information Page - Added by Mischa The Evil over 14 years ago

Pete Olsen wrote:

No I Did Not! Thanks!

Your welcome ;)

Now I have a new issue, I get a 500 error when I visit Redmine.
[...]

Looking at the stack trace this error seems related to the Status Updates plugin. Looks like you haven't run the plugin migrations. See step 3 at Plugins. I'd suggest to
  • test if the error resolves when you remove the plugin
    • see if you are using the latest available version of the plugin
  • see if there are other comments in the Redmine forums about this issue
  • see if there are other comments in the plugins GitHub page
  • when it's still not fixed by know; contact the plugin author about this issue.

HTH...

RE: Wrong Version Displayed on Admin Information Page - Added by Pete Olsen over 14 years ago

It was the Status Updates plugin that was causing the issue. My boss is happy now. Thanks!

    (1-4/4)