Error 500 after installation
Added by Per-Olof Hermansson almost 16 years ago
I get an error after installation at Hostingrails.com (the installed it for me since I am new to Ruby on Rails).
I downloaded the latest stabel 0.8.1 (2009-02-15).
In the log I read:
ActiveRecord::StatementInvalid (Mysql::Error: Table 'aquilam_redmine.settings' doesn't exist: SHOW FIELDS FROM `settings`):
/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:147:in `log'
/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:302:in `execute
What can I do to fix this?
Per-Olof Hermansson
Replies (2)
RE: Error 500 after installation - Added by Jean-Philippe Lang almost 16 years ago
It looks like at least one table is missing.
Did you migrate your database as described in the install doc?
RE: Error 500 after installation - Added by Per-Olof Hermansson almost 16 years ago
Since I am new to ruby on rails I paid Hostingrails.com to install it for me, but when I log in to phpMyAdmin I see that there are no tables at all.
So obviously the person who installed redmine for me has not run the migrations!
I will tell them!
Thanks,
Per-Olof