Re: [Radiant] Re: reset your admin password: ActiveRecord::StatementInvalid: Could not find table 'users'

2015-05-26 Thread Brian 'Phunk' Gadoury
The stack-trace shows it is trying to connect to a sqlite3 database. If your Radiant installation is not using a sqlite3 database, then it looks like your config/database.yml is configured incorrectly for production mode. -Phunk Andrew vonderLuft wrote: > Try `bundle exec ./script/console product

[Radiant] Re: reset your admin password: ActiveRecord::StatementInvalid: Could not find table 'users'

2015-05-26 Thread Andrew vonderLuft
Try `bundle exec ./script/console production` On Tuesday, May 26, 2015 at 1:11:18 PM UTC-7, tyon wrote: > > Hi all! > > I need to reset my admin password, but I'm getting the following error: > > utyon@utyon:~/dentalcarehb$ script/console production >>> NOTE: Gem.source_index is deprecated, use Sp