Answers in context below: > When I run rake db:migrate I get: > > /usr/lib/ruby/gems/1.8/gems/riddle-1.5.4/lib/riddle/configuration/parser.rb:62: > warning: regexp has invalid interval
This is fixed in Riddle 1.5.5. > Sphinx cannot be found on your system. You may need to configure the > following > settings in your config/sphinx.yml file: > * bin_path > * searchd_binary_name > * indexer_binary_name > > For more information, read the documentation: > http://freelancing-god.github.com/ts/en/advanced_config.html How have you installed Sphinx on your machine? Are the executables (searchd and indexer) in your user's PATH? > rake aborted! > Access denied for user '......'@'......' (using password: YES) > /root/asam/app/models/user.rb:13 > /root/asam/config/routes.rb:6 > /root/asam/config/routes.rb:1 > /root/asam/config/environment.rb:5 > Tasks: TOP => db:migrate => environment > (See full trace by running task with --trace) This one is something in your code that's not working - it seems your database credentials are not correct. -- Pat -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/thinking-sphinx?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
