Guest User

Untitled

a guest
Aug 16th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.85 KB | None | 0 0
  1. Processing FrontendController#index (for 127.0.0.1 at 2010-11-01 09:47:11) [GET]
  2. Parameters: {"date"=>"", "cms_page_id"=>"213088", "pagelink"=>"calendar"}
  3. SQL (0.1ms) SET SQL_AUTO_IS_NULL=0
  4. Site Load (0.1ms) SELECT * FROM `sites` WHERE (domain = '') LIMIT 1
  5. Site Load (0.1ms) SELECT * FROM `sites` LIMIT 1
  6. Page Columns (1.1ms) SHOW FIELDS FROM `pages`
  7. Page Load (0.1ms) SELECT * FROM `pages` WHERE (`pages`.`cms_page_id` = '213088') LIMIT 1
  8. ContentPage Load (0.1ms) SELECT * FROM `content_pages` WHERE (url_name != 'home' and page_id = 8) ORDER BY url_name ASC
  9. Page Load (0.1ms) SELECT * FROM `pages` WHERE (`pages`.`id` = 8)
  10. ContentPage Load (0.1ms) SELECT * FROM `content_pages` WHERE (`content_pages`.page_id = 8 AND (url_name = 'home')) LIMIT 1
  11. CACHE (0.0ms) SELECT * FROM `pages` WHERE (`pages`.`id` = 8)
  12. Rendering template within layouts/frontend
  13. Rendering frontend/index
  14. CACHE (0.0ms) SELECT * FROM `pages` WHERE (`pages`.`id` = 8)
  15. Widget Load (0.1ms) SELECT * FROM `widgets` WHERE (`widgets`.page_id = 8) AND ((`widgets`.`parent_widget_id` IS NULL) AND (`widgets`.`page_type` = 0)) ORDER BY 'order'
  16. Widget Columns (17.9ms) SHOW FIELDS FROM `widgets`
  17. ContentPage Columns (0.8ms) SHOW FIELDS FROM `content_pages`
  18. WidgetContent Load (0.1ms) SELECT * FROM `widget_contents` WHERE (`widget_contents`.content_page_id = 35 AND (widget_id = 42)) LIMIT 1
  19. WidgetContent Columns (0.8ms) SHOW FIELDS FROM `widget_contents`
  20.  
  21.  
  22. ActionView::TemplateError (Failed with 401 Authorization Required) on line #4 of app/views/frontend/_calendar.html.erb:
  23. 1: <%
  24. 2: @date = params[:date].to_date rescue Date.today
  25. 3:
  26. 4: all_events = CMS::Story.all :project_id => content_page_widget.value,
  27. 5: :type_id => content_page_widget.secundary_value,
  28. 6: :conditions => "event_date between '#{@date.beginning_of_month}' and '#{@date.end_of_month}'
  29. 7: and recurrent_event is false"
  30.  
  31. /var/lib/gems/1.8/gems/activeresource-2.2.2/lib/active_resource/connection.rb:166:in `handle_response'
  32. /var/lib/gems/1.8/gems/activeresource-2.2.2/lib/active_resource/connection.rb:151:in `request'
  33. /var/lib/gems/1.8/gems/activeresource-2.2.2/lib/active_resource/connection.rb:116:in `get'
  34. /var/lib/gems/1.8/gems/activeresource-2.2.2/lib/active_resource/base.rb:574:in `find_every'
  35. /var/lib/gems/1.8/gems/activeresource-2.2.2/lib/active_resource/base.rb:517:in `find'
  36. lib/cms.rb:25:in `all'
  37. app/views/frontend/_calendar.html.erb:4
  38. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send'
  39. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render'
  40. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render'
  41. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  42. /var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
  43. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  44. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render'
  45. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template'
  46. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial'
  47. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial'
  48. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render'
  49. app/views/frontend/_content.html.erb:23
  50. (__DELEGATION__):2:in `each'
  51. (__DELEGATION__):2:in `__send__'
  52. (__DELEGATION__):2:in `each'
  53. app/views/frontend/_content.html.erb:1
  54. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send'
  55. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render'
  56. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render'
  57. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  58. /var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
  59. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
  60. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render'
  61. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template'
  62. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial'
  63. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial'
  64. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render'
  65. app/views/frontend/index.html.erb:9
  66. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send'
  67. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render'
  68. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template'
  69. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:256:in `render'
  70. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:367:in `_render_with_layout'
  71. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:254:in `render'
  72. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1174:in `render_for_file'
  73. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:896:in `render_without_benchmark'
  74. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render'
  75. /var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
  76. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render'
  77. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:868:in `render_without_benchmark'
  78. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render'
  79. /var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
  80. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render'
  81. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1248:in `default_render'
  82. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1254:in `perform_action_without_filters'
  83. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters'
  84. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
  85. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  86. /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
  87. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  88. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching'
  89. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
  90. /var/lib/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
  91. /var/lib/gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache'
  92. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
  93. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send'
  94. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters'
  95. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support'
  96. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process'
  97. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process'
  98. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request'
  99. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked'
  100. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch'
  101. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize'
  102. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch'
  103. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi'
  104. /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch'
  105. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:76:in `process'
  106. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `synchronize'
  107. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `process'
  108. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
  109. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
  110. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
  111. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
  112. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
  113. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
  114. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
  115. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
  116. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
  117. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
  118. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
  119. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
  120. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
  121. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
  122. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
  123. /home/juliana/.gem/ruby/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
  124. /var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:142:in `load_without_new_constant_marking'
  125. /var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:142:in `load'
  126. /var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in'
  127. /var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:142:in `load'
  128. /var/lib/gems/1.8/gems/rails-2.2.2/lib/commands/servers/mongrel.rb:64
  129. /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  130. /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
  131. /var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require'
  132. /var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in'
  133. /var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require'
  134. /var/lib/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49
  135. /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  136. /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
  137. script/server:3
  138.  
  139. Rendered /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_trace (61.1ms)
  140. Rendered /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_request_and_response (0.8ms)
  141. Rendering /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Add Comment
Please, Sign In to add comment