On 26 July 2013 11:09, muthu b. <li...@ruby-forum.com> wrote:
> Thank you Colin Law for your reply. i am newbie in ruby on rails.

If you want to use Rails I suggest that you work right through a good
tutorial such as railstutorial.org, which is free to use online.

>  this
> is the logfile of my app (fedena) in prouction environment.please help
> me to resolve the issue.
>
> # Logfile created on Fri Jul 26 14:55:03 +0530 2013
>
> Processing UserController#login (for 182.73.241.18 at 2013-07-26
> 15:00:48) [GET]
>   Parameters: {"action"=>"login", "controller"=>"user"}
> [FedenaRescue] No method error undefined method `config_value' for
> nil:NilClass
>
> NoMethodError (undefined method `config_value' for nil:NilClass):
>   app/controllers/application_controller.rb:319:in `set_user_language'

At that line of code you are calling config_value on something that is nil.

If you are just trying to get Fedana going but do not want to learn
about Rails then you would probably be better on the Fedena forum.

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLtO8E5KXA9NgO8W1MbLJZTqx0w%3DTbyZZZ3CYUJ8tr%2BrCw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to