Project

General

Profile

Missing columns

Added by Luke B over 12 years ago

Hi.
I upgraded Ubuntu yesterday (to v 11). Redmine looked normaly after the upgrade. Then i pointed a subdomain for my redmine so inested of doing xxx.xxx.xx.xx/redmine now I do redmine.xxxxxxxxxx.com. It all looks fine at first sight but when I try to group issues by something the columns dissapear. I can't add or change columns. I didn't notice other functions not working. How could i fix this ?

edit

NOTE: SourceIndex.new(hash) is deprecated; From /usr/share/redmine/config/../ven dor/rails/railties/lib/rails/vendor_gem_source_index.rb:100:in `new'.
config.load_paths is deprecated and removed in Rails 3, please use autoload_path s instead
config.load_paths= is deprecated and removed in Rails 3, please use autoload_pat hs= instead
About your application's environment
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.7.2
Rack version 1.1
Rails version 2.3.14
Active Record version 2.3.14
Active Resource version 2.3.14
Action Mailer version 2.3.14
Active Support version 2.3.14
Edge Rails revision unknown
Application root /usr/share/redmine
Environment production
Database adapter sqlite3
Database schema version 20101114115359


Replies (6)

RE: Missing columns - Added by Luke B over 12 years ago

I have backuped db and attachments, removed completly redmine, upgraded all gems, installed redmine and loaded db and attachments. The problem still occurs. Environment dump looks now exacly the same.

Also i tried:
RAILS_ENV=production rake db:migrate

RE: Missing columns - Added by Luke B over 12 years ago

any support at all ? :D I tried to get help on irc, but it's a desert

RE: Missing columns - Added by Ivan Cenov over 12 years ago

Try with this:

Put at the end of config/environment.rb

Redmine::Utils::relative_url_root = "" 
May it help in your case.

RE: Missing columns - Added by Luke B over 12 years ago

This gives me 'Page not found'.
I have triend with no subdomain - using redmien just like before in a subfolder, but this doesn't change anything. I also triend fresh instal with fresh database. Still same bug. So te bug must be like in the redmine itselfe or some dependencies i guess.

RE: Missing columns - Added by Luke B over 12 years ago

Resolved.

My guess is that during the upgrade my ruby, rack etc versions was upgraded, while redmine stayed on 1.1.x.
Now, when i downloaded 1.3 and loaded old database everything seems to work.

    (1-6/6)