webpage has a redirect loop error pls help me

282 views
Skip to first unread message

muthu b.

unread,
Jul 17, 2013, 8:07:59 AM7/17/13
to rubyonra...@googlegroups.com
i have installed fedena (rails application) in my website

http://www.technoadmin.com/

i have installed all plugins, gems, created and migrated the db.

i have created the symbolic link like this

ln -s ~/fedena/public ~/public_html

i use this tutorial:
http://kb.site5.com/ruby-on-rails/how-to-deploy-a-rails-3-application-with-phusion-passenger/

when visiting my webpage it shows

This webpage has a redirect loop

so please help me. i am a newbie.i have tried to install this
application for the last
one month. i think i have reached the final step. so please help me to
solve this error.i will be very thankful to you.

i have attached the .htaccess file and config/routes.rb file

Attachments:
http://www.ruby-forum.com/attachment/8617/htaccess
http://www.ruby-forum.com/attachment/8618/routes.rb


--
Posted via http://www.ruby-forum.com/.

Tamara Temple

unread,
Jul 17, 2013, 11:22:49 AM7/17/13
to rubyonra...@googlegroups.com
Just kind of curious, in reading through the tutorial, it doesn't mention actually installing and setting up passenger. Have you done that already and is that working as it should?

muthu b.

unread,
Jul 17, 2013, 12:44:33 PM7/17/13
to rubyonra...@googlegroups.com
Thank you for your reply. I have hosted my site in site5 and phusion
passenger is already installed.
And my error is when i access my webpage it shows
this webpage has a redirect loop. The site has been redirected to
www.technoadmin.com/user/dashboard but it should redirect to
www.technoadmin.com/login. Please guide me to solve the error.

muthu b.

unread,
Jul 19, 2013, 5:48:17 AM7/19/13
to rubyonra...@googlegroups.com
muthu b. wrote in post #1115772:
> Thank you for your reply. I have hosted my site in site5 and phusion
> passenger is already installed.
> And my error is when i access my webpage it shows
> this webpage has a redirect loop. The site has been redirected to
> www.technoadmin.com/user/dashboard but it should redirect to
> www.technoadmin.com/login. Please guide me to solve the error.

Guys please help me to resolve this error. I tried almost everything and
i am not able resolve the error

And my error is
when i access my webpage it shows this webpage has a redirect loop. The
site has been redirected to

www.technoadmin.com/user/dashboard and it shows nothing except the
redirect loop error.
but it should redirect to the login page of application. Please guide me

Colin Law

unread,
Jul 19, 2013, 9:23:58 AM7/19/13
to rubyonra...@googlegroups.com
Is it getting to your rails app? If so what is in the rails log file?

Colin

muthu b.

unread,
Jul 26, 2013, 6:09:51 AM7/26/13
to rubyonra...@googlegroups.com
Thank you Colin Law for your reply. i am newbie in ruby on rails. 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'
vendor/bundle/ruby/1.8/gems/activesupport-2.3.5/lib/active_support/callbacks.rb:178:in
`send'
vendor/bundle/ruby/1.8/gems/activesupport-2.3.5/lib/active_support/callbacks.rb:178:in
`evaluate_method'
vendor/bundle/ruby/1.8/gems/activesupport-2.3.5/lib/active_support/callbacks.rb:166:in
`call'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/filters.rb:225:in
`call'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/filters.rb:629:in
`run_before_filters'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/filters.rb:615:in
`call_filters'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/filters.rb:610:in
`perform_action_without_benchmark'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/benchmarking.rb:68:in
`perform_action_without_rescue'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/benchmarking.rb:68:in
`perform_action_without_rescue'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/rescue.rb:160:in
`perform_action_without_flash'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/flash.rb:146:in
`perform_action'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/base.rb:532:in
`send'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/base.rb:532:in
`process_without_filters'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/filters.rb:606:in
`process'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/base.rb:391:in
`process'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/base.rb:386:in
`call'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/routing/route_set.rb:437:in
`call'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:87:in
`dispatch'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:121:in
`_call'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:130:in
`build_middleware_stack'
vendor/bundle/ruby/1.8/gems/activerecord-2.3.5/lib/active_record/query_cache.rb:29:in
`call'
vendor/bundle/ruby/1.8/gems/activerecord-2.3.5/lib/active_record/query_cache.rb:29:in
`call'
vendor/bundle/ruby/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in
`cache'
vendor/bundle/ruby/1.8/gems/activerecord-2.3.5/lib/active_record/query_cache.rb:9:in
`cache'
vendor/bundle/ruby/1.8/gems/activerecord-2.3.5/lib/active_record/query_cache.rb:28:in
`call'
vendor/bundle/ruby/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in
`call'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/string_coercion.rb:25:in
`call'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/params_parser.rb:15:in
`call'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/session/cookie_store.rb:93:in
`call'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/failsafe.rb:26:in
`call'
vendor/bundle/ruby/1.8/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:106:in
`call'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/rack/request_handler.rb:96:in
`process_request'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/abstract_request_handler.rb:513:in
`accept_and_process_next_request'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/abstract_request_handler.rb:274:in
`main_loop'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/classic_rails/application_spawner.rb:321:in
`start_request_handler'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/classic_rails/application_spawner.rb:275:in
`send'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/classic_rails/application_spawner.rb:275:in
`handle_spawn_application'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/utils.rb:479:in
`safe_fork'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/classic_rails/application_spawner.rb:270:in
`handle_spawn_application'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/abstract_server.rb:357:in
`__send__'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/abstract_server.rb:357:in
`server_main_loop'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/abstract_server.rb:206:in
`start_synchronously'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/abstract_server.rb:180:in
`start'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/classic_rails/application_spawner.rb:149:in
`start'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/spawn_manager.rb:219:in
`spawn_rails_application'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/abstract_server_collection.rb:132:in
`lookup_or_add'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/spawn_manager.rb:214:in
`spawn_rails_application'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/abstract_server_collection.rb:82:in
`synchronize'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/abstract_server_collection.rb:79:in
`synchronize'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/spawn_manager.rb:213:in
`spawn_rails_application'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/spawn_manager.rb:132:in
`spawn_application'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/spawn_manager.rb:275:in
`handle_spawn_application'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/abstract_server.rb:357:in
`__send__'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/abstract_server.rb:357:in
`server_main_loop'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/abstract_server.rb:206:in
`start_synchronously'
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/helper-scripts/passenger-spawn-server:99

Redirected to http://technoadmin.com/user/dashboard

Colin Law

unread,
Jul 26, 2013, 10:05:11 AM7/26/13
to rubyonra...@googlegroups.com
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

muthu b.

unread,
Jul 27, 2013, 1:46:37 AM7/27/13
to rubyonra...@googlegroups.com
>> NoMethodError (undefined method `config_value' for nil:NilClass):
>> app/controllers/application_controller.rb:319:in `set_user_language'


Colin please guide me to solve the error.

These are the lines from 310 to 325 in my application_controller.rb

return @local_tzone_time
end

private
def set_user_language
lan = Configuration.find_by_config_key("Locale")
I18n.default_locale = :en
Translator.fallback(true)
if session[:language].nil?
I18n.locale = lan.config_value
else
I18n.locale = session[:language]
end
News.new.reload_news_bar
end
end


My first thing is to solve errors in my installation. i am learning
rails but i am not able to solve the errors occur in my installation.
the fedena forum is not replying for my errors. so please guide me to
solve the errors.

Colin Law

unread,
Jul 27, 2013, 3:28:32 AM7/27/13
to rubyonra...@googlegroups.com
On 27 July 2013 06:46, muthu b. <li...@ruby-forum.com> wrote:
>>> NoMethodError (undefined method `config_value' for nil:NilClass):
>>> app/controllers/application_controller.rb:319:in `set_user_language'
>
>
> Colin please guide me to solve the error.
>
> These are the lines from 310 to 325 in my application_controller.rb
>
> return @local_tzone_time
> end
>
> private
> def set_user_language
> lan = Configuration.find_by_config_key("Locale")
> I18n.default_locale = :en
> Translator.fallback(true)
> if session[:language].nil?
> I18n.locale = lan.config_value

As I said you are calling config_value on a variable that is nil. Sol
lan is nil. Presumably the call of
Configuration.find_by_config_key("Locale") is not finding the key. I
imagine there is a fedina config file you have to setup that should
contain a Locale setting.

Colin

> else
> I18n.locale = session[:language]
> end
> News.new.reload_news_bar
> end
> end
>
>
> My first thing is to solve errors in my installation. i am learning
> rails but i am not able to solve the errors occur in my installation.
> the fedena forum is not replying for my errors. so please guide me to
> solve the errors.
>
> --
> Posted via http://www.ruby-forum.com/.
>
> --
> 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-ta...@googlegroups.com.
> To post to this group, send email to rubyonra...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/8fe2a06638324c126bbd7974c1076ffb%40ruby-forum.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

Mohamed Thasleem

unread,
Dec 25, 2013, 8:32:06 AM12/25/13
to rubyonra...@googlegroups.com
try this in your fedena installation directory

rake fedena:plugins:install_all
Message has been deleted

Colin Law

unread,
Dec 25, 2013, 11:28:17 AM12/25/13
to rubyonra...@googlegroups.com
On 25 December 2013 16:23, Arvind Vyas <arvind...@gmail.com> wrote:
> could you share your error log please ??

You realise this is from a post back in July? I expect the guy either
solved his problem or has given up, but did not have the courtesy to
reply.

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-ta...@googlegroups.com.
>> To post to this group, send email to rubyonra...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/rubyonrails-talk/c372cfae-1d13-43d5-86c9-3828f83c2f19%40googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
>
> --
> Thanks and Regards,
>
> Arvind Vyas
> Ruby On Rails Developer
>
> --
> 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-ta...@googlegroups.com.
> To post to this group, send email to rubyonra...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/rubyonrails-talk/CAFQ3s6Wny1H9gc%2BTq_sQO%2BHa849UEtKbK31GTi6JcLmwpky8PQ%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages