You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm testing your install but it fails when I run bundle exec rake db:migrate with following message:
ActiveRecord::StatementInvalid: SQLite3::SQLException: no such table: trackers: SELECT "trackers".* FROM "trackers"
I tried both sql lite and mysql, at first tought it's something related to mysql 5.7 but now I see it's some different problem.
The text was updated successfully, but these errors were encountered:
Hello! first of all this app is old app. In few days i up a new version.
The problem is fixed in new versions of the real product (redmine) because the plugin that fails (redmine_track_control) now is integrate with the core of product.
i advise you to install the new version of redmine and the plugins that you want. If you want use this app for any reason you need to move the plugin redmine_track_control out of root the app and then setup db. when the initial setup is load you can move again the plugin to his site and execute migrations of plugins.
Hi, I'm testing your install but it fails when I run bundle exec rake db:migrate with following message:
ActiveRecord::StatementInvalid: SQLite3::SQLException: no such table: trackers: SELECT "trackers".* FROM "trackers"
I tried both sql lite and mysql, at first tought it's something related to mysql 5.7 but now I see it's some different problem.
The text was updated successfully, but these errors were encountered: