This forum is no longer active. Please post your questions to our new community site

Recent Posts by kingori

Subscribe to Recent Posts by kingori 1 post found

04 Sep, 2009 05:54 AM
Avatar kingori 1 post

Topic: Redmine / install error - non-english name problem? (on windows)

I installed redmine stack and install finshed successfully. But when I access to redmine page, error page was shown.

ActiveRecord::StatementInvalid (Mysql::Error: #42S02Table ‘bitnami_redmine.settings’ doesn’t exist: SHOW FIELDS FROM `settings`):

so, I checked mysql db and nothing was there. after that, I tried rake migration to production and migration failed at 001_setup.rb. when I opened 001_setup.rb, line 291 was not finished correctly.

In install process, I put my name in korean(non-english word) but the character was not written correctly. I think there was some error in install program when handling non-english characters.