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
{{ message }}
This repository has been archived by the owner on May 3, 2024. It is now read-only.
everything went ok but now when i try to logon with default user/pass which is snorby/admin i get following
"Incorrect User and/or Password. "
any idea how how fix it?.
Please advice
Thanks
The text was updated successfully, but these errors were encountered:
This error is because in the installation process the database is dropped and so there is no data in event table. Because of this Event.last.cid fails in file app/models/calc_cache.rb, line 28
I just manually continued the installation process, like this:
rake snorby:cache RAILS_ENV=production
rake snorby:cronjob RAILS_ENV=production
and create the user with console
RAILS_ENV=production script/console
enter the two lines from db/seeds.rb
Hello
i have just finished installation of Snorby 2.0 using following manual
http://www.catapult-creative.com/2009/2/4/installing-rails-on-centos-5/
and
http://wiki.github.com/mephux/Snorby/migrating-from-acid-base-to-snorby-on-ubuntu-904-amd64-jaunty
everything went ok but now when i try to logon with default user/pass which is snorby/admin i get following
"Incorrect User and/or Password. "
any idea how how fix it?.
Please advice
Thanks
The text was updated successfully, but these errors were encountered: